You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ricpruss! Our Coalesced TM implementation has clause weighting turned on by default while the original XOR demo assumes standard clauses without weighting (default in the other implementations). For the Coalesced TM implementations it is currently not possible to turn the weighting off, however, we are working on addressing this.
I am probably doing something wrong but XOR example from PyTsetlinMachineCUDA does not seem to train with this model.
The results seem sad:
Starting training...
Epoch: 0 Accuracy: 48.8
Epoch: 1 Accuracy: 49.04
Epoch: 2 Accuracy: 48.980000000000004
Epoch: 3 Accuracy: 49.04
Epoch: 4 Accuracy: 48.64
Epoch: 5 Accuracy: 48.78
Epoch: 6 Accuracy: 48.82
Epoch: 7 Accuracy: 42.66
Epoch: 8 Accuracy: 48.88
The text was updated successfully, but these errors were encountered: