KhaledSharif/TsetlinMachine
An implementation of the Tsetlin Machine in Rust
This is an implementation of a Tsetlin Machine, a type of artificial intelligence that excels at learning complex patterns and making decisions. It takes structured data, like numerical datasets (e.g., MNIST digits), and outputs highly accurate classifications or predictions. This tool is designed for AI researchers, machine learning engineers, and data scientists looking to experiment with interpretable pattern recognition models.
No commits in the last 6 months.
Use this if you need an interpretable machine learning model for pattern recognition tasks, especially when working with binary or discretized data.
Not ideal if you prefer black-box models with extremely fast training times or if your primary focus is on deep learning architectures.
Stars
16
Forks
2
Language
Rust
License
—
Category
Last pushed
Apr 15, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/KhaledSharif/TsetlinMachine"
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.