/handwriting-recognition-1

Learning to recognize handwritten digits using a Neural Network

Primary LanguageJava

handwriting-recognition

Learning to recognize handwritten digits using a Neural Network

In this project I have developed the "classical" neural network example: Recognizing digits using the MNIST database. The network has to be trained using this dataset. After training, the neural network can be tested on a testset and it should give reasonable answers. The results (percentage wrong and the time to learn) are described using a plot.

Screenshot of the GUI

The project is built up as follows:

UML Diagram of the Classes

The coded of this project is extensively documented, so please have a look if you have any questions about the details of the project.