Princeton University |
Computer Science 402 |
|
Numbers under the R&N column refer to chapters or sections of the Russell & Norvig text (3rd edition). Other additional required or optional readings and links are also listed below.
This syllabus is constantly evolving as the semester progresses, so check back often (and let me know if it seems not to be up to date).
# |
Date |
Topic |
Readings (required) |
Other (optional) readings and links |
||
R&N |
other |
|||||
1 | Th 9/13 | General introduction to AI. | 1 | AI Growing Up by James Allen (but skip or skim page 19 to end). |
AAAI website with
LOTS of readings on AI in general, AI in the news, etc. Robocup website, and the humanoid league. The video shown in class is here. |
|
2 | Tu 9/18 | Guest lecture: Prof. Alain Kornhauser (ORFE) on Princeton Autonomous Vehicle Engineering (PAVE) | slides | |||
3 | Th 9/20 | Uninformed (blind) search | 3.1-3.4 | |||
4 | Tu 9/25 | Informed (heuristic) search | 3.5-3.6 | |||
5 | Th 9/27 |
Local search; Searching in games |
4.1 5 (ok to skip 5.5-5.6) |
"The Chess Master and the Computer" by Garry Kasparov play checkers with Chinook |
||
6 | Tu 10/2 | Propositional logic | 7.1-7.4 | |||
7 | Th 10/4 | Theorem proving and the resolution algorithm | 7.5 | handout on converting to CNF | ||
8 | Tu 10/9 | Practical methods of solving CNF sentences | 7.6 | |||
9 | Th 10/11 |
Applications of solving CNF sentences, including planning; Cursory look at first-order logic; Uncertainty and basics of probability |
7.7; 10.1; 10.4.1; 8.1-8.3 (ok to skim); 13.1-13.3 |
|||
10 | Tu 10/16 | Independence and Bayes rule | 13.4-13.5 | "What is the chance of an earthquake?" (article on interpreting probability, by Freedman & Stark) | ||
11 | Th 10/18 | Bayesian networks: semantics and exact inference | 14.1-14.4 | "Introduction to probabilistic topic models" by David Blei | brief tutorial on Bayes nets (and HMM's), with links for further reading | |
12 | Tu 10/23 | Approximate inference with Bayesian networks | 14.5 | |||
13 14 |
Th 10/25 Tu 11/6 |
Uncertainty over time (temporal models; HMM's); Kalman filters | 15.1-15.4 | formal derivations (optional) | ||
15 | Th 11/8 | DBN's; particle filters; speech recognition |
15.5; 15.6 in 2nd ed. (available on e-reserves via blackboard) |
The particle filtering demo came from
here on
Sebastian Thrun's website.
"I'm sorry Dave, I'm afraid I can't do that" (article on natural language processing by L. Lee) |
||
16 | Tu 11/13 |
Finish speech recognition; decision theory; begin Markov decision processes |
16.1-16.3 (ok to skim); 17.1 |
|||
17 18 |
Th 11/15 Tu 11/20 |
Markov decision processes: Bellman equations, value iteration, policy iteration | 17.2-17.4.1 | sample runs of value iteration and policy iteration | Sutton & Barto's excellent book on reinforcement learning and MDP's | |
19 | Tu 11/27 |
Machine Learning Decision trees |
18.1-18.4 | |||
20 | Th 11/29 | Theory of learning | 18.5 | generalization error theorem proved in class | original "Occam's Razor" paper | |
21 | Tu 12/4 | Boosting | 18.10 |
slides
margins "movie" |
introductory chapter from Boosting: Foundations and Algorithms by Schapire & Freund | |
22 | Th 12/6 | Support-vector machines | 18.9 | tutorial on SVM's | ||
23 | Tu 12/11 |
Neural networks Learning Bayes net and HMM parameters |
18.7 20.1-20.3 |
A demo of LeNet, a neural network for optical-character recognition, is available here. Click the links on the left to see how it does on various inputs. The figure shows the activations of various layers of the network, where layer-1 is the deepest. (For more detail, see the papers on the LeNet website, such as this one.) | ||
24 | Th 12/13 | Reinforcement learning in MDP's | 21.1-21.4 |
Sutton &
Barto's excellent book on reinforcement learning and MDP's Learning to play keepaway in robocup soccer using reinforcement learning. Scroll down to find flash demos. |