fast-tsetlin-machine-with-mnist-demo icon indicating copy to clipboard operation
fast-tsetlin-machine-with-mnist-demo copied to clipboard

A fast Tsetlin Machine implementation employing bit-wise operators, with MNIST demo.

Results 2 fast-tsetlin-machine-with-mnist-demo issues
Sort by recently updated
recently updated
newest added

On my system this greatly sped up processing by over 2X. I am using large values for S. Hopefully I haven't optimized so far that it is actually wrong. Note:...

Like I did with TsetlinMachineC, it's a code refactor to improve readability.