Keras Efficient Kan

July 22, 2024 ยท View on GitHub

Keras package reproducting the pytorch efficient_kan implementation

Package is available on pypi here

It implements KANLinear based on Kolmogorov-Arnold Network that can be used as a drop-in replacement for Dense layers in Keras models.

It supports array with more than 2 dimensions, applying the same transformation to all the dimensions except the last one.

Shield: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0