Ole-Christoffer Granmo

Results 17 comments of Ole-Christoffer Granmo

Hi @ricpruss! Started making documentation at readthedocs, where I will add some guidelines for setting the hyperparameters. In the meantime, basically, T decides how many clauses are involved in recognizing...

Hi @Filco306! We usually train one multi-class TM per output for multi-class outputs, which can be done from the outside. However, I plan to add multi-output as a thin Python...

Let me know if this functionality is something you will need soon, and I will prioritize finishing these wrappers :-).

PyCoalesced should work - just added the class 'MultiOutputTsetlinMachine' where the output 'Y' can be a binary vector. Let me know how it works :-)

It absolutely makes sense to add shape. What is extracted from the data is simply the number of features and the number of classes, which is needed to set up...

Great point, @Defasium! Will add support for sparse matrixes at the first opportunity. Currently, the class TMAutoEncoder uses sparse input matrixes to deal with large text datasets.