CS63 Spring 2004
Project 1: Applying Neural Networks to a Machine Learning Problem
Due: Monday, March 1, In class

CONTENTS


INTRODUCTION

This assignment gives you the chance to formulate a machine learning problem and use a neural network to solve it. You may work with a data set containing images of people's faces, or you may work with natural language, using Elman's experiments as the basis for your own experiments.

I strongly encourage you to work with a partner on this project. You will have a week and a half to complete the project.

You will turn in a 4-6 page paper describing in detail your learning tasks, your learning methods (including parameter settings), how you represented the data for input, your experiments, your results, and any conclusions you can draw from this. You must include a visualization of the network's weights or its internal representations to help you illustrate what the network has learned.

If you'd like to learn how to use latex, check out the sample paper in:

/home/meeden/public/latex-example/

GENERAL GUIDELINES


OPTION 1: IMAGES


OPTION 2: NATURAL LANGUAGE

In Elman's 1990 paper Finding structure in time he describes a number of experiments focusing on natural language tasks. For this project, you may try to reproduce either the experiment on discovering word boundaries or the experiment on discovering the lexical classes of words. However, your experiment should add a new variation to what Elman originally attempted.