CSCI 4150: Introduction to Artificial Intelligence, Fall 2001

Announcements

Course information


Teaching staff

Prof. Wes Huang
email: whuang@cs.rpi.edu
Office: Amos Eaton 111
Office hours: Tuesdays 1-3pm, or by appointment

TA: Zie Kone
email: konez@cs.rpi.edu
Office: Lally 003B
Office hours: Wednesdays 12 - 2pm, 4-5pm, or by appointment

Undergraduate TA: Paul Horn
email: hornp@rpi.edu
available for email questions or by appointment

Handouts

Hardcopies of recent handouts will be available outside Prof. Huang's office (AE 111).

Online course material

Assignment web pages

Links

Course description

This course is an introduction to the theory and practice of Artificial Intelligence. We will be studying techniques for solving problems and making intelligent decisions. The first half of the course will focus on the foundations of Artificial Intelligence: search and logic. The second half of the course will focus on machine learning techniques, including decision trees, reinforcement learning, and neural networks. Knowledge representation and probability will be addressed in conjunction with several topics during the semester.

Students will implement many of the algorithms we cover in programming assignments. The implementation language for these assignments will be Scheme (a dialect of LISP) which will be taught in the first two weeks of the course.

Prerequisite: CSCI 2300 Data Structures and Algorithms. Knowledge of Scheme or LISP is not a prerequisite.

Nuts & bolts