Project for Artificial Intelligence class, OCR processing of a single letter through an Artifical Neural Network
The project is divided into two major packages, neural and ocr.
The neural package contains an interface for an Artifical Neural Network with a single hidden layer of neurons.
The ocr package contains the gui for performing character recognition and training as well as the adapter classes needed to work with the neural package.