From 814a69f2f1c2ba84791ed25137e3918f917388d2 Mon Sep 17 00:00:00 2001 From: ZuzooVn Date: Wed, 19 Oct 2016 18:36:07 +0700 Subject: [PATCH] Added source code for "An Introduction to Statistical Learning" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 94be790..d9bdcf5 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,8 @@ Each day I take one subject from the list below, read it cover to cover, take no - [ ] [Reactive Machine Learning Systems(MEAP)](https://www.manning.com/books/reactive-machine-learning-systems) - [GitHub repository](https://github.com/jeffreyksmithjr/reactive-machine-learning-systems) - [ ] [An Introduction to Statistical Learning](http://www-bcf.usc.edu/~gareth/ISL/) + - [GitHub repository(R)](http://www-bcf.usc.edu/~gareth/ISL/code.html) + - [GitHub repository(Python)](https://github.com/JWarmenhoven/ISLR-python) - [ ] [Building Machine Learning Systems with Python](https://www.packtpub.com/big-data-and-business-intelligence/building-machine-learning-systems-python) - [GitHub repository](https://github.com/luispedro/BuildingMachineLearningSystemsWithPython) - [ ] [Probabilistic Programming & Bayesian Methods for Hackers](https://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/)