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

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

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
./NoisyXORDemo

EPOCH 1 TIME: 2.353867
Average accuracy: 1.000000

EPOCH 2 TIME: 2.338509
Average accuracy: 0.992500

EPOCH 3 TIME: 2.325249
Average accuracy: 0.995000
...

EPOCH 100 TIME: 1.982244
Average accuracy: 0.999098
```