Skip to content

Commit 51bf638

Browse files
authored
Update README.md
1 parent 8ddb0b7 commit 51bf638

File tree

1 file changed

+29
-18
lines changed

1 file changed

+29
-18
lines changed

README.md

Lines changed: 29 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,25 @@ by skipping the Math.
1313

1414
1. [Probability & Statistics](https://www.khanacademy.org/math/probability)
1515
Basic Probability and Stats will be helpful in understanding ML algorithms like Naive Bayes.
16+
1617
2. [Statistics 101 - Udacity](https://www.udacity.com/course/intro-to-statistics--st101)
17-
Taught by the founder of GoogleX it's full of exercises in Python so you won't get bored.
18-
3. MIT 18.06 Linear Algebra
18+
Taught by the founder of GoogleX it's full of exercises in Python so you won't get bored.
19+
20+
3. [MIT 18.06 Linear Algebra](https://www.youtube.com/watch?v=ZK3O402wf1c&list=PLE7DDD91010BC51F8)
1921
Prof. Strang is terrific! Not only he'll make you fall in love in Linear Algebra but you'll learn
2022
important concepts like SVD and matrix algebra. You might wanna grab this [PDF](http://www.math.hcmus.edu.vn/~bxthang/Linear%20algebra%20and%20its%20applications.pdf)
2123
as well. Be sure to also solve the exam question papers from here: [link](https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/exams/)
22-
4. MIT Single Variable Calculus
23-
This is my personal favorite book, use it for SVC + MVC [link](gdrive link)
24+
25+
4. [MIT Single Variable Calculus](https://www.youtube.com/watch?v=7K1sB05pE0A&list=PL590CCC2BC5AF3BC1)
26+
This is my personal favorite book, use it for SVC + MVC [link](https://drive.google.com/open?id=0BwEXorNDIEnFc3VKN3RUOWdRdUE)
2427
Amazing course but it gets quite tedious in the middle, you might wanna skim some geometry, but the key is
2528
to understand how optimization works. Be sure to solve questions from here: [link](https://ocw.mit.edu/courses/mathematics/18-01-single-variable-calculus-fall-2006/exams/)
26-
5. MIT Multi Variable Calculus
29+
30+
5. [MIT Multi Variable Calculus](https://www.youtube.com/watch?v=PxCxlsl_YwY&list=PL4C4C8A7D06566F38)
2731
Understanding vector calculus is necessary for algorithms like SVM, you might wanna skim some parts
2832
which are purely theoretical. Be sure to solve questions from here: [link](https://ocw.mit.edu/courses/mathematics/18-02-multivariable-calculus-fall-2007/exams/)
29-
7. (Optional) Stanford Convex Optimization
33+
34+
7. (Optional) [Stanford Convex Optimization](https://lagunita.stanford.edu/courses/Engineering/CVX101/Winter2014/about)
3035
WARNING: Do this course only if you're very good at math. Convex Optimization will teach you numerous
3136
functions used in Machine Learning. But this course is extremely heavy on Math!
3237

@@ -44,33 +49,39 @@ by skipping the Math.
4449
2. [Algotithms Stanford II](http://online.stanford.edu/course/algorithms-design-and-analysis-part-2)
4550

4651
### Introduction to Machine Learning
47-
1. Machine Learning by Andrew Ng
52+
1. [Machine Learning by Andrew Ng](https://www.coursera.org/learn/machine-learning)
4853
A must do course, best course of Introduction to Machine Learning so far, light on Math and focuses more on concepts.
4954

5055
Complete one out of two
51-
1. Machine Learning A-Z
52-
Introductory course on ML focusing on not only Python but also R, one of the best sellers on Udemy.
53-
2. Introduction to Machine Learning - Udacity
56+
1. [Machine Learning A-Z](https://www.udemy.com/machinelearning/)
57+
Introductory course on ML focusing on not only Python but also R, one of the best sellers on Udemy.
58+
59+
2. [Introduction to Machine Learning - Udacity](https://www.udacity.com/course/intro-to-machine-learning--ud120)
5460
Sebastian Thrun does an awesome job explaining various approaches in ML. It gets a little boring in the middle
5561
but overall it's very good.
5662

5763
### Applied Machine Learning
5864
Two quick courses on applying the theory you learnt. They're short so I recommend doing both of them.
59-
1. Python for Data Science and Machine Learning Bootcamp
60-
2. Machine Learning with Python - Hands On!
65+
1. [Python for Data Science and Machine Learning Bootcamp](https://www.udemy.com/python-for-data-science-and-machine-learning-bootcamp/)
66+
2. [Machine Learning with Python - Hands On!](https://www.udemy.com/data-science-and-machine-learning-with-python-hands-on/)
6167
.
6268
### Specializations
6369

6470
* Deep Learning
65-
1. Neral Networks by Geofrrey Hinton
66-
Warning: Heavy on Math
71+
1. [Neural Networks by Geofrrey Hinton](https://www.coursera.org/learn/neural-networks)
72+
This guy is the creator of backpropagation algorithm! Warning: very heavy on Math.
73+
6774
2. [MIT Introduction to Deep Learning](http://introtodeeplearning.com/index.html)
68-
2. Deep Learning A-Z
75+
76+
2. [Deep Learning A-Z](https://www.udemy.com/deeplearning/)
77+
6978
3. [Creative Applications of Deep Learning with TensorFlow](https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow/info)
79+
80+
4. Must read book on Deep Learning: [Free HTML book](http://www.deeplearningbook.org/)
7081

7182
* Big Data & Large Scale Machine Learning
72-
1. Introduction to Big Data https://www.coursera.org/learn/big-data-introduction
73-
2. Spark and Python for Big Data with PySpark https://www.udemy.com/spark-and-python-for-big-data-with-pyspark/
83+
1. [Introduction to Big Data](https://www.coursera.org/learn/big-data-introduction)
84+
2. [Spark and Python for Big Data with PySpark](https://www.udemy.com/spark-and-python-for-big-data-with-pyspark/)
7485
3. [Distributed Machine Learning with Apache Spark](https://www.edx.org/course/distributed-machine-learning-apache-uc-berkeleyx-cs120x)
7586

7687
* NLP
@@ -79,7 +90,7 @@ by skipping the Math.
7990

8091
* Self Driving Car
8192
1. [MIT Deep Learning for Self Driving Cars](http://selfdrivingcars.mit.edu/)
82-
2. [Self Driving Car Nano Degree]
93+
2. [Self Driving Car Nano Degree](https://in.udacity.com/course/self-driving-car-engineer-nanodegree--nd013/)
8394

8495
* Scientific Computing
8596
1. [Scientific Computing](http://academictorrents.com/details/6f7e43052129b95f470d3043cfce2bf5c15ae380)

0 commit comments

Comments
 (0)