From 8f92aace6ff08ff0d50ce1c58d95fabcedab6d9a Mon Sep 17 00:00:00 2001 From: Seshu Pavan Mutyala <102138321+seshu-pavan@users.noreply.github.com> Date: Tue, 25 Jul 2023 10:51:50 +0530 Subject: [PATCH] Updated ISL books --- books.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/books.md b/books.md index 64911baa..3f2c30c8 100644 --- a/books.md +++ b/books.md @@ -5,7 +5,8 @@ The following is a list of free and/or open source books on machine learning, st * [Distributed Machine Learning Patterns](https://github.com/terrytangyuan/distributed-ml-patterns) - Book (free to read online) + Code * [The Hundred-Page Machine Learning Book](http://themlbook.com/wiki/doku.php) * [Real World Machine Learning](https://www.manning.com/books/real-world-machine-learning) [Free Chapters] -* [An Introduction To Statistical Learning](https://www-bcf.usc.edu/~gareth/ISL/) - Book + R Code +* [An Introduction To Statistical Learning With Applications In R](https://hastie.su.domains/ISLR2/ISLRv2_corrected_June_2023.pdf) - Book + R Code +* [An Introduction To Statistical Learning With Applications In Python](https://hastie.su.domains/ISLP/ISLP_website.pdf) - Book + Python Code * [Elements of Statistical Learning](https://web.stanford.edu/~hastie/ElemStatLearn/) - Book * [Computer Age Statistical Inference (CASI)](https://web.stanford.edu/~hastie/CASI_files/PDF/casi.pdf) ([Permalink as of October 2017](https://perma.cc/J8JG-ZVFW)) - Book * [Probabilistic Programming & Bayesian Methods for Hackers](http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/) - Book + IPython Notebooks