Department of Computer Science
Middlebury College
CS 311 - Artificial Intelligence
Spring 2013
instructor: Dave Kauchak
e-mail: [first_initial][last_name]@middlebury.edu
office hours: MBH 635
M/W 1-2:30pm
F 11am-12
and by appointment
time: T/Th 1:30-2:45am
location: MBH 538
web page: http://www.cs.middlebury.edu/~dkauchak/classes/cs311/ or go/cs311
textbooks:
- Artificial Intelligence: A Modern Approach (Third Edition). 2010. Stuart Russel and Peter Norvig, Peter. Prentice Hall, New Jersey.
** Make sure you get the third edition, which just came out and has a number of additions and updates from the second edition, which came out in 2003.
Other information:
Schedule
Note: This is a tentative schedule and will likely change
Final exam (presentations!) on Monday, May 20, 7-10pm.
Resources
- Python
- The Python documentation, at the official Python website
- The tutorial, linked from the documentation pages, is particularly helpful.
- Another useful tutorial can be found here.