From 745dd19148eb7c9524f2452c0ec543f99d3a73cb Mon Sep 17 00:00:00 2001 From: Ahmad Emir Alfatah Date: Tue, 20 Oct 2020 06:39:29 +0700 Subject: [PATCH] Added Math for Machine Learning by Marc Peter Deisenroth (#4415) * Add Math for Machine Learning by Marc Peter Deisenroth, A Aldo Faisal, and Cheng Soon Ong * try to fix build failed * add PDF at the end of the line * change the better link --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 56ca9780..f8c3dfc9 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -488,6 +488,7 @@ * [Machine Learning from Scratch](https://dafriedman97.github.io/mlbook/content/introduction.html) - Danny Friedman * [Machine Learning, Neural and Statistical Classification](http://www1.maths.leeds.ac.uk/~charles/statlog/) * [Mathematics for Machine Learning](https://gwthomas.github.io/docs/math4ml.pdf) - Garrett Thomas (PDF) +* [Mathematics for Machine Learning](https://mml-book.github.io) - Marc Peter Deisenroth, A Aldo Faisal, and Cheng Soon Ong * [Neural Networks and Deep Learning](http://neuralnetworksanddeeplearning.com) * [Probabilistic Models in the Study of Language](http://idiom.ucsd.edu/~rlevy/pmsl_textbook/text.html) (Draft, with R code) * [Reinforcement Learning: An Introduction](http://incompleteideas.net/book/RLbook2020.pdf) - Richard S. Sutton, Andrew G. Barto (PDF)