mytechnotalent/MNIST-MLP
This project provides a step-by-step, PyTorch-based guide to constructing, training, and evaluating a fully connected neural network (MLP) for accurate handwritten digit classification using the MNIST dataset.
No commits in the last 6 months.
Stars
1
Forks
—
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Dec 15, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mytechnotalent/MNIST-MLP"
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.