8000 GitHub - cair/tmu at v0.7.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ tmu Public

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 writ…

License

Notifications You must be signed in to change notification settings

cair/tmu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tsetlin Machine Unified - One Codebase to Rule Them All

License Python VersionMaintenance

The TMU repository is a collection of Tsetlin Machine implementations, namely:

Further, we implement many TM features, including:

TMU is written in Python with wrappers for C and CUDA-based clause evaluation and updating.

Installation

Installing on Windows

To install on windows, you will need the MSVC build tools, (https://visualstudio.microsoft.com/visual-cpp-build-tools/ )[found here]. When prompted, select the Workloads → Desktop development with C++ package, which is roughly 6-7GB of size, install it and you should be able to compile the cffi modules.

Installing TMU

pip install git+https://github.com/cair/tmu.git

About

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 writ…

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

0