Chapter | Module | Lines | Description
|
---|
1-2 | agents | 485 | Implement Agents and Environments (Chapters 1-2).
|
3-4 | search | 470 | Search (Chapters 3-4)
|
5 | csp | 435 | CSP (Constraint Satisfaction Problems) problems and solvers. (Chapter 5).
|
6 | games | 285 | Games, or Adversarial Search. (Chapters 6)
|
7,9 | logic | 335 | Representations and Inference for Logic (Chapters 7,9)
|
18-21 | learning | 579 | Learn to estimate functions from examples. (Chapters 18-21)
|
22 | nlp | 155 | A chart parser and some grammars. (Chapter 22)
|
23 | text | 137 | Statistical Language Processing tools. Not all working yet. (Chapter 23)
|
| docex | 205 | A framework for running unit test examples, written in docstrings.
|
| py2html | 126 | Pretty-print Python code to colorized, hyperlinked html.
|
| utils | 604 | Provide some widely useful utilities. Safe for "from utils import *".
|
| | 3816 |
|