https://github.com/cair/pytsetlinmachine
Implements the Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, Weighted Tsetlin Machine, and Embedding Tsetlin Machine, with support for continuous features, multigranularity, clause indexing, and literal budget
https://github.com/cair/pytsetlinmachineparallel
Multi-threaded implementation of the Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, and Weighted Tsetlin Machine, with support for continuous features and multigranularity.
https://github.com/cair/tsetlinmachine
Code and datasets for the Tsetlin Machine
bicausality
A framework to infer causality on binary data using techniques in frequent pattern mining and estimation statistics. Given a set of individual vectors S={x} where x(i) is a realization value of binary variable i, the framework infers empirical causal relations of binary variables i,j from S in a form of causal graph G=(V,E).
https://github.com/cair/textunderstandingtsetlinmachine
Using the Tsetlin Machine to learn human-interpretable rules for high-accuracy text categorization with medical applications
https://github.com/cair/convolutional-tsetlin-machine-tutorial
Tutorial on the Convolutional Tsetlin Machine
https://github.com/cair/fast-tsetlin-machine-with-mnist-demo
A fast Tsetlin Machine implementation employing bit-wise operators, with MNIST demo.