Ask HN: Books on AI

3 points by AhtiK ↗ HN
What are your favorite books on AI?

I've read the book from Peter Norvig and Stuart Russell (Artificial Intelligence: A Modern Approach [1]) which was great but now I'd love to work with more practical material.

Things like code samples in python, showcasing the use of GPUs with CUDA or OpenCL for practical purposes etc.

I can keep searching the web and work with that but reading good books adds another dimension.

[1] https://www.amazon.com/Artificial-Intelligence-Modern-Approach-3rd/dp/0136042597

1 comment

[ 4.1 ms ] story [ 9.2 ms ] thread
I just read the ebook neuralnetworksanddeeplearning.com by Michael Nielsen. I found it being a very good mix between intuitive explanations, hands on code and some math to explain whats going on with neural nets and deep learning.

Edit: I'm also very interested in hearing about other recommendations =)