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
- Host: GitHub
- URL: https://github.com/cair/python-fast-tsetlin-machine
- Owner: cair
- License: mit
- Created: 2019-04-09T14:07:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T00:15:31.000Z (almost 7 years ago)
- Last Synced: 2025-02-04T21:45:10.819Z (12 months ago)
- Language: C
- Homepage:
- Size: 3.46 MB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```