What are your favorite books on AI?<p>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.<p>Things like code samples in python, showcasing the use of GPUs with CUDA or OpenCL for practical purposes etc.<p>I can keep searching the web and work with that but reading good books adds another dimension.<p>[1] https://www.amazon.com/Artificial-Intelligence-Modern-Approach-3rd/dp/0136042597
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.<p>Edit: I'm also very interested in hearing about other recommendations =)