Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.18 KB

Frequency-domain MLPs are More Effective Learners in Time Series Forecasting

This repo is the official Pytorch implementation of "Frequency-domain MLPs are More Effective Learners in Time Series Forecasting".

Running the code

  • forecasting

python run_longExp.py

  • draw the visualization

python weight_plot.py

Citation

If you find this repo useful, please cite our paper.

@inproceedings{yi2023frequencydomain,
title={Frequency-domain {MLP}s are More Effective Learners in Time Series Forecasting},
author={Kun Yi and Qi Zhang and Wei Fan and Shoujin Wang and Pengyang Wang and Hui He and Ning An and Defu Lian and Longbing Cao and Zhendong Niu},
booktitle={Thirty-seventh Conference on Neural Information Processing Systems},
year={2023}
}

Acknowledgement

We appreciate the following github repos a lot for their valuable code base or datasets:

  1. Informer: https://github.com/zhouhaoyi/Informer2020
  2. Autoformer: https://github.com/thuml/Autoformer
  3. FEDformer: https://github.com/MAZiqing/FEDformer
  4. LTSF-Linear: https://github.com/cure-lab/LTSF-Linear
  5. PatchTST: https://github.com/PatchTST