Skip to content

Applying Deep Convolutional Layers on the popular MNIST dataset.

Notifications You must be signed in to change notification settings

divyam25/ConvNets-MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

ConvNets-MNIST

Applying Deep Convolutional Layers on the popular MNIST dataset for recognising Hand-written digits.
Will be experimenting with various layer architectures to come up with the best accuracy.

Best Model as of now --

2 Conv2D layers + MaxPool + 2 Conv2D layers + Max pool + 2 Dense Layers (with a dropout)
Accuracy -- 98.94%

MNIST Dataset Source -- Kaggle

About

Applying Deep Convolutional Layers on the popular MNIST dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published