Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TKAN IMAGE #21

Merged
merged 3 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading