Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
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 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and Java, 6th edition

    Posted By: roxul
    AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and Java, 6th edition

    George F. Luger and William A Stubblefield, "AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and Java"
    English | ISBN: 0136070477 | 2008 | 464 pages | PDF | 2,3 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.