Skip to content

abelusha/MNIST-hand-written-digits_CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

MNIST-hand-written-digits

MNIST hand Written Digit Recognition: A notebook for the classification of the MNIST hand written digits [0-9] dataset. I used Sequential Convolutional Neural Networks (CNN) model using Keras and tensorflow as a backend.

The model Hyperparamters are :

batch_size = 32 nb_classes = 10 nb_ephochs = 50 nb_filters = 32 pool_size = 2 kernel_size = 3

result_1

result_2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published