Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and Java (repost)

Posted By: arundhati
AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and Java (repost)

George F. Luger, William A Stubblefield, "AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and Java"
2008 | ISBN: 0136070477 | 464 pages | PDF | 4 MB

Review
helpful May 25, 2010 By King Yin Yan

This book illustrates how to program AI algorithms in Lisp, Prolog, and Java. The book basically cover each topic 3 times in each language. Topics include: simple production-like system based on logic, logic-based learning, and natural language parsing.

In an inference engine based on first order logic, management of substitutions can get rather complicated, which is often glossed over in AI textbooks. But this book covers this aspect, as do "Paradigms of AI Programming", "Structure and Interpretation of Computer Programs", and Winston's book on Common Lisp.