Implements the Tsetlin Machine, Coalesced Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, and Weighted Tsetlin Machine, with support for continuous features, drop clause, Type III Feedback, focused negative sampling, multi-task classifier, autoencoder, literal budget, and one-vs-one multi-class classifier. TMU is written in Python with wrappers for C and CUDA-based clause evaluation and updating.
The following pull request refactors the tsetlin_machine.py, splitting it into separate files, located in respective categories of classification, regression, and autoencoder.
I've also added the same structure for the examples.
The following pull request refactors the tsetlin_machine.py, splitting it into separate files, located in respective categories of
classification
,regression
, andautoencoder
.I've also added the same structure for the examples.
Does this looks OK @olegranmo?