davidMcneil/mnist
MNIST data set parser https://crates.io/crates/mnist
This project helps Rust developers easily access the MNIST and Fashion MNIST datasets for machine learning tasks. It takes the raw dataset files and converts them into structured vectors and arrays that can be directly used in Rust programs. This is for Rust developers building or experimenting with image classification models, particularly those working on handwriting recognition or clothing item classification.
22 stars and 4,088 monthly downloads. No commits in the last 6 months.
Use this if you are a Rust developer who needs to quickly load and prepare the MNIST or Fashion MNIST datasets for training machine learning models.
Not ideal if you are not developing in Rust or if you need to work with image datasets other than MNIST or Fashion MNIST.
Stars
22
Forks
11
Language
Rust
License
—
Category
Last pushed
Nov 29, 2023
Monthly downloads
4,088
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/davidMcneil/mnist"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
cair/TsetlinMachine
Code and datasets for the Tsetlin Machine
Marco-Christiani/zigrad
A deep learning framework built on an autograd engine with high level abstractions and low level control.
cair/pyTsetlinMachine
Implements the Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine,...
BooBSD/Tsetlin.jl
The Fuzzy-Pattern Tsetlin Machine library, with zero external dependencies, performs blazingly fast.
cair/fast-tsetlin-machine-with-mnist-demo
A fast Tsetlin Machine implementation employing bit-wise operators, with MNIST demo.