[P] pyTsetlinMachineParallel released – parallel interpretable machine learning with propositional logic.
Have worked on speeding up the Tsetlin Machine. It turns out that merely synching at the clause level maintains robust inference, with little loss in parallelism. E.g., 25 threads reach the current Fashion MNIST test accuracy peak of 91.49% 18 times faster than a single thread. pyTsetlinMachineParallel provides a multi-threaded implementation of the Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, and Weighted Tsetlin Machine, with support for continuous features and multi-granular clauses. submitted by /u/olegranmo |