AI Design-a-Course

Topics
  1. MIT AI COURSE, Lecture 2 on search
  2. Python programming

  3. Non-heuristic searches: depth and breadth first

  4. Heuristic searches:

  5. Game theory: Minmax trees

  6. More Minmax: alpha-beta pruning

  7. Machine learning: Genetic algorithms
    sample genetic algorithm lab (like Goldman's text)

  8. Machine learning, part 2: other techniques

  9. Assignment examples