FourierKAN VS kan-gpt

Compare FourierKAN vs kan-gpt and see what are their differences.

kan-gpt

The PyTorch implementation of Generative Pre-trained Transformers (GPTs) using Kolmogorov-Arnold Networks (KANs) for language modeling (by AdityaNG)
Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
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
FourierKAN kan-gpt
2 2
578 614
- -
5.6 7.4
10 days ago 5 days ago
Python 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.

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.

kan-gpt

Posts with mentions or reviews of kan-gpt. 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
    - Training script

    I am currently working on training it on the WebText dataset to compare it to the original gpt2. Facing a few out-of-memory issues at the moment. Perhaps the vocab size (50257) is too large?

    I'm open to contributions and would love to hear your thoughts!

    https://github.com/AdityaNG/kan-gpt

What are some alternatives?

When comparing FourierKAN and kan-gpt you can also consider the following projects:

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