Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 358 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 358 Bytes

TsetlinMachineC

A C implementation of the Tsetlin Machine (https://arxiv.org/abs/1804.01508).

Noisy XOR Demo

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