|
|
|
|
|
by kriro
4067 days ago
|
|
Buy and work through "Artificial Intelligence: A Modern Approach". It's a huge book and the de facto standard for pretty much every AI 101+ course. Some of the stuff may not interest you some might but it covers a broad range (from logic based agents to Bayesian networks). It's systematic and has excellent references and further reading notes for each chapter.
The focus is not on the currently sexy "data science" aspects though (however you will find plenty of material that is relevant). The edX class from Berkeley is pretty fun and hands on. It uses Pacman as a running example and essentially teaches the agents stuff from AIAMA: https://www.edx.org/course/artificial-intelligence-uc-berkel... The Stanford class by Thrun and Norvig himself (one of the authors of AIAMA) is also good but I prefer the edX one: https://www.udacity.com/course/intro-to-artificial-intellige... Edit: changed to direct links for the courses |
|