What are some advantages of using Gaussian Process Models vs Neural Networks?
submitted by rrenaud [link][comment]
View ArticleFeature Extraction for Speech Recognition
I have been looking all over the web for a toolkit that extracts features from audio files, in order to classify speech recognition. It is a small program for a school project, and it will be trained...
View ArticleWhat is the best way to measure the variance of a cluster in unsupervised...
submitted by daithibowzy [link][3 comments]
View ArticlePerceptron: Please Explain
Can someone explain, or link to a great explanation of, the perceptron conceptually? I am in a theory phase in a machine learning course, so perhaps I just need to wait to dig into an implementation...
View ArticleVideo lectures for Hugo Larochelle's neural networks class
submitted by lightcatcher [link][1 comment]
View ArticleParameter uncertainty in probabilistic forecasting
submitted by glutamate [link][comment]
View ArticleMachine learning proposal on Area 51 (StackOverflow): what's your take on it?
submitted by DanieleSalatti [link][1 comment]
View ArticleMultilevel modeling in applied ML
Hi all, I am curious as to how popular is it to use multilevel/hierarchical (AKA "mixed-effects") modeling in practical situations. Does anyone have any experience? What did you use it for? submitted...
View ArticleMachine Learning Tutorial: The Max Entropy Text Classifier
submitted by datumbox [link][comment]
View ArticleDetermining best predictors / most relevant features
Say I have a bunch of inputs that are somehow related to a desired output, but I don't know which ones are the most important for predicting the output I want. Possibly no one particular input...
View ArticleQuestioning my knowledge...
I've been working on a kind of neural network for my PhD for over three years now, and approaching the end. But even now, I sometimes see posts on here that I know nothing about... I mean I thought I...
View ArticleNeed resources related to mathematical concepts behind Machine Learning
Most introductory ML courses and books don't throw light on the math behind the concepts. Even though I had taken related courses in college, a brief brush up is required so that the mechanisms behind...
View ArticleRecently interested in machine learning, and I want to use it to help people.
I don't really know anything about the state-of-the-art of machine learning, so keep that in mind while reading.It seems like there is a lot of work that can be done in applying machine learning to...
View ArticleNIPS 2013 reading list (Alexandre Passos's ML blog)
submitted by urish [link][2 comments]
View ArticleAn interesting infographic that helps you choose the right Machine Learning...
submitted by siddhukrs [link][16 comments]
View ArticleA Resurgence of Neural Networks in Machine Learning
submitted by datumbox [link][comment]
View ArticleWeka prediction output questions
Good Evening,As I am playing with weka and learning I have a few questions I am not quite sure on the answer. I plug in my training and test data, run my algorithms and then I can get Weka to out put...
View ArticleHow do you measure the accuracy score for each class when testing classifier...
Sklearn has http://scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html...But this gives the mean accuracy score from ALL of the predictions for both classes when doing binary...
View Article