From dbc79daa5cfd7c699d2ec18f47d6807f09ddcad8 Mon Sep 17 00:00:00 2001 From: Anshuman Pati Date: Fri, 20 Nov 2020 21:40:59 +0530 Subject: [PATCH] Add Free and Open Machine Learning book to free-programming-books.md (#5009) * Add Free and Open Machine Learning book to free-programming-books.md * used suggested URL Co-authored-by: Eric Hellman --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 1e02ceba..13dda9cd 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -493,6 +493,7 @@ * [Dive into Deep Learning](http://d2l.ai) * [Explorations in Parallel Distributed Processing: A Handbook of Models, Programs, and Exercises](https://web.stanford.edu/group/pdplab/pdphandbook) - James L. McClelland * [Foundations of Machine Learning, Second Edition](https://mitpress.ublish.com/ereader/7093/?preview=#page/Cover) - Mehryar Mohri, Afshin Rostamizadeh, Ameet Talwalkar +* [Free and Open Machine Learning](https://freeandopenmachinelearning.readthedocs.io/en/latest/index.html) - Maikel Mardjan * [Gaussian Processes for Machine Learning](http://www.gaussianprocess.org/gpml/) * [IBM Machine Learning for Dummies](https://www.ibm.com/downloads/cas/GB8ZMQZ3) - Judith Hurwitz, Daniel Kirsch * [Information Theory, Inference, and Learning Algorithms](http://www.inference.phy.cam.ac.uk/itila/) -- GitLab