Assignments

The accompanying code files are not available.

ASSN # TOPICS ASSIGNMENTS
0 Python and programming diagnostic (PDF)
1 Forward chaining, rule systems, backward chaining and goal trees (PDF)
2 Basic search (breadth-first search, depth-first search, hill climbing, beam search), optimal search (branch and bound, A*), graph heuristics (PDF)
3 Connect Four game search (alpha-beta search, a better evaluation function) (PDF)
4 Constraint satisfaction problems, learning algorithms (k-nearest neighbors, decision trees) (PDF)
5 Neural nets, boosting (PDF)