How to WEKA the living daylights outta my data with a real life scenario???
I must say this is exciting, i absolutely have no foundation in computer science or programming and neither was i very good at mathematics but somehow i am in love with the idea of machine learning,...
View ArticleWays to improve dynamic time warping word recognition system?
I recently got interested in speech recognition and have implemented a simple dynamic time warp system for word recognition for my own learning purpose. However after testing a bit I believe that I...
View ArticlePossible Commercial-friendly Caffe Pre-trained Nets
A friend of mine told me that during an Nvidia webinar today ("DIY Deep Learning for Vision: A Tutorial with Caffe"), someone mentioned that the pre-trained nets will be released with a new...
View ArticleQuestion about Neural Networks with directed weights
A characteristic feature of biological neural networks is that the connections between neurons are directed. Backpropagation as well as Boltzmann machines rely on bidirectional connections that allow...
View ArticleTrain network by comparing 2 set of entries
I'm wondering if there is an actual method to do the following :Having 2 set of Identical features which are not the same training exemple as a single training exemple.A1,A2...A10, B1,B2....B10. =>...
View ArticleHuge drop in quality of neural network when using tanh instead of sigmoid as...
I'm playing around with neural nets in Haskell, and I've got this code :import AI.HNN.FF.Network import Numeric.LinearAlgebra main :: IO () main = do net <- createNetwork 2 [5] 1 :: IO (Network...
View ArticleFrom G+, Andrej Karpathy: "I rendered the NIPS 2014 papers in pretty format...
submitted by test3545 [link][8 comments]
View ArticleMachine Learning: The High Interest Credit Card of Technical Debt
submitted by improbabble [link][1 comment]
View ArticleTranslating randomForest (R) back into actionable items
I'm having a hard time translating my random forest back into actionable results. I'm trying to predict a bit flip based on a number of variables using R's excellent randomForest package. Let's say one...
View Article11 open source tools to make the most of machine learning
submitted by futureisdata [link][1 comment]
View ArticleMachine Learning in MATLAB?
Does anyone here do their machine learning in MATLAB? What do people think about various packages available in matlab? I'm a total beginner and would love to hear people's opinions submitted by...
View ArticleQuestion on auto-association with multilayer perceptrons
Hi!I am trying to teach a multilayer perceptron to do an auto-association task but I can't get it to work properly. I have little experience with neural networks so I thought that the solution to my...
View Article[homework] trouble with nltk python NaiveBayesClassifier, I keep getting same...
Hey /r/machinelearning--I don't see too many [homework] posts here, so I hope I'm not in the wrong sub. If so, please point me to a better option.so I'm working on a project in which i take in anime...
View ArticleListing Kaggle projects on resume
I just completed a few tutorials on analyzing the Kaggle Titanic dataset using R and Python from various websites. Should I list these completed submissions on my resume? submitted by bthrill [link][3...
View ArticleWeekend reading - 3 recent stories about Microsoft Machine Learning and...
submitted by MLBlogTeam [link][comment]
View ArticleHelp with Generative Adversarial Networks
I just finished implementing Generative Adversarial Networks. There are a few things that I'm confused about. In my experiments, training diverges if I use any type of distribution where regions with...
View Article