AI Design-a-Course
Topics
- MIT AI COURSE,
Lecture 2 on search
- Python programming
- Non-heuristic searches:
depth and breadth first
- Heuristic searches:
- Game theory: Minmax trees
- More Minmax: alpha-beta pruning
- Machine learning:
Genetic algorithms
sample genetic algorithm
lab (like Goldman's text)
- Machine learning, part 2: other techniques
- Assignment examples