#37 · Primary category: Time Series Machine Learning
LTSF-Linear
[AAAI-23 Oral] Official implementation of the paper "Are Transformers Effective for Time Series Forecasting?"
Project last updated:01/27/24
GitHub Stars
2.5K
Forks
510
Contributors
4
License
Apache-2.0
Why we included this project
Forecasting far into the future is where transformer models tend to get heavy, and this repo offers a lighter argument. It ships three linear models: a plain Linear layer, NLinear for distribution shift, and DLinear, which separates trend from seasonality. The AAAI 2023 paper behind the code shows these one-layer models can beat popular transformer architectures on long-term forecasting benchmarks. To back that claim, the repo re-implements five well-known forecasting transformers, including Informer, Autoformer, and FEDformer, with scripts for univariate and multivariate forecasting, look-back window experiments, and weight visualization, plus a benchmark to support further research. Since each model is just a linear layer, training stays fast and light on memory, which makes this a practical baseline to check before reaching for heavier architectures.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
netdata
The fastest path to AI-powered full stack observability, even for lean teams.
catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
sktime
A unified framework for machine learning with time series
darts
A python library for user-friendly forecasting and anomaly detection on time series.
featuretools
An open source python library for automated feature engineering