From e6a30b31888efeac52450d726be6865f7362eb00 Mon Sep 17 00:00:00 2001 From: ailjia <43505441+ailjia@users.noreply.github.com> Date: Sun, 28 Oct 2018 13:10:34 +0100 Subject: [PATCH 1/2] add titles to the courses --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 15f4fe7..9982889 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,18 @@ This is the Curriculum for "Learn Machine Learning in 3 Months" [this](https://y # Month 1 ## Week 1 Linear Algebra + +Essence of linear algebra, by 3Blue1Brown https://www.youtube.com/watch?v=kjBOesZCoqc&index=1&list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab + +Linear Algebra, by MIT OCW (Prof. Gilbert Strang) https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/ + + ## Week 2 Calculus + +Essence of calculus, by 3Blue1Brown + https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr ## Week 3 Probability https://www.edx.org/course/introduction-probability-science-mitx-6-041x-2 From 92ac1fb1d04c24bb05a75ba218050585f7838af2 Mon Sep 17 00:00:00 2001 From: ailjia <43505441+ailjia@users.noreply.github.com> Date: Sun, 28 Oct 2018 13:12:13 +0100 Subject: [PATCH 2/2] minor fixes --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9982889..856cad4 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,19 @@ This is the Curriculum for "Learn Machine Learning in 3 Months" [this](https://y ## Week 1 Linear Algebra -Essence of linear algebra, by 3Blue1Brown +##### Essence of linear algebra, by 3Blue1Brown https://www.youtube.com/watch?v=kjBOesZCoqc&index=1&list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab -Linear Algebra, by MIT OCW (Prof. Gilbert Strang) +##### Linear Algebra, by MIT OCW (Prof. Gilbert Strang) https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/ ## Week 2 Calculus -Essence of calculus, by 3Blue1Brown +#### Essence of calculus, by 3Blue1Brown https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr + ## Week 3 Probability https://www.edx.org/course/introduction-probability-science-mitx-6-041x-2 ## Week 4 Algorithms