WPI Worcester Polytechnic Institute

Computer Science Department
------------------------------------------

CS4341 Introduction to Artificial Intelligence 
Project 5 - D 2001

PROF. CAROLINA RUIZ 

Due Date: Monday, April 23, 2001 at 5:00 pm. 
------------------------------------------


PROJECT DESCRIPTION

Construct a learning system for face recognition using neural networks and the error back propagation procedure. This project is based on the
source code and dataset provided online as a companion to Chapter 4 of Tom M. Mitchell's "Machine Learning" textbook (McGraw-Hill, 1997). For your convenience, here is a PDF version of the code documentation.

Also, thanks to Ben Holt for putting together, and for making available to the rest of the class, a text version of the assignment and a tarball fixing the training and test lists to use relative paths, and a few other minor improvements.


PROJECT ASSIGNMENT

This project consists of two parts:
  1. Face Recognizer. Train a neural network to recognize who the person in a picture is among a group of 20 possible people.

  2. Pose Recognizer. Train a neural network to recognize whether the person in a picture is looking up, straight, left, or right.
You must follow the guidelines below for the training of your neural nets:

REPORT AND DUE DATE

Project 5 is due on Monday, April 23 at 5:00 pm. Your system should follow the
Departmental Documentation Standard. The submission should be done using the turnin program.


GRADUATE CREDIT

No additional graduate problem is required for this project. Just do your best on the project described above!