Ask HN: Any books related to machine learning or AI 9 points by pumanoir 7y ago ↗ HN similar to "Data Science from Scratch" or "Programming Collective Intelligence" where no external libraries are used to implement the algorithms?
[–] S4M 7y ago ↗ I know those two that explain deep learning from scratch:http://www.deeplearningbook.org/http://neuralnetworksanddeeplearning.com/
[–] shoo 7y ago ↗ Here are two good ones freely available - they are not new and hip, and more focused on the basic ideas rather than writing code, but the basic ideas don't really change that much over timehttps://web.stanford.edu/~hastie/ElemStatLearn/http://www.inference.org.uk/itprnn/book.html
[–] bjourne 7y ago ↗ http://aima.cs.berkeley.edu/ and http://users.isr.ist.utl.pt/~wurmd/Livros/school/Bishop%20-%...
[–] mindcrash 7y ago ↗ You might like the books from Jeff Heaton:https://www.heatonresearch.com/book/All chapters come with example code written in C#, Java and R.
4 comments
[ 3.1 ms ] story [ 18.9 ms ] threadhttp://www.deeplearningbook.org/
http://neuralnetworksanddeeplearning.com/
https://web.stanford.edu/~hastie/ElemStatLearn/
http://www.inference.org.uk/itprnn/book.html
https://www.heatonresearch.com/book/
All chapters come with example code written in C#, Java and R.