Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deng-mit/kan-odes

The code is associated with the paper entitled "KAN-ODEs: Kolmogorov-Arnold Network Ordinary Differential Equations for Learning Dynamical Systems and Hidden Physics"
https://github.com/deng-mit/kan-odes

Last synced: 3 days ago
JSON representation

The code is associated with the paper entitled "KAN-ODEs: Kolmogorov-Arnold Network Ordinary Differential Equations for Learning Dynamical Systems and Hidden Physics"

Awesome Lists containing this project

README

        

# KAN-ODEs
The code is associated with the paper entitled "KAN-ODEs: Kolmogorov-Arnold Network Ordinary Differential Equations for Learning Dynamical Systems and Hidden Physics" ([CMAME](https://www.sciencedirect.com/science/article/pii/S0045782524006522), [Arxiv](https://arxiv.org/abs/2407.04192)).

# Lotka-Volterra

Please find the sources codes in the folder "Lotka-Volterra".

# PDE examples

Please find the source codes in the folder "PDE examples".

# Auxillary Pytorch code

The results in the corresponding manuscript are generated exclusively in Julia. We strongly recommend using the Julia code for speed, convergence, and robustness. However, we provide Pytorch code as well for users who may be interested in experimenting with KAN-ODEs in Python. Please find these in the folder "Lotka-Volterra-Pytorch".

# Citation

If you use the code in your research or if you find our paper useful, please cite [this paper](https://www.sciencedirect.com/science/article/pii/S0045782524006522):

```
@article{koenig2024kanodes,
title = {KAN-ODEs: Kolmogorov–Arnold network ordinary differential equations for learning dynamical systems and hidden physics},
journal = {Computer Methods in Applied Mechanics and Engineering},
volume = {432},
pages = {117397},
year = {2024},
issn = {0045-7825},
doi = {https://doi.org/10.1016/j.cma.2024.117397},
url = {https://www.sciencedirect.com/science/article/pii/S0045782524006522},
author = {Benjamin C. Koenig and Suyong Kim and Sili Deng},
}
```