One-class classification problem
Greetings! I'm currently trying to write a summary of pretty much all available one-class classification algorithms and would like to collect some input.Anyone of you knows some awesome books/papers on...
View ArticleComparing elastic net to stochastic gradient descent for GLMs
submitted by nil- [link][comment]
View Article"Support Vector Machines for Pattern Classification" by Abe Shigeo
anyone can help finding a pdf to this book http://www.springer.com/engineering/control/book/978-1-84996-097-7?otherVersion=978-1-84996-098-4 submitted by rqlcdc [link][1 comment]
View ArticleWhat are the pros and cons of submitting to arXiv vs waiting till the next...
Recently I have seen many papers on arXiv, which seem to be of good quality yet the authors have not (yet?) published to any mainstream publication. an example of this might be "From Generic to...
View ArticleModifying Existing Neural Network for multiclass classification
I have come across some matlab code that seems to make a neural network for m hidden nodes. I want to extend it to make a neural network for m hidden nodes and 10 outputs for multi-class...
View Articlehelp.... how do i install theano in anaconda 2.1
submitted by odysseus00 [link][5 comments]
View ArticleIntroductory paper on Hierarchical Bayes Multitask Learning?
I'm interested in doing a class project on multitask learning, but the dataset I want to use isn't large enough to do an approach using a neural net with multiple outputs. Therefore I'd like to do a...
View ArticleOn Sparse Distributed Representations and Catastrophic Forgetting
Hello,As some of you may know, I am running a series where I try to outperform Deepmind's Atari results. I use a different technique based on HTM (hierarchical temporal memory), but both Deepmind's...
View ArticleWhat are the most popular algorithms to model user behavior ?
Please suggest popular (and/or state of the art) methods of modelling user behavior, say most liked music genres, frequencies of visiting concerts etc submitted by muktabh [link][3 comments]
View ArticleVideos of the Workshop on Algorithms for Modern Massive Data Sets, MMDS 2014...
submitted by compsens [link][comment]
View ArticleHaving some trouble understanding SVM dual form calculations
Hello, I'm trying to implement a SVM in python with numpy but I'm having a hard time doing so. I've been using this link: http://www.tristanfletcher.co.uk/SVM%20Explained.pdf to understand the theory....
View ArticleGoal for machine learning noob?
I'm looking to set a 3-month goal of what I'll be able to do or know in the field of machine learning. This will be my first 3 months of attention I give to the subject. I'll be able to invest 6 hours...
View ArticleDo deep nets concentrate mass on 1d manifolds in practice? (iPython notebook)
submitted by sieisteinmodel [link][1 comment]
View ArticleHow to write a simple recommendation algorithm in Neo4j
submitted by myclamm [link][comment]
View ArticleBidData apparently holds the title (by a lot!) in a number of ML and...
submitted by in_the_fresh [link][comment]
View ArticleDo electrical engineers use machine learning?
I'm hoping to become an one [3rd semester] and also very interested in machine learning, have worked on simple genetic algorithm projects out of curiosity and planning to take some online courses....
View ArticleHandling missing values in real-time production ML model?
I'm building a Random Forest classifier in R, that makes predictions based on a number of unordered categorical/factor variables. The training set doesn't have any missing values/NAs.Unfortunately, the...
View ArticleHow many "semesters" of Statistics, Calculus, and Linear Algebra does one...
I've heard on this sub that these are the 3 branches of math that ML relies on. How much experience should you have with them before you can start educating yourself on ML? Is it enough to just go...
View ArticleTF-IDF using SkLearn with variable corpus
Given a large set of documents (book titles, for example), how to compare two book titles that are not in the original set of documents, or without recomputing the entire TF-IDF matrix?For example,from...
View Article