From 2ac28d8fc2d71e4beb8c91a7d475b8ee2bd110d7 Mon Sep 17 00:00:00 2001 From: hugo Date: Mon, 25 Nov 2013 06:02:13 +0700 Subject: [PATCH] Add Machine Learning, Neural and Statistical Classification book for Machine Learning section --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 free-programming-books.md diff --git a/free-programming-books.md b/free-programming-books.md old mode 100644 new mode 100755 index d7bc9052..833069da --- a/free-programming-books.md +++ b/free-programming-books.md @@ -308,6 +308,7 @@ * [Reinforcement Learning: An Introduction](http://webdocs.cs.ualberta.ca/~sutton/book/ebook/the-book.html) * [A First Encounter with Machine Learning](https://www.ics.uci.edu/~welling/teaching/ICS273Afall11/IntroMLBook.pdf) (PDF) * [Learning Deep Architectures for AI](http://www.iro.umontreal.ca/~bengioy/papers/ftml_book.pdf) (PDF) +* [Machine Learning, Neural and Statistical Classification](http://www1.maths.leeds.ac.uk/~charles/statlog/whole.pdf) (PDF) or [online version](http://www1.maths.leeds.ac.uk/~charles/statlog/) - This book is based on the EC (ESPRIT) project StatLog. ####Mathematics * [Think Bayes: Bayesian Statistics Made Simple](http://www.greenteapress.com/thinkbayes/) - Allen B. Downey -- GitLab