Skip to content

Commit 2038175

Browse files
authored
Update README.md
1 parent e1d1360 commit 2038175

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@ There is no synchronization among the clause threads, apart from atomic adds to
1616
The architecture currently supports multi-class classification, multiple layers (https://arxiv.org/abs/1804.01508), integer clause weighting (https://arxiv.org/abs/2005.05131, https://arxiv.org/abs/2002.01245), regression (https://royalsocietypublishing.org/doi/full/10.1098/rsta.2019.0165) and convolution (https://arxiv.org/abs/1905.09688). Support for local and global interpretability and Boolean embedding coming soon.
1717
</p>
1818

19+
## Contents
20+
21+
- [Installation](#installation)
22+
- [Examples](#examples)
23+
- [Multiclass Demo](#multiclass-demo)
24+
- [Interpretability Demo](#interpretability-demo)
25+
- [2D Convolution Demo](#2d-convolution-demo)
26+
- [Continuous Input Demo](#continuous-input-demo)
27+
- [MNIST Demo](#mnist-demo)
28+
- [MNIST Demo w/Weighted Clauses](#mnist-demo-wweighted-clauses)
29+
- [MNIST 2D Convolution Demo w/Weighted Clauses](#mnist-2d-convolution-demo-wweighted-clauses)
30+
- [Fashion MNIST 2D Convolution Demo w/Weighted Clauses](#fashion-mnist-2d-convolution-demo-wweighted-clauses)
31+
- [IMDb Text Categorization Demo](#imdb-text-categorization-demo)
32+
- [Regression Demo](#regression-demo)
33+
- [Paper](#paper)
34+
- [Requirements](#requirements)
35+
- [Acknowledgements](#acknowledgements)
36+
- [Tsetlin Machine Papers](#tsetlin-machine-papers)
37+
- [Licence](#licence)
38+
39+
1940
## Installation
2041

2142
```bash

0 commit comments

Comments
 (0)