DEV Community

Discussion on: How to start learning AI

Collapse
 
diogopnunes profile image
Diogo Nunes

I'm currently enrolled in a AI course (within computer science bachelor's) and we are following the book "A Modern Approach" by Russell and Norvig.
It's a very well structured book and even better written - everything is explained and makes little to no assumptions about previous knowledge. As it is based only on pseudo-code not even programming skills are required, tho it will help a lot.

I have been diving into Search Algorithms based on Logic and have implemented them in Python and tried to implement different problem-formulations for the N-Queens-Puzzle, if you are interested see my last post and give your thoughts!

Who knows, maybe you'll love it as well!
Have fun, friend