pyTsetlinMachine
pyTsetlinMachine copied to clipboard
Implements the Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, Weighted Tsetlin Machine, and Embedding Tsetlin Machine, with support for continuous features, multigranulari...
Thank you for providing this library. I have been using the separate [RegressionTsetlinMachine](https://github.com/cair/regression-tsetlin-machine) with some success for some experiments but needed to reduce training time. After some tests with pyTsetlinMachine...
As far as I understand there are problems with saving state of learned TM. This is important for research development, as checkpoint can be created in a easy way. I...
Thank you for making all the code available! I'm testing the RegressionTsetlinMachine module with my own data, and I am just wondering if there is any guideline concerning hyper-parameter search....
Can you please provide a detailed encoding of the state as returned by the class method '_get_state_' in the MultiClassTsetlinMachine Class? I cannot understand how to interpret the returned 32-bit...
There are currently no way of tracking accuracy, loss etc when running the tm.fit function. This makes the training and testing a black box without any information as to how...
Hi, Thank you for providing this code. When running `examples/2DNoisyXORDemo.py`, the produced output is not the same as the output provided in the [2D convolution demo](https://github.com/cair/pyTsetlinMachine#2d-convolution-demo) in the README markdown...
Hello, error: PS C:\Users\DENIS\PycharmProjects\pythonProject> pip install pyTsetlinMachine Collecting pyTsetlinMachine Using cached pyTsetlinMachine-0.6.2.tar.gz (24 kB) Preparing metadata (setup.py) ... done Installing collected packages: pyTsetlinMachine DEPRECATION: pyTsetlinMachine is being installed using the...