Cargando…

Paradigms of artificial intelligence programming : case studies in Common Lisp

Detalles Bibliográficos
Autor principal: Norvig, Peter
Formato: Libro
Lenguaje:English
Publicado: San Francisco, Calif. : Morgan Kaufman Publishers, 1992, ©1992
Materias:
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 .