https://github.com/cair/tsetlinmachinec
A C implementation of the Tsetlin Machine
https://github.com/cair/tsetlinmachinec
c tsetlin-machine
Last synced: 15 days ago
JSON representation
A C implementation of the Tsetlin Machine
- Host: GitHub
- URL: https://github.com/cair/tsetlinmachinec
- Owner: cair
- License: mit
- Created: 2018-09-12T06:54:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T00:23:47.000Z (over 6 years ago)
- Last Synced: 2025-03-27T03:35:12.644Z (about 1 month ago)
- Topics: c, tsetlin-machine
- Language: C
- Homepage: https://arxiv.org/abs/1804.01508
- Size: 73.2 KB
- Stars: 15
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TsetlinMachineC
A C implementation of the Tsetlin Machine (https://arxiv.org/abs/1804.01508).
## Noisy XOR Demo
```bash
make
./NoisyXORDemoEPOCH 1 TIME: 2.353867
Average accuracy: 1.000000EPOCH 2 TIME: 2.338509
Average accuracy: 0.992500EPOCH 3 TIME: 2.325249
Average accuracy: 0.995000
...EPOCH 100 TIME: 1.982244
Average accuracy: 0.999098
```