CS539 MACHINE LEARNING. SPRING 99
PROJECT 2
Face Recognition Using Neural Networks

PROF. CAROLINA RUIZ
Department of Computer Science
Worcester Polytechnic Institute



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 the textbook.

PROJECT ASSIGNMENT

This project consists of two parts:
  1. Pose Recognizer. Train a neural network to recognize whether the person in a picture is looking up, straight, left, or right. For this, you just need to follow the steps of the training process described on Section 4.7 of the textbook. You should reproduce their experimental results.

  2. Sunglasses Recognizer. Train a neural network to recognize whether or not the person in a picture is wearing sunglasses.
The following are guidelines for the training of your neural nets:

REPORT AND DUE DATE

Project 2 is due on Tuesday, March 2 at 5:30 pm. Your system should follow the
Departmental Documentation Standard.