Skip to content

Commit b04300d

Browse files
authored
Update README.md
1 parent 050337c commit b04300d

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,19 +292,33 @@ As seen, two clauses have been allocated to each sub-pattern. Thus, for any sub-
292292

293293
The above example Nash Equilibrium is rather simple. It manifests when all the patterns are perfectly classified and the summed clause output reaches 2/-2. For more complex scenarios, the Nash Equilibria of the Convolutional Tsetlin Machine also balance false negative against false positive classifications, while combating overfitting. This happens when Type Ia, Type Ib and Type II feedback are in balance.
294294

295-
## Tutorial Slides
295+
## Demo
296296

297-
You find the slides for this tutorial <a href="https://www.researchgate.net/publication/333648109_Slides_for_the_Convolutional_Tsetlin_Machine_Tutorial_httpsgithubcomcairconvolutional-tsetlin-machine">here</a>.
297+
```bash
298+
pip install pyTsetlinMachine
298299

299-
## Demo
300+
./2DNoisyXORDemo.py
301+
302+
1: 99.97% 64.3s
303+
2: 99.99% 65.3s
304+
3: 99.99% 64.3s
305+
...
306+
```
307+
308+
## Tutorial Slides
300309

301-
Coming soon.
310+
You find the slides for this tutorial <a href="https://www.researchgate.net/publication/333648109_Slides_for_the_Convolutional_Tsetlin_Machine_Tutorial_httpsgithubcomcairconvolutional-tsetlin-machine">here</a>.
302311

303312
## Learning Behaviour
304313
The below figure depicts training and test accuracy for the Convolutional Tsetlin Machine on MNIST, epoch-by-epoch, in a single run.
305314
![Figure 4](https://github.com/olegranmo/blob/blob/master/performance_by_epoch_MNIST.png)
306315
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%.
307316

317+
## Requirements
318+
319+
- Python 3.7.x https://www.python.org/downloads/
320+
- Numpy http://www.numpy.org/
321+
308322
## Citation
309323

310324
```bash

0 commit comments

Comments
 (0)