An open API service indexing awesome lists of open source software.

https://github.com/cair/python-fast-tsetlin-machine

Python wrapper for https://github.com/cair/fast-tsetlin-machine-with-mnist-demo
https://github.com/cair/python-fast-tsetlin-machine

Last synced: 10 months ago
JSON representation

Python wrapper for https://github.com/cair/fast-tsetlin-machine-with-mnist-demo

Awesome Lists containing this project

README

          

# 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](https://github.com/cair/fast-tsetlin-machine-with-mnist-demo)

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

## MNIST Demo

```bash
unzip BinarizedMNISTData.zip
make pythonWrapper
python3 main.py
```