pykan VS FourierKAN

Compare pykan vs FourierKAN and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pykan FourierKAN
3 2
13,143 618
- -
9.3 6.9
7 days ago 21 days ago
Jupyter Notebook Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pykan

Posts with mentions or reviews of pykan. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-30.
  • Kolmogorov-Arnold Networks
    7 projects | news.ycombinator.com | 30 Apr 2024
    Update2: got it to 100% training accuracy, 99 test accuracy with (2, 2, 2) shape.

    Changes:

    1. Increased the training set from 1000 to 100k samples. This solved overfitting.

    2. In the dataset generation, slightly reduced noise (0.1 -> 0.07) so that classes don't overlap. With an overlap, naturally, it's impossible to hit 100%.

    3. Most important & specific to KANs: train for 30 steps with grid=5 (5 segments for each activation function), then 30 steps with grid=10 (and initializing from the previous model), and then 30 steps with grid=20. This is idiomatic to KANs and covered in the Example_1_function_fitting.ipynb: https://github.com/KindXiaoming/pykan/blob/master/tutorials/...

    Overall, my impressions are:

    - it works!

    - the reference implementation is very slow. A GPU implementation is dearly needed.

    - it feels like it's a bit too non-linear and training is not as stable as it's with MLP + ReLU.

    - Scaling is not guaranteed to work well. Really need to see if MNIST is possible to solve with this approach.

    I will definitely keep an eye on this development.

FourierKAN

Posts with mentions or reviews of FourierKAN. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-30.
  • Fourier Kolmogorov-Arnold Networks
    1 project | news.ycombinator.com | 1 May 2024
  • Kolmogorov-Arnold Networks
    7 projects | news.ycombinator.com | 30 Apr 2024
    I quickly skimmed the paper, got inspired to simplify it, and created some Pytorch Layer :

    https://github.com/GistNoesis/FourierKAN/

    The core is really just a few lines.

    In the paper they use some spline interpolation to represent 1d function that they sum. Their code seemed aimed at smaller sizes. Instead I chose a different representation, aka fourier coefficients that are used to interpolate the functions of individual coordinates.

    It should give an idea of Kolmogorov-Arnold networks representation power, it should probably converge easier than their spline version but spline version have less operations.

    Of course, if my code doesn't work, it doesn't mean theirs doesn't.

    Feel free to experiment and publish paper if you want.

What are some alternatives?

When comparing pykan and FourierKAN you can also consider the following projects:

efficient-kan - An efficient pure-PyTorch implementation of Kolmogorov-Arnold Network (KAN).

kan-gpt - The PyTorch implementation of Generative Pre-trained Transformers (GPTs) using Kolmogorov-Arnold Networks (KANs) for language modeling

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured