A hands-on roadmap to using Python for artificial intelligence programming In Practical Artificial Intelligence Programming with From Zero to Hero , veteran educator and photophysicist Dr. Perry Xiao delivers a thorough introduction to one of the most exciting areas of computer science in modern history. The book demystifies artificial intelligence and teaches readers its fundamentals from scratch in simple and plain language and with illustrative code examples. Divided into three parts, the author explains artificial intelligence generally, machine learning, and deep learning. It tackles a wide variety of useful topics, from classification and regression in machine learning to generative adversarial networks. He also This hands-on AI programming guide is perfect for anyone with a basic knowledge of programming―including familiarity with variables, arrays, loops, if-else statements, and file input and output―who seeks to understand foundational concepts in AI and AI development.
I didn't make it very far in this book. Even as far as I got, in many places the instructions were incorrect and I had to do a lot of investigation to get them working. The text itself was poorly written. Often there were just lists of other resources or websites. Then finally, the code examples themselves were not great. Just some code to copy and run but no explanation to go with it.