MadLittleMods/zig-neural-networks
A from scratch neural network library in Zig
This library helps developers create neural networks from scratch in Zig. It takes in raw numerical data, like pixel values or sensor readings, and outputs classifications or predictions. It's designed for embedded systems engineers or application developers who need to integrate simple neural network capabilities into their Zig projects.
No commits in the last 6 months.
Use this if you are a Zig developer looking to implement basic neural networks for small, application-specific tasks and want full transparency into the underlying math.
Not ideal if you need a high-performance neural network library with extensive features for large-scale data processing or complex deep learning models.
Stars
11
Forks
4
Language
Zig
License
—
Category
Last pushed
Dec 19, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MadLittleMods/zig-neural-networks"
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.