Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olegranmo authored Oct 19, 2024
1 parent 48c5884 commit aaefff7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ Without adding any edges, the result is a Coalesced Convolutional Tsetlin Machin
### Sequence Classification
The above two examples did not require edges. Here is an example where the edges are essential. The task is to decide how many 'A's occur in sequence. The 'A's can appear at any time, preceded and followed by spaces. The below graphs model the task:
The above two examples did not require edges. Here is an example where the edges are essential.
The task is to decide how many 'A's occur in sequence. The 'A's can appear at any time, preceded and followed by spaces. The below graphs model the task:
<p align="center">
<img width="60%" src="https://github.com/cair/GraphTsetlinMachine/blob/master/figures/SimpleSequenceProblem.png">
Expand Down

0 comments on commit aaefff7

Please sign in to comment.