Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Sid2690/Deep-KAN

Better implementation of Kolmogorov Arnold Network
https://github.com/Sid2690/Deep-KAN

Last synced: about 1 month ago
JSON representation

Better implementation of Kolmogorov Arnold Network

Awesome Lists containing this project

README

        

# 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](https://pypi.org/project/Deep-KAN/).

# MLP v/s KAN
For 20 epochs with a single hidden layer(32 neurons)
(Note: both are untuned)
![image](https://github.com/sidhu2690/KAN/assets/136654152/5e0c2b8a-eb13-4110-8b2e-01809537f0f8)

# RBF-KAN
You can find the RBF implementation of KAN [here](https://github.com/sidhu2690/RBF-KAN).