satunheim
satunheim
During testing of a hardware implementation of a Convolutional Coalesced TM – for MNIST – I found that setting a maximum/minimum value of the signed weights could give a boost...
For the TMCoalescedClassifier I have used the following code to extract TA_actions per clause and weights per clause (per class). TA_action_array= np.zeros((numberofclauses, numberofliterals), int) for k in range (numberofclauses): for...
There seems to be a problem with importing the FashionMNIST and KuzushijiMNIST datasets, see below. Furthermore, I think the Booleanization of these two datasets should performed as in the following...