|
|
|
|
|
by jefffoster
2325 days ago
|
|
I found Paradigms of AI Programming (https://en.wikipedia.org/wiki/Paradigms_of_AI_Programming) an amazing book to work through. It takes you through implementing some classic AI examples (such as Eliza) and teaches you how to write code in a data-first style through Lisp. I worked through the whole thing building it in Clojure and learnt loads (not just about AI, but about writing readable code in general). I can't recommend it highly enough! |
|