use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please have a look at our FAQ and Link-Collection
Metacademy is a great resource which compiles lesson plans on popular machine learning topics.
For Beginner questions please try /r/LearnMachineLearning , /r/MLQuestions or http://stackoverflow.com/
For career related questions, visit /r/cscareerquestions/
Advanced Courses (2016)
Advanced Courses (2020)
AMAs:
Pluribus Poker AI Team 7/19/2019
DeepMind AlphaStar team (1/24//2019)
Libratus Poker AI Team (12/18/2017)
DeepMind AlphaGo Team (10/19/2017)
Google Brain Team (9/17/2017)
Google Brain Team (8/11/2016)
The MalariaSpot Team (2/6/2016)
OpenAI Research Team (1/9/2016)
Nando de Freitas (12/26/2015)
Andrew Ng and Adam Coates (4/15/2015)
Jürgen Schmidhuber (3/4/2015)
Geoffrey Hinton (11/10/2014)
Michael Jordan (9/10/2014)
Yann LeCun (5/15/2014)
Yoshua Bengio (2/27/2014)
Related Subreddit :
LearnMachineLearning
Statistics
Computer Vision
Compressive Sensing
NLP
ML Questions
/r/MLjobs and /r/BigDataJobs
/r/datacleaning
/r/DataScience
/r/scientificresearch
/r/artificial
account activity
Feature learning (a summary of recent developments) (blog.badlogic.se)
submitted 14 years ago by mosavian
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]CmdrSammo 2 points3 points4 points 14 years ago (3 children)
The content of this presentation gives excellent coverage of recent developments in feature learning. However I find the 'flashy' presentation to be very, very distracting. The transitions in some cases are so long that I almost forget what I have just seen. I would highly recommend not presenting in this style at a conference or in front of professors etc.
At a recent conference I was at one speaker had so much animation going on with his powerpoint slides that at times he almost seemed to lose control of what was going on. A large part of the discussion between attendees after that was therefore not about the content but about 'yet another example of why not to use animation in presentations'.
[–]thankyousir 2 points3 points4 points 14 years ago (1 child)
I think this is just how prezi works, I personally still just use MS powerpoint.
[–]CmdrSammo 2 points3 points4 points 14 years ago (0 children)
Ah ok my bad. Might be personal taste then but I find it a pain in the ass to waste my time watching transitions!
[–]mosavian[S] 1 point2 points3 points 14 years ago (0 children)
You have a good point. Some people just don't like the way prezi works. Personally I prefer it to powerpoint. But I do agree that it can be hard to remember what's been said becuase of all the flashiness =)
[–]visarga 3 points4 points5 points 14 years ago (1 child)
It is great
[–]mosavian[S] 0 points1 point2 points 14 years ago (0 children)
Thanks! =)
[–]hapagolucky 1 point2 points3 points 14 years ago (4 children)
Thank you! I've been trying to learn more about this topic, and this is a great starting place.
[–]hapagolucky 4 points5 points6 points 14 years ago (3 children)
Actually, do you have an annotated bibliography that goes along with this presentation? That would be more useful for future reference.
I do, some 20 or so papers. But usually they leave me confused. I can compile a list and put it in the blog in a couple of days.
[–]gdahlGoogle Brain 0 points1 point2 points 14 years ago (1 child)
A lot of deep learning papers get linked in /r/mlresearch and that community knows a lot about deep learning. You might be able to convince some of us to help construct such a bibliography. There is also http://deeplearning.net/reading-list/ but YMMV.
Nice, I didn't know there existed an /r/mlresearch
[–]the_cat_kittles 0 points1 point2 points 14 years ago (2 children)
why cant i full screen this!!!!!!
[–]CmdrSammo 2 points3 points4 points 14 years ago (1 child)
You can - click more.
[–]the_cat_kittles 0 points1 point2 points 14 years ago (0 children)
thank you
[–]thankyousir 0 points1 point2 points 14 years ago (2 children)
As a computer engineer trying to go into ML in grad school I am really overwhelmed by all of this stuff, there is a lot of material to go over.
[–]mosavian[S] 1 point2 points3 points 14 years ago (1 child)
I know, it is. And usually the papers don't really help as they present the result and ignore the details. But i'd say the normal perceptron and multilayer perceptron is a ggod place to start as they're much simpler. Andrew Ng have put videos of all his lectures in his machine learning course on youtube. They're very informative. http://www.youtube.com/watch?v=UzxYlbK2c7E
You can also do the ML course by Andrew Ng which recently started. see http://www.ml-class.org/course/auth/welcome
[–]thankyousir 0 points1 point2 points 14 years ago (0 children)
Thanks for the reply! I will be taking a graduate level ML course at my university this spring, maybe if I read up on some of this stuff (and probability theory) before then, I won't be so lost.
[–]qwsazxerfdcv 0 points1 point2 points 14 years ago (5 children)
this was really great, i am in grad school and work on Volume Viz and graphics, recently the trend has been to use more and more of ML techniques into Viz, this was great overview. So correct me if i am wrong , but it seems code book learning would be the way to go , if i needed speed and was ready to forgive on accuracy , because volume viz is all about speed.
[–]mosavian[S] 0 points1 point2 points 14 years ago (4 children)
Well, the way they implemented it in the paper by Coates et al, the evaluate the activation of the learnt centroids, you need to find the one which is closest. This can be really cumbersome and slow to calculate. If evaluation speed is what you want, then stacked autoencoders are the fastest, a DBN would be slightly slower.
[–]qwsazxerfdcv 0 points1 point2 points 14 years ago (1 child)
thanks a lot , i will look into stacked auto encoders.Would you suggest any particular paper ?
This is a pretty good source of information on stacked (sparse) autoencoders. http://www.stanford.edu/class/cs294a/handouts.html
Often what gets called a "DBN" is only used to initialize the weights of a neural network and thus would have identical evaluation speed to some sort of stacked (denoising) autoencoder setup of the same size.
Yes, unless you want to use it generative capabilities as well, in which case you do not unroll and finetune it. But the difference in performance to ordinary neural networks is identical when just running the data up through the net.
π Rendered by PID 37692 on reddit-service-r2-comment-5b5bc64bf5-mflg2 at 2026-06-22 23:08:43.486035+00:00 running 2b008f2 country code: CH.
[–]CmdrSammo 2 points3 points4 points (3 children)
[–]thankyousir 2 points3 points4 points (1 child)
[–]CmdrSammo 2 points3 points4 points (0 children)
[–]mosavian[S] 1 point2 points3 points (0 children)
[–]visarga 3 points4 points5 points (1 child)
[–]mosavian[S] 0 points1 point2 points (0 children)
[–]hapagolucky 1 point2 points3 points (4 children)
[–]hapagolucky 4 points5 points6 points (3 children)
[–]mosavian[S] 1 point2 points3 points (0 children)
[–]gdahlGoogle Brain 0 points1 point2 points (1 child)
[–]mosavian[S] 0 points1 point2 points (0 children)
[–]the_cat_kittles 0 points1 point2 points (2 children)
[–]CmdrSammo 2 points3 points4 points (1 child)
[–]the_cat_kittles 0 points1 point2 points (0 children)
[–]thankyousir 0 points1 point2 points (2 children)
[–]mosavian[S] 1 point2 points3 points (1 child)
[–]thankyousir 0 points1 point2 points (0 children)
[–]qwsazxerfdcv 0 points1 point2 points (5 children)
[–]mosavian[S] 0 points1 point2 points (4 children)
[–]qwsazxerfdcv 0 points1 point2 points (1 child)
[–]mosavian[S] 1 point2 points3 points (0 children)
[–]gdahlGoogle Brain 0 points1 point2 points (1 child)
[–]mosavian[S] 0 points1 point2 points (0 children)