Lectures
You can download the lectures here (in PDF format). I will try to upload lectures prior to their corresponding classes.
-
Introduction to Artificial Intelligence
tl;dr: What is AI? How does it impact our lives? The current state of the art.
[slides] [notes] -
Introduction to Search
tl;dr: How to formulate intelligent behaviour as search problems?
[slides] [notes] videos [1] -
Informed Search and Heuristics
tl;dr: How to perform informed search with the help of heuristics?
[slides] [notes] videos [1] [2] -
Game - Adversarial Search
tl;dr: What if you have an opponent? Zero-sum games, minimax, evaluation functions and alpha-beta pruning.
[slides] [notes] videos [1] [2] -
Game - Expectimax Search
tl;dr: What if the game is not fully predictable? i.e., there is stochasticity in the process.
[slides] [notes] videos [1] [2]