deyjishnu/digit-recognition
The purpose of this project is to take handwritten digits as input, process the digits, train the neural network algorithm with the processed data, to recognize the pattern and successfully identify the test digits. The popular MNIST dataset is used for the training and testing purposes. The IDE used is MATLAB
This project helps anyone who needs to automatically identify handwritten digits from images. You input an image containing a handwritten digit (0-9), and the system tells you which digit it is. This is for researchers or students exploring fundamental machine learning algorithms for image classification.
No commits in the last 6 months.
Use this if you are a student or researcher wanting to understand and implement a neural network from scratch for digit recognition, specifically using MATLAB.
Not ideal if you need a robust, production-ready system for digit recognition or if you require advanced image preprocessing for noisy real-world images.
Stars
34
Forks
3
Language
MATLAB
License
MIT
Category
Last pushed
Apr 02, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/deyjishnu/digit-recognition"
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.