KAN

Creator
Creator
Alan JoAlan Jo
Created
Created
2024 May 3 12:41
Editor
Editor
Alan JoAlan Jo
Edited
Edited
2024 Jun 6 9:14

Kolmogorov-Arnold Networks

Effectively prevent
Catastrophic forgetting
and alternative of replacing MLP of transformer
complex activation functions demand more computational resources.
It turns out, that you can write Kolmogorov-Arnold Network as an MLP, with some repeats and shift before ReLU.
 
 
 
 
The performance issue of the original implementation comes from expanding all intermediate variables to perform the different activation functions. This repository implements a solution to this efficiency gap by formulating all activation functions as a linear combination of a fixed set of basis functions

Wav-KAN
Wavelet

 
 

Recommendations