Skip to content
forked from aikunyi/FreTS

Official implementation of the paper "Frequency-domain MLPs are More Effective Learners in Time Series Forecasting"

License

Notifications You must be signed in to change notification settings

MIMUW-RL/FreTS-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Official implementation of the paper "Frequency-domain MLPs are More Effective Learners in Time Series Forecasting"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%