Skip to content

marcvanzee/handwriting-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Learning to recognize handwritten digits using a Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages