From 66414389dafaa8af04cbc39350cf3d09b7a0b378 Mon Sep 17 00:00:00 2001 From: Muhamad Azizi <60250744+MuhamadAzizi@users.noreply.github.com> Date: Mon, 4 Oct 2021 03:57:39 +0700 Subject: [PATCH] Add Machine Learning Book (#5766) * Add Machine Learning Book Add Machine Learning Book - Machine Learning with Python * Add Machine Learning Book Add Machine Learning with Python Book * Revise Revise --- books/free-programming-books-subjects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index 4715f162..7d85a667 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -308,6 +308,7 @@ Books that cover a specific programming language can be found in the [BY PROGRA * [Machine Learning for Data Streams](https://moa.cms.waikato.ac.nz/book-html/) - Albert Bifet, Ricard Gavaldà, Geoff Holmes, Bernhard Pfahringer * [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/) +* [Machine Learning with Python](https://www.tutorialspoint.com/machine_learning_with_python) - Tutorials Point (HTML, [PDF](https://www.tutorialspoint.com/machine_learning_with_python/machine_learning_with_python_tutorial.pdf)) * [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)