Skip to content

Milamber31337/TsetlinMachineC

 
 

Repository files navigation

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

About

A C implementation of the Tsetlin Machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.5%
  • Makefile 1.5%