Skip to content

Commit 65d144b

Browse files
authored
Update README.md
1 parent 753c6a6 commit 65d144b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ Multi-threaded implementation of the Tsetlin Machine (https://arxiv.org/abs/1804
66
<img width="75%" src="https://github.com/olegranmo/blob/blob/master/Weighted_Tsetlin_Machine_Example_Configuration_Full.png">
77
</p>
88

9+
## Contents
10+
11+
- [Installation](#installation)
12+
- [Documentation](#documentation)
13+
- [Tutorials](#tutorials)
14+
- [Examples](#examples)
15+
- [Multiclass Demo](#multiclass-demo)
16+
- [Interpretability Demo](#interpretability-demo)
17+
- [2D Convolution Demo](#2d-convolution-demo)
18+
- [Continuous Input Demo](#continuous-input-demo)
19+
- [MNIST Demo](#mnist-demo)
20+
- [MNIST Demo w/Weighted Clauses](#mnist-demo-wweighted-clauses)
21+
- [MNIST 2D Convolution Demo w/Weighted Clauses](#mnist-2d-convolution-demo-wweighted-clauses)
22+
- [Fashion MNIST 2D Convolution Demo w/Weighted Clauses](#fashion-mnist-2d-convolution-demo-wweighted-clauses)
23+
- [IMDb Text Categorization Demo](#imdb-text-categorization-demo)
24+
- [Regression Demo](#regression-demo)
25+
- [Further Work](#further-work)
26+
- [Requirements](#requirements)
27+
- [Acknowledgements](#acknowledgements)
28+
- [Tsetlin Machine Papers](#tsetlin-machine-papers)
29+
- [Licence](#licence)
30+
931
## Installation
1032

1133
```bash

0 commit comments

Comments
 (0)