Game4all/mnist-from-scratch
🔍 Handwritten digit classifier neural network written and trained on MNIST dataset from scratch using Zig programming language.
Stars
2
Forks
—
Language
Zig
License
MIT
Category
Last pushed
Mar 08, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Game4all/mnist-from-scratch"
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.
BooBSD/Tsetlin.jl
The Fuzzy-Pattern Tsetlin Machine library, with zero external dependencies, performs blazingly fast.
cair/pyTsetlinMachine
Implements the Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine,...
cair/fast-tsetlin-machine-with-mnist-demo
A fast Tsetlin Machine implementation employing bit-wise operators, with MNIST demo.