divyam25 / ConvNets-MNIST

Applying Deep Convolutional Layers on the popular MNIST dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Jupyter Notebook 100.0%