Skip to content

Commit efc3d1c

Browse files
authored
Update README.md
1 parent 434effc commit efc3d1c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# PyTsetlinMachineCUDA - Massively Parallel and Asynchronous Architecture for Logic-based AI
22

3-
<p align="center">
4-
<img width="75%" src="https://github.com/olegranmo/blob/blob/master/MassiveParallel.png">
5-
</p>
6-
73
## Contents
84

95
- [Overview](#overview)
@@ -26,6 +22,10 @@
2622

2723
Using logical clauses to represent patterns, Tsetlin machines (https://arxiv.org/abs/1804.01508) have obtained competitive performance in terms of accuracy, memory footprint, energy, and learning speed on several benchmarks (image classification, regression and natural language understanding).
2824

25+
<p align="center">
26+
<img width="75%" src="https://github.com/olegranmo/blob/blob/master/MassiveParallel.png">
27+
</p>
28+
2929
In the parallel and asynchronous architecture implemented here, each clause runs in its own thread for massive parallelism. The clauses access the training examples simultaneously, updating themselves and local voting tallies in parallel (see figure).
3030

3131
A team of Tsetlin Automata composes each clause. The Tsetlin Automata thus drive the entire learning process. These are rewarded/penalized according to three local rules that optimize global behaviour (see https://github.com/cair/TsetlinMachine).

0 commit comments

Comments
 (0)