added real work ML

This commit is contained in:
Joseph Misiti 2016-09-23 10:25:11 -04:00 committed by GitHub
parent a23ab688fe
commit 9a441b3de4

View File

@ -2,6 +2,8 @@ The following is a list of free, open source books on machine learning, statisti
## Machine-Learning / Data Mining
* [Real World Machine Learning](https://manning.com/books/real-world-machine-learning) [Free Chapters]
* [Real World Machine Learning](https://manning.com/books/real-world-machine-learning) [Free Chapters]
* [An Introduction To Statistical Learning](http://www-bcf.usc.edu/~gareth/ISL/) - Book + R Code
* [Elements of Statistical Learning](http://statweb.stanford.edu/~tibs/ElemStatLearn/) - Book
* [Probabilistic Programming & Bayesian Methods for Hackers](http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/) - Book + IPython Notebooks