BooBSD/Tsetlin.jl
The Fuzzy-Pattern Tsetlin Machine library, with zero external dependencies, performs blazingly fast.
This tool helps machine learning practitioners build and deploy highly efficient classifiers for various data types, from images like MNIST to text for sentiment analysis. You input structured data, often numerical or binary, and it outputs a trained model that can classify new data at extremely high speeds. Researchers and developers working on performance-critical classification tasks will find this particularly useful.
Use this if you need a binary or multi-class classifier that can train and infer at exceptionally high speeds on a desktop CPU, especially with large, sparse binary vector inputs.
Not ideal if your problem requires deep learning architectures, continuous numerical outputs (regression), or relies on complex feature extraction beyond what a Tsetlin Machine offers.
Stars
67
Forks
7
Language
Julia
License
MIT
Category
Last pushed
Mar 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/BooBSD/Tsetlin.jl"
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,...
cair/fast-tsetlin-machine-with-mnist-demo
A fast Tsetlin Machine implementation employing bit-wise operators, with MNIST demo.
Sebastianostby/pytsetlin
PyTsetlin