cse 473 spring 2006

Assignment 5: Neural Networks

Turn in hardcopy in class on May 10th

This assignment may be done either individually or in teams of two students, your choice. If done in a team, turn in just one copy of the solution with both student names on it.

The assignment is to create a neural network character recognizer, that can distinguish at least 4 different lowercase letters. You will design the structure of the neural network by hand using sigmoid units, and then learn the weights for the network using the sigmoid training rule and (if you create a multi-layer network) backpropagation. Use Joone (Java Object Oriented Neural Engine) to implement your solution. Assignment details: