dpernes/deepsets-digitsum
Sum of handwritten digits using Deep Sets, implemented in PyTorch.
This project helps machine learning researchers explore and implement permutation-invariant neural networks, specifically Deep Sets, for image processing tasks. It takes collections of handwritten digit images as input and predicts their sum. Researchers studying advanced neural network architectures or working with unordered data sets would find this useful.
No commits in the last 6 months.
Use this if you are a machine learning researcher or student looking to understand and apply Deep Sets for aggregating information from unordered sets of images.
Not ideal if you need a pre-trained model for general digit recognition or if your primary goal is not research into permutation-invariant neural networks.
Stars
21
Forks
1
Language
Python
License
—
Category
Last pushed
Apr 17, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dpernes/deepsets-digitsum"
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.