JC-ProgJava/Handwritten-Digit-Dataset
A collection of 107,730 28x28 PNG files of digits from 0-9, with a dataset generator.
This project provides a large collection of handwritten digit images (0-9) that are ready to use for training machine learning models. You get over 100,000 distinct 28x28 PNG images, organized by digit. It's designed for researchers, data scientists, or educators who need diverse, non-MNIST data to develop and test image recognition algorithms.
No commits in the last 6 months.
Use this if you need a pre-collected, high-volume dataset of handwritten digits to train or validate your machine learning models for digit recognition.
Not ideal if you need a dataset of non-digit images, or if your machine learning task involves complex natural language processing.
Stars
8
Forks
—
Language
—
License
—
Category
Last pushed
Jul 01, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/JC-ProgJava/Handwritten-Digit-Dataset"
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.