배우기

머신 러닝 무료 코스 10

berry ryu 2019. 8. 19. 21:38

출처:https://twitter.com/chipro

 

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.

https://t.co/vj5euiYnGa?amp=1

 

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

 

https://t.co/kCpDeV7IQI?amp=1

 

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 

@jeremyphoward

 and 

@math_rachel

 

https://course.fast.ai

 

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 

@chrmanning

 

 

https://t.co/3gMG0ZqMb1?amp=1

 

 

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.

 

https://t.co/ixBEItBroY?amp=1

 

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  

@DaphneKoller

 

 

https://t.co/dKdHxAzQ7e?amp=1

 

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 

@pabbeel

, 

@josh_tobin_

, 

@sergeykarayev

 

 

https://t.co/grkcBbL76U?amp=1

 

10. How to Win a Data Science Competition: Learn from Top Kagglers by Coursera