4005-750-01: Introduction to Artificial Intelligence (RIT CS, 20083)

Department of Computer Science
Introduction to Artificial Intelligence (Spring 2009)

4005-750-01 (Calendar Description)
Home --- Notes & Readings --- Assignments --- Resources --- Syllabus


Lectures: 10-11:50am Tuesdays and Thursdays, Room 70-3445 (Golisano College)
Instructor: Richard Zanibbi
Office hours: 2-3:50pm Tuesdays and Thursdays, Room 70-3551 (Golisano College)

Resources

Sample Exams

Example Research Paper

Writing Research Papers in Computer Science

Notes on what is expected for papers in this class: Some Notes on Academic Writing for Computer Science.

The following references are very useful, and quite cheap to purchase. All three of these books are also available in the Wallace Library.

Papers and Books

Lisp (CLISP)

Most programming in the course will be done using GNU Common Lisp (an ANSI Common Lisp implementation). This is available on the RIT CS Department machines using the command 'clisp.' You are welcome to use whatever lisp interpreter you wish to develop your solutions, but make sure that your programs run on the RIT CS department machines using 'clisp' before submitting assignments.

PROLOG