Zettelkasten/Terminology Information

Autoformer

Computer-Nerd 2023. 2. 21.

Information

  • Autoformer is a variation of the Transformer architecture designed for long-term series forecasting.
  • Autoformer uses an autoregressive model, which means that it uses previous values of the time series as inputs to predict future values.
  • In addition to the standard self-attention mechanism in the Transformer, Autoformer introduces an auto-correlation attention mechanism, which considers the correlation between past and future values of the time series.
  • The auto-correlation attention mechanism in Autoformer helps to capture long-term dependencies in the time series, which is often challenging for traditional forecasting methods.
  • Autoformer also includes a decomposition mechanism that decomposes the input time series into its trend, seasonality, and residual components, making it easier for the model to learn from the different components separately.
  • The trend and seasonality components are then fed into the auto-correlation attention mechanism, while the residual component is fed into the standard self-attention mechanism.
  • Autoformer has been shown to outperform other state-of-the-art forecasting methods on several benchmark datasets.

'Zettelkasten > Terminology Information' 카테고리의 다른 글

MSE (Mean Squared Error)  (0) 2023.02.22
DNN (Deep Neural Network)  (0) 2023.02.21
RF (Random Forest)  (0) 2023.02.20
DWT (Discrete Wavelet Transform)  (0) 2023.02.20
XGBoost (eXtreme Gradient Boosting)  (0) 2023.02.19

댓글