Paradigms of artificial intelligence programming : case studies in Common Lisp /
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...
| Main Author: | |
|---|---|
| Corporate Author: | |
| Format: | eBook |
| Language: | English |
| Published: |
San Francisco, Calif. :
Morgan Kaufman Publishers,
©1992.
|
| Subjects: | |
| Online Access: | Connect to the full text of this electronic book |
Table of Contents:
- Introduction to Lisp
- A simple Lisp program
- Overview of Lisp
- GPS : the general problem solver
- Eliza : dialog with a machine
- Building software tools
- Student : solving algebra word problems
- Symbolic mathematics : a simplification program
- Efficiency issues
- Low-level efficiency issues
- Logic programming
- Compiling logic programs
- Object-oriented programming
- Knowledge representation and reasoning
- Symbolic mathematics with canonical forms
- Expert systems
- Line-diagram labeling
- By constraint satisfaction
- Search and the game of Othello
- Introduction to natural language
- Unification grammars
- A grammar of English
- Scheme : an uncommon Lisp
- Compiling Lisp
- ANSI common Lisp
- Troubleshooting.