8000 GitHub - liangzrtvjivo/iTFKAN: The code repository for paper: "iTFKAN: Interpretable Time Series Forecasting with Kolmogorov–Arnold Network"
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

The code repository for paper: "iTFKAN: Interpretable Time Series Forecasting with Kolmogorov–Arnold Network"

Notifications You must be signed in to change notification settings

liangzrtvjivo/iTFKAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iTFKAN

The code repository for paper: "iTFKAN: Interpretable Time Series Forecasting with Kolmogorov–Arnold Network"

Usage

  1. Install Python 3.8. For convenience, execute the following command.
pip install -r requirements.txt
  1. Prepare Data. You can obtain the well pre-processed datasets from [Google Drive] or [Baidu Drive], Then place the downloaded data in the folder./dataset.

  2. Train and evaluate model.

# long-term forecast
bash ./scripts/long_term_forecast/ETT_script/MultiDomainFourierKAN_ETTh1.sh
# short-term forecast
bash ./scripts/short_term_forecast/MultiDomainFourierKAN_M4.sh

Reference

@inproceedings{wu2023timesnet, title={TimesNet: Temporal 2D-Variation Modeling for General Time Series Analysis}, author={Haixu Wu and Tengge Hu and Yong Liu and Hang Zhou and Jianmin Wang and Mingsheng Long}, booktitle={International Conference on Learning Representations}, year={2023}, }

About

The code repository for paper: "iTFKAN: Interpretable Time Series Forecasting with Kolmogorov–Arnold Network"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0