Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Norvig, Peter (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco, California : Morgan Kaufman Publishers, [1992]
Edición:First edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.