Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Cleaned up, Cropped and Bookmarked version with an improved cover, of the original book. Paradigms of AI Programming is the first text to teach advanced Common Lisp techniques in the context of building major AI systems. By reconstructing authentic, complex AI programs using state-of-the-art Common Lisp, the book teaches students and professionals how to build and debug robust practical programs, while demonstrating superior programming style and important AI concepts. The author strongly emphasizes the practical performance issues involved in writing real working programs of significant size. Chapters on troubleshooting and efficiency are included, along with a discussion of the fundamentals of object-oriented programming and a description of the main CLOS functions. This volume is an excellent text for a course on AI programming, a useful supplement for general AI courses and an indispensable reference for the professional programmer.

Author(s): Peter Norvig
Edition: 1
Publisher: Morgan Kaufmann
Year: 1992

Language: English
Pages: 949
City: San Francisco
Tags: Programming, Lisp, AI, Artificial Intelligence

Cover
Copyright
Dedication
Preface
Chapter 1 - Introduction to Lisp
Chapter 2 - A Simple Lisp Program
Chapter 3 - Overview of Lisp
Chapter 4 - GPS: The General Problem Solver
Chapter 5 - Eliza: Dialog with a Machine
Chapter 6 - Building Software Tools
Chapter 7 - Student: Solving Algebra Word Problems
Chapter 8 - Symbolic Mathematics: A Simplification Program
Chapter 9 - Efficiency Issues
Chapter 10 - Low-Level Efficiency Issues
Chapter 11 - Logic Programming
Chapter 12 - Compiling Logic Programs
Chapter 13 - Object-Oriented Programming
Chapter 14 - Knowledge Representation and Reasoning
Chapter 15 - Symbolic Mathematics with Canonical Forms
Chapter 16 - Expert Systems
Chapter 17 - Line-Diagram Labeling by Constraint Satisfaction
Chapter 18 - Search and the Game of Othello
Chapter 19 - Introduction to Natural Language
Chapter 20 - Unification Grammars
Chapter 21 - A Grammar of English
Chapter 22 - Scheme: An Uncommon Lisp
Chapter 23 - Compiling Lisp
Chapter 24 - ANSI Common Lisp
Chapter 25 - Troubleshooting
Appendix: Obtaining the Code in this Book
Bibliography
Index