Fun times with Stacked Generalization
Hey everyone, I'm working on different implementations of stacked generalization with Matlab, on a dataset which was reported to achieve higher performance scores than I'm actually getting. The issue...
View ArticleNLP modeling competition to help schools use resources better, $7.5K in prizes
submitted by isms_ [link][comment]
View ArticleDee Jay ML
In my experience as a DJ's reputation grows, his ego follows and his ability to satisfy the crowd diminishes as he finds himself playing music that the unawashed masses ought to appreciate rather than...
View ArticleFinally Google Understands Humans, Thanks To Machine Learning
submitted by wearables [link][comment]
View ArticleLooking for open ideas
I am pursuing a project on Tracking learning and detection in a video stream. For that, I have read the paper titled " Tracking-Learning-Detection"...
View ArticleSoftmax Regression vs. k Binary Classifiers
I've always thought the Softmax layer would work fine for mutually exclusive classes (e.g. colors: red, green, blue) and for the opposite (e.g. instruments on a song: vocals, guitar, bass,...
View ArticleGoogle's Secretive DeepMind Startup Unveils a "Neural Turing Machine" | MIT...
submitted by xamdam [link][17 comments]
View ArticleFinding critical pixels in a convolutional NN
Is anyone aware of any papers that analyze the most "critical" pixels for a deep convolutional neural network output on a particular image?Basically, if my MPCNN classified an image in some way, I'd be...
View ArticleNeed a Python assist (ipython, pandas, patsy, statsmodel.api)
I was following along on a tutorial, trying to apply the steps to my own project, and ran into a problem.. I'm getting an error from statsmodel.api (LinAlg: Singular Matrix)..Basically I'm reading in...
View ArticleParameter Tuning based on user feedback
Hello people,I am currently researching if there was already some work done on parameter tuning of algorithms based on user feedback?The alorithms should be visualizable. Based on simple yes/no answers...
View ArticleParallelize Main Process in RapidMiner?
I have the kind of odd situation that one some machines where I have RapidMiner installed I have the option to "Parallelize the main process" and on others I don't. In all cases I have 5.2.008...
View ArticleHTM-Based Supervised Learning Paper - Feedback please!
submitted by CireNeikual [link][17 comments]
View ArticleVideo: Introducing Microsoft Azure Machine Learning
submitted by bartczernicki [link][5 comments]
View ArticleFine-tuning on neural nets?
For some reason I still don't understand the concept of fine tuning on neural networks. My main interest is in image classifcation, and when I read tutorials they mention that to make training easier,...
View ArticleA description and implementation of metric multidimensional scaling (manifold...
submitted by shriphani [link][comment]
View ArticleFrequency/Chord Detection in JS? [Suggested X-Post from /r/webdev]
Hi all, I was just curious if there was any good frequency detection libraries/tutorials in JS, which would be easily linked to a microphone input and be able to return the length of each subsequent...
View ArticleJeff Hawkins on the Limitations of Artificial Neural Networks
submitted by slacka123 [link][6 comments]
View ArticleDRBM Implementation
Hey Everyone,I am implementing a DRBM following this paper: http://machinelearning.org/archive/icml2008/papers/601.pdfI am stuck on p(y | h), the difficulty I am having is with dy and dy, what would be...
View Article