Feasibility of Implementing KAN Layer Support via Extension API #1289
AbdessNassihi
started this conversation in
General
Replies: 2 comments 1 reply
-
The individual non-linear functions can be implemented as generalized lookup tables, and the aggregation is trivial, thus technically it is possible. Though, I do not see any practical application of this architecture to motivate the integration at the moment. Do you have a specific use case of it? |
Beta Was this translation helpful? Give feedback.
1 reply
-
There are KANs in development for hls4ml, @Duchstf and @ag2718 can provide more information on the state. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm exploring the possibility of integrating a Kolmogorov-Arnold Network (KAN) (https://pypi.org/project/pykan/) into an FPGA workflow using hls4ml, and I'm wondering whether it's feasible to implement this via the Extension API.
Do you foresee any limitations for this?
Beta Was this translation helpful? Give feedback.
All reactions