gsurma/digit_recognizer
CNN digit recognizer implemented in Keras Notebook, Kaggle/MNIST (0.995).
This project helps machine learning practitioners or data scientists to automatically recognize handwritten digits from images. You provide it with images of handwritten numbers, and it tells you which digit (0-9) is in each image. This is ideal for those learning about or competing in image classification tasks.
No commits in the last 6 months.
Use this if you need a high-performing example of a Convolutional Neural Network for classifying handwritten digits.
Not ideal if you are looking for a general-purpose image classification tool beyond simple digit recognition or if you don't have programming experience.
Stars
32
Forks
18
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jul 09, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gsurma/digit_recognizer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
greydanus/mnist1d
A 1D analogue of the MNIST dataset for measuring spatial biases and answering Science of Deep...
potterhsu/SVHNClassifier
A TensorFlow implementation of Multi-digit Number Recognition from Street View Imagery using...
potterhsu/SVHNClassifier-PyTorch
A PyTorch implementation of Multi-digit Number Recognition from Street View Imagery using Deep...
kensanata/numbers
Handwritten digits, a bit like the MNIST dataset.
kdexd/digit-classifier
A single handwritten digit classifier, using the MNIST dataset. Pure Numpy.