This thread is a combination of 10 free online courses on machine learning that I find the most helpful. They should be taken in order.
1. Probability and Statistics by Stanford Online
This self-paced course covers basic concepts in probability and statistics spanning over four fundamental aspects of machine learning: exploratory data analysis, producing data, probability, and inference.
https://online.stanford.edu/courses/gse-yprobstat-probability-and-statistics
2. Linear Algebra by MIT
Hands down the best linear algebra course I’ve seen, taught by the legendary professor Gilbert Strang.
3. CS231N: Convolutional Neural Networks for Visual Recognition by Stanford
Theories are balanced with practices. The notes are well written with visualizations that explain difficult concepts e.g. backprop, losses, regularizations, dropouts, batchnorm
4. Practical Deep Learning for Coders by fastai
This hands-on course focuses on getting things up and running. It has a forum with helpful discussions about the latest best practices in ML. By
and
5. CS224N: Natural Language Processing with Deep Learning by Stanford
A must-take course for anyone interested in NLP. The course is well organized, well taught, and up-to-date with the latest research. Taught by the amazing
6. Machine Learning by Coursera
Originally taught at Stanford, Andrew Ng’s course is probably the most popular machine learning course in the world. Its Coursera version has been enrolled by more 2.5M people as of writing.
7. Probabilistic Graphical Models Specialization by Coursera
Unlike most AI courses that introduce small concepts one by one, this tackles AI top-down as it forces you to think about what exactly you're trying to learn when you say ML. By
8. Introduction to Reinforcement Learning by DeepMind
RL is hard, but David Silver is here to the rescue. This course provides a great introduction to RL with intuitive explanations and fun examples, taught by one of the world’s leading experts.
https://www.youtube.com/watch?v=2pWv7GOvuf0&list=PLqYmG7hTraZDM-OYHWgPebj2MfCFzFObQ
9. Full Stack Deep Learning Bootcamp
Most courses only teach you how to train and tune your models. This is the only one I've seen that shows you how to design, train, and deploy models from A to Z. By
,
,
10. How to Win a Data Science Competition: Learn from Top Kagglers by Coursera
'배우기' 카테고리의 다른 글
[CSS] 웹 이미지 렌더링 시 선명하게 나오지 않는 문제 해결 (0) | 2023.12.18 |
---|---|
그로스 해킹 Growth Hacking (0) | 2019.08.19 |
유저 인터페이스 디벨로퍼 스킬 & 책임 (0) | 2019.05.22 |
디자이너를 위한 베이직 커맨드 라인 (0) | 2019.05.22 |