Skip to content

Commit a9e0c31

Browse files
authored
Update README.md
1 parent 5dea331 commit a9e0c31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,11 @@ The below figure depicts training and test accuracy for the Convolutional Tsetli
322322
Test accuracy peaks at 99.50% after 168 epochs and 99.51% after 327 epochs. Further, it climbs quickly in the first epochs, passing 99% already in epoch 2. Training accuracy approaches 100%.
323323
</p>
324324

325+
Let us now look at a few example 10x10 bit patterns produced by the Convolutional Tsetlin Machine for MNIST, including valid convolution positions.
325326
<p align="center">
326327
<img width="75%" src="https://github.com/olegranmo/blob/blob/master/MNIST_Clauses_II.png">
327328
</p>
329+
Here "0: UL" means "upper left" of the image for digit "0". We can see clearly that "0: UL", "0: UR", "0: LL" and "0: LR" jointly construct the shape "0''. The clauses for the other digits behave similarly, and we thus just illustrate selected patch positions for each digit.
328330

329331
## Requirements
330332

0 commit comments

Comments
 (0)