Sid2690 / Deep-KAN

Better implementation of Kolmogorov Arnold Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kolmogorov-Arnold-Networks-KAN

I have implemented KAN using B-splines in a more efficient manner to enhance its performance. Additionally, I have thoroughly tested its performance on various datasets, including MNIST, Air Passengers, and CIFAR-10.

I will soon upload the results of all my experiments to provide a comprehensive overview of KAN's performance across different datasets.

Deep-KAN

Deep-KAN is a Python package for implementing Kolmogorov-Arnold-Networks (KAN). You can find the package here.

MLP v/s KAN

For 20 epochs with a single hidden layer(32 neurons) (Note: both are untuned) image

RBF-KAN

You can find the RBF implementation of KAN here.

About

Better implementation of Kolmogorov Arnold Network

License:MIT License


Languages

Language:Jupyter Notebook 100.0%