Syllabus --- Artificial Intelligence
- Text: ``Artificial Intelligence: A Modern Approach
-
Author: Stuart J. Russell and Peter Norvig
- Publisher: Prentice-Hall
- ISBN: 0-13-103805-2
This course will cover the basics of Artificial Intelligence, including
search strategies, data-representation, knowledge engineering,
expert systems and natural language.
The final grade will be based on graded homework, two one-hour exams, and
some programming projects.
Programming will be done in Scheme, a procedural AI language.
Bulletin Board
Exam 2
- Chapter 1. Introduction. Overview of Artificial Intelligence.
- Chapter 2.
- Solving problems via search.
- Basic search strategies. Implementation in Scheme.
- Knowledge representation.
- Chapter 3. Analysis of Search.
- Chapter 4. The A* algorithm
- Chapter 5. Logic programming
- Frames
- Constraint-based programming.
- Waltz Filtering and computer vision
Software