MEGARAJAN-S/MNIST-ANN-classifier
his project is about building a artificial neural network using pytorch library. I am sharing the code and output for my project. Though there are many libraries out there that can be used for deep learning i like the pytorch most. As a python programmer, one of the reasons behind my liking is pythonic behaviour of pytorch.
No commits in the last 6 months.
Stars
2
Forks
—
Language
Python
License
—
Category
Last pushed
Jul 03, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MEGARAJAN-S/MNIST-ANN-classifier"
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.