└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Learn_Machine_Learning_in_3_Months 2 | 3 | This is the Curriculum for "Learn Machine Learning in 3 Months" [this](https://youtu.be/Cr6VqTRO1v0) video by Siraj Raval on Youtube 4 | 5 | # Month 1 6 | 7 | ## Week 1 Linear Algebra 8 | https://www.youtube.com/watch?v=kjBOesZCoqc&index=1&list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab 9 | https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/ 10 | ## Week 2 Calculus 11 | https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr 12 | ## Week 3 Probability 13 | https://www.edx.org/course/introduction-probability-science-mitx-6-041x-2 14 | ## Week 4 Algorithms 15 | https://www.edx.org/course/algorithm-design-analysis-pennx-sd3x 16 | 17 | # Month 2 18 | 19 | ## Week 1 20 | #### Learn python for data science 21 | https://www.youtube.com/watch?v=T5pRlIbr6gg&list=PL2-dafEMk2A6QKz1mrk1uIGfHkC1zZ6UU 22 | #### Math of Intelligence 23 | https://www.youtube.com/watch?v=xRJCOz3AfYY&list=PL2-dafEMk2A7mu0bSksCGMJEmeddU_H4D 24 | #### Intro to Tensorflow 25 | https://www.youtube.com/watch?v=2FmcHiLCwTU&list=PL2-dafEMk2A7EEME489DsI468AB0wQsMV 26 | 27 | ## Week 2 28 | Intro to ML (Udacity) 29 | https://eu.udacity.com/course/intro-to-machine-learning--ud120 30 | 31 | ## Week 3-4 32 | ML Project Ideas 33 | https://github.com/NirantK/awesome-project-ideas 34 | 35 | # Month 3 (Deep Learning) 36 | 37 | ## Week 1 38 | Intro to Deep Learning 39 | https://www.youtube.com/watch?v=vOppzHpvTiQ&list=PL2-dafEMk2A7YdKv4XfKpfbTH5z6rEEj3 40 | 41 | ## Week 2 42 | Deep Learning by Fast.AI 43 | http://course.fast.ai/ 44 | 45 | ## Week 3-4 46 | Re-implement DL projects from my github 47 | https://github.com/llSourcell?tab=repositories 48 | 49 | --- 50 | 51 | *Additional Resources:* 52 | - People in ML to [follow on Twitter](https://www.quora.com/Who-should-I-follow-on-Twitter-to-get-useful-and-reliable-machine-learning-information "Quora.com") 53 | - Join the ["Wizards" Slack channel](http://wizards.herokuapp.com/ "Herokuapp.com") 54 | --------------------------------------------------------------------------------