WPI Worcester Polytechnic Institute

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

CS539 Machine Learning - Spring 2007 
Project 7 - Genetic Algorithms

PROF. CAROLINA RUIZ 

Due Date: Thursday, April 5th 2007. Slides are due at 3:00 pm and the written report is due at 4:00 pm. 
------------------------------------------


PROJECT DESCRIPTION

Use Genetic Algorithms to construct classifiers for the following problem:

  1. Predicting the class attribute in the census-income dataset.

  2. Predicting an attribute of your choice in a dataset selected by you. This dataset can consist of data that you use for your own research or work, a dataset taken from a public data repository (e.g., UCI Machine Learning Repository, or from the UCI KDD Archive), or data that you collect from public data sources.

PROJECT ASSIGNMENT

  1. Read Chapter 9 of the textbook on Genetic Algorithms in great detail.

  2. Solve Exercise 9.4 of your textbook (page 270). Include your solution in your written report (and not in your oral report).

  3. The following are guidelines to use genetic algorithms to construct your hypothesis:

REPORT AND DUE DATE