Ask HN: Best introductory video courses on ML and Deep Learning?
I don't necessarily need to go super deep into details, I'm more interested in a practical high-level overview.
I know about Andrew Ng course [1], 3blue1brown videos [2], and Berkeley AI course [3]. What else would you recommend?
[1] https://www.coursera.org/learn/machine-learning
[2] https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi
[3] https://www.youtube.com/playlist?list=PLIeooNSdhQE5kRrB71yu5yP9BRCJCSbMt
[+] [-] mindcrime|8 years ago|reply
https://www.udacity.com/course/intro-to-machine-learning--ud...
https://agi.mit.edu/
https://www.youtube.com/watch?v=eLbMPyrw4rw&list=PL6EE0CD029...
https://www.youtube.com/watch?v=2pWv7GOvuf0&list=PL7-jPKtc4r...
https://www.youtube.com/watch?v=NfnWJUyUJYU&list=PLkt2uSq6rB...
[+] [-] igravious|8 years ago|reply
Udacity. Intro to Machine Learning: Pattern Recognition for Fun and Profit[1]
MIT 6.S099: Artificial General Intelligence[2]
Lecture Series on Artificial Intelligence by Prof. P. Dasgupta, Department of Computer Science & Engineering, Indian Institute of Technology, Kharagpur[3]
DeepMind. Reinforcement Learning Course by David Silver[4]
Stanford Winter Quarter 2016 class: CS231n: Convolutional Neural Networks for Visual Recognition.[5]
[0] http://www.fast.ai/
[1] https://eu.udacity.com/course/intro-to-machine-learning--ud1...
[2] https://agi.mit.edu/
[3] https://www.youtube.com/watch?v=eLbMPyrw4rw&list=PL6EE0CD029...
[4] https://www.youtube.com/watch?v=2pWv7GOvuf0&list=PL7-jPKtc4r...
[5] https://www.youtube.com/watch?v=NfnWJUyUJYU&list=PLkt2uSq6rB...
[+] [-] kmax12|8 years ago|reply
Deep learning addresses it to some extent, but isn’t always the best choice if you don’t have image / text data (eg tabular datasets from databases, log files) or a lot of training examples.
I’m the developer of a library called Featuretools (https://github.com/Featuretools/featuretools) which is a good tool to know for automated feature engineering. Our demos are also a useful resource to learn using some interesting datasets and problems: https://www.featuretools.com/demos
[+] [-] cuchoi|8 years ago|reply
[+] [-] jacek|8 years ago|reply
[1] http://shop.oreilly.com/product/0636920052289.do
[+] [-] colmvp|8 years ago|reply
Fast.ai was fine, but I felt like most of my learning for the things I cared about came from reading research papers, watching Karpathy's CS231n lectures, and blog posts that went into detail on particular concepts.
But when at certain points I felt confused on certain concepts, Geron's book did a pretty good job explaining things slowly and in great detail, especially with respects to the code he wrote. It's still a book I'll pick up for 20-40 minutes every other day to help my mind recall about how something works.
Funnily enough, I've spent the last few months reading Sutton/Barto's Intro to Reinforcement Learning (along with Silver's lectures on DeepMind's YouTube Channel) and only realized Geron touches upon RL a little bit in the latter part of the ML book.
[+] [-] visarga|8 years ago|reply
https://www.youtube.com/view_play_list?p=A89DCFA6ADACE599
[+] [-] WhitneyLand|8 years ago|reply
[+] [-] DLTarasi|8 years ago|reply
I went through the first phase of the course as an intro to AI/DL and thought it was really great from a high-level perspective. If you have a decent understanding of Python you'll have a working model running on AWS within the first few hours of the course which is very rewarding.
It does a better job than I expected explaining the underlying intuition of the math, but doesn't dive deep into the actual formulas. There are obviously tradeoffs to this approach and if you want to continue in the field you'll need to do something to fill in this background, but as far getting your hands dirty and understanding the basics I really liked the fast.ai approach.
[+] [-] hackernewsacct|8 years ago|reply
[+] [-] FabHK|8 years ago|reply
https://work.caltech.edu/telecourse.html
[+] [-] Eridrus|8 years ago|reply
[+] [-] aaronsnoswell|8 years ago|reply
[+] [-] deepGem|8 years ago|reply
[+] [-] FullMtlAlcoholc|8 years ago|reply
[+] [-] joshuaeckroth|8 years ago|reply
[+] [-] jack_pp|8 years ago|reply
[+] [-] alexnewman|8 years ago|reply
[+] [-] TheAlchemist|8 years ago|reply
https://www.youtube.com/user/hugolarochelle
[+] [-] oscgonfer|8 years ago|reply
[+] [-] nshr|8 years ago|reply
[+] [-] zengid|8 years ago|reply
[+] [-] ivansavz|8 years ago|reply
https://www.youtube.com/watch?v=eyovmAtoUx0
https://www.youtube.com/watch?v=9dXiAecyJrY
[+] [-] Lausbert|8 years ago|reply
[+] [-] aficionado|8 years ago|reply
https://bigml.com/ml101 https://bigml.com/education/videos
[+] [-] max_|8 years ago|reply
https://www.youtube.com/watch?v=TjZBTDzGeGg&list=PLUl4u3cNGP...
[+] [-] f00_|8 years ago|reply
andrew ng's machine learning course: https://www.coursera.org/learn/machine-learning
to get up to date on convnet architecture
Fei-Fei Li and Karpathy's cs231n: https://cs231n.github.io/
if you want to go deep
geoff hinton's neural networks for machine learning coursera: https://www.coursera.org/learn/neural-networks