Skip to content

cair/python-fast-tsetlin-machine

Repository files navigation

A Python Wrapper for a C-based Implementation of the Tsetlin Machine

Underlying C-based Implementation: https://github.com/cair/fast-tsetlin-machine-with-mnist-demo

As the underlying implementation is the same, the two speeds are comparable.

MNIST Demo

unzip BinarizedMNISTData.zip
make pythonWrapper
python3 main.py