WPI Worcester Polytechnic Institute

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

CS539 Machine Learning - Spring 2009 
Project 3 - Neural Networks

PROF. CAROLINA RUIZ 

Due Date: Tuesday, Feb. 24th 2009. Slides are due at 2:00 (by email) and Written Report is due at 3:30 pm (beginning of class). 
------------------------------------------

  1. Read Chapter 4 of the textbook about neural nets in great detail.

  2. Homework Assignment:

  3. Project Assignment: THOROUGHLY READ AND FOLLOW THE PROJECT GUIDELINES. These guidelines contain detailed information about how to structure your project, and how to prepare your written and oral reports.

  4. Dataset(s): In this project, we will use two datasets:

  5. Performance Metric(s):

  6. Evaluation and Testing: The training time of neural networks may be very high in some cases. If n-fold cross validation with n=10 takes too long, you can lower the number of folds n, or you can choose another evaluation method (e.g., %split) if necessary.

  7. Design Decisions: For experimentation different to that described in Section 4.7 of the textbook, I offer the following guidelines: