Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samanyougarg/dl-mnist

Deep Learning on the MNIST Handwritten Digits Dataset.
https://github.com/samanyougarg/dl-mnist

deep-learning deep-neural-networks keras mnist python tensorflow

Last synced: 24 days ago
JSON representation

Deep Learning on the MNIST Handwritten Digits Dataset.

Awesome Lists containing this project

README

        

# Deep Learning on the MNIST Handwritten Digits Dataset

A Jupyter notebook using Deep Learning(CNNs) in Keras on the MNIST Handwritten Digits Dataset.

For step-by-step explanation, see the notebook.

The model scores 0.99485(20 epochs) on the Kaggle Digit Recognizer competition.