Sebastianostby/pytsetlin
PyTsetlin
This is a basic, easy-to-use Python implementation of a Coalesced Tsetlin Machine for researchers or students exploring machine learning concepts. You can feed it binary input data (like image pixels or text features) and it will classify it into categories. It's designed for someone who wants to experiment with Tsetlin Machines or understand their inner workings.
Available on PyPI.
Use this if you are a researcher or student who wants to quickly test new ideas with Tsetlin Machines and inspect their internal memory structures.
Not ideal if you need a high-performance, feature-rich, or speed-optimized Tsetlin Machine for production applications or large datasets.
Stars
22
Forks
1
Language
Python
License
MIT
Category
Last pushed
Dec 02, 2025
Commits (30d)
0
Dependencies
8
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Sebastianostby/pytsetlin"
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.