-
Sage should have an interface to http://www.findstat.org, the "combinatorial statistics finder". A first version, modelled after the interface to the OEIS is attached. To get you started, you can …
-
Hello, I was playing around trying to use pyTsetlinMachine's `RegressionTsetlinMachine` as a drop-in replacement for a neural network in a naive Q-learning agent (I'm not sure if it's an appropriate t…
-
Hello,
I would be interested in having Tsetlin Machine optimizing for AUC. Do you maybe have some hints if this is plausible and if so share some pointers?
Thanks!
-
Hi, sorry to keep pestering you with these.
I'm probably missing something obvious, but I suspect the following may be a problem:
In the update method, you have 2 "for (int i = index; i < CLASSES*…
-
-
Hi,
After reading the paper about introducing the Tsetlin machine, I am trying to make a recurrent network and train it. But I am still a newbie here :-).
Would you mind adding an simple example…
-
I've tried to run your given example in README, then the script thrown an exception at `g.update()`:
```
pygame 1.9.4
Hello from the pygame community. https://www.pygame.org/contribute.html
[FPS…
-
Hello,
can you publish code which prepares the handwritten binary digits dataset which was mentioned in the original arxiv paper?
Thank you!
-
Hi,
what hyper-parameters for the classic implementation would be needed to achieve the same level of accuracy with the same dataset (>98%)?
I assume the dataset used in the original paper is not th…
-
Tsetlin Machine framework seems to be naturally suited for handling of datasets with occurences of missing data. Is handling of missing data something you have already thought about and we will read a…