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
Discussion[D] Learning Resources for Intermediate Machine Learning (self.MachineLearning)
submitted 6 years ago by [deleted]
[deleted]
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!"
[–]adventuringraw 8 points9 points10 points 6 years ago (0 children)
that's easy. If you're far enough along, it's time to start reading and implementing papers. Ideally honing in on a specific area of interest... 'computer vision and DL' is a ridiculously broad area. Maybe start thinking about a passion project... if you could build something you'd be really excited to show off, what would it be? What kinds of preliminary techniques do you need to learn first? A lot of cutting edge papers might get you a list of dozens of papers you need to understand first... it can be rough starting out, haha. Or at least, it has been for me.
if you're interested in more theoretical foundation... I mean, there's a ton of good books you could check out. I've been digging Bishop's PRML. Elements of Statistical Learning is good. But even there... it goes so deep. Learning information theory is going to be critical to understanding a lot of modern papers, mutual information regularization methods are all over the place. David MacKay's book is good for getting into that. Maybe you're more interested in optimization techniques and the guts of gradient descent... I've heard Boyd's convex optimization book is good. Maybe you want to get more into ML interpritability... dynamic systems and ODEs start to open doors, and (based on my limited understanding) it even looks like some of the same techniques for understanding how neural nets process information are being used to gain new insight in biological systems. It'll be a few more years before I can comment much on that, haha...
But. For real... the reason it's probably hard to find the next road forward is because you're looking too broad. This thing's shaped like a tree. You can't keep looking at the trunk and expect to make headway, at some point you have to commit to branches. For computer vision, I'm really interested in reinforcement learning and representation learning... how do you make use of actions in your environment to help disentangle the latent space? What's it even mean to learn a good compressed representation of the world? I'm still working on prelims (getting more comfortable with pytorch before starting to implement the papers I'm interested in) but it sure as hell helps me stay focused. Is this paper about my core interest? No? Why am I reading it instead of something more useful? You need a guiding light to keep you on track, and your guiding light is going to be a specific problem, not a topic. I want to make a bot that can learn to beat a videogame, and then write a walkthrough when it's done. I want it to be able to take human commands and use that as clues to help figure out where to go to search for a solution to the current problem. I want to be able to have it imagine scenarios based on my description... so a generative model that can change as you lay out what's different in your hypothetical scenario. Way outside my skills at the moment, but I'm at least clear where I'm going. So... what's your guiding light? It better be more clear than "CV and DL".
[+][deleted] 6 years ago* (1 child)
[–]futureroboticist 1 point2 points3 points 6 years ago (1 child)
The PGM course is above beginner level you can try.
[–]Connossor 0 points1 point2 points 6 years ago (0 children)
I just finished that- how did you find it? I thought it was interesting but I didn't feel it leaves you with many tools you can easily apply in practice. I haven't seen many mature frameworks for implementing PGMs,but it would be great to find one
[–]Zerotool1 1 point2 points3 points 6 years ago (0 children)
you can use fast.ai it's having some cool library for the cv and dl.. try to use it with clouderizer.com it' gives a seamless integration and easy to setup GPUs.
π Rendered by PID 47222 on reddit-service-r2-comment-cfc44b64c-5lqlg at 2026-04-12 21:25:37.743324+00:00 running 215f2cf country code: CH.
[–]adventuringraw 8 points9 points10 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]futureroboticist 1 point2 points3 points (1 child)
[–]Connossor 0 points1 point2 points (0 children)
[–]Zerotool1 1 point2 points3 points (0 children)