Skip to content

Analysis of Attention Mechanism in Time Series Forecasting

Notifications You must be signed in to change notification settings

faridrb/attention_analysis

Repository files navigation

Analysis of Attention Mechanism in Time Series Forecasting

In this repo, you can find our implementation and experimental results of several modifications to the attention mechanism.

Create environment

If you wish to use a GPU, the poetry install might differ.

  • conda env create -f environment.yml -y
  • conda activate ou-dne-transformers
  • poetry install
  • pre-commit install

Traffic Dataset

We used the Traffic dataset. The preprocessed dataset can be found on OSF. Copy OSF data to /data/processed/

About

Analysis of Attention Mechanism in Time Series Forecasting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages