Skip to content

Commit

Permalink
Merge pull request #21 from kkkkcccc88/main
Browse files Browse the repository at this point in the history
TKAN IMAGE
  • Loading branch information
remigenet authored Dec 16, 2024
2 parents 8a1de0c + 2867cc8 commit b9419f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ In case of performance consideration, the best setup tested used [jax docker ima
I also discourage using as is the example for torch, it seems that currently when running test using torch backend with keras is much slower than torch directly, even for GRU or LSTM.

![TKAN representation](image/TKAN.drawio.png)

## Installation

Install TKAN directly from PyPI:
Expand Down Expand Up @@ -45,6 +44,11 @@ model = keras.Sequential([

You can find a more complete example with comparison with other models in the example folder.

## Other visualizations

I thank [kkkkcccc88](https://github.com/kkkkcccc88) for this participation to the project by creating this visualization of the TKAN architecture.
![TKAN IMAGE](image/TKAN_IMAGE.png)

Please cite our work if you use this repo:

```
Expand Down
Binary file added image/TKAN_IMAGE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b9419f5

Please sign in to comment.