From 91a79b9d9aa440607d08cedd0d1c3ccba141bb69 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Sun, 10 Jul 2022 00:13:16 +0200 Subject: [PATCH] Update README.md Fixed a few typos. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41d1072..6f4e9fe 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Machine learning deals with data and in turn uncertainty which is what statistic Book: https://hastie.su.domains/ElemStatLearn/ -If you are interested in an introduction to statistical learning, then you might want to check out ["An Introduction to Statistical Learning"](https://www.statlearning.com/) +If you are interested in an introduction to statistical learning, then you might want to check out ["An Introduction to Statistical Learning"](https://www.statlearning.com/). ## Probability Theory: The Logic of Science *by E. T. Jaynes* @@ -35,14 +35,14 @@ Book: https://probml.github.io/pml-book/book1.html ## Multivariate Calculus by Imperial College London *by Dr. Sam Cooper & Dr. David Dye* -Backpropagation is a key algorithm for training deep neural nets that rely on Calculus. Get familiar with concepts like chain rule, Jacobian, gradient descent,. +Backpropagation is a key algorithm for training deep neural nets that rely on Calculus. Get familiar with concepts like chain rule, Jacobian, gradient descent. Video Playlist: https://www.youtube.com/playlist?list=PLiiljHvN6z193BBzS0Ln8NnqQmzimTW23 ## Mathematics for Machine Learning - Linear Algebra *by Dr. Sam Cooper & Dr. David Dye* -Agreat companion to the previous video lectures. Neural networks perform transformations on data and you need linear algebra to get better intuitions of how that is done. +A great companion to the previous video lectures. Neural networks perform transformations on data and you need linear algebra to get better intuitions of how that is done. Video Playlist: https://www.youtube.com/playlist?list=PLiiljHvN6z1_o1ztXTKWPrShrMrBLo5P3 @@ -84,7 +84,7 @@ Course: https://www.khanacademy.org/math/statistics-probability ## Linear Algebra *by Khan Academy* -Vectors, matrics, operations on them, dot & cross product, matrix multiplication etc. is essential for the most basic understanding of ML maths. +Vectors, matrices, operations on them, dot & cross product, matrix multiplication etc. is essential for the most basic understanding of ML maths. Course: https://www.khanacademy.org/math/linear-algebra