Skip to content

Comparison of a feed-forward neural network, a convolutional neural network, and an ensemble of neural networks in Keras for handwritten digit recognition problem.

Notifications You must be signed in to change notification settings

MarijaStojchevska/Handwritten-Digit-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hand Written Digits Recognition

Training different types of Neural Networks in order to achieve as higher as possible accuracy on the MNIST image classification problem.


  • Feed Forward Neural Network: test accuracy up to 98%,
  • Convolutional Neural Network: test accuracy of 98.8%,
  • Ensemble of Convolutional Neural Networks with the same structures: test accuracy up to 99.09%,
  • Ensemble of Convolutional Neural Networks with different structures: test accuracy up to 99.12%.

About

Comparison of a feed-forward neural network, a convolutional neural network, and an ensemble of neural networks in Keras for handwritten digit recognition problem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages