Dual Self-Attention Network for Multivariate Time Series Forecasting
DSANet This project is the PyTorch implementation of the paper “DSANet: Dual Self-Attention Network for Multivariate Time Series Forecasting“, in which we propose a dual self-attention network (DSANet) for multivariate time series forecasting. The network architecture is illustrated in the following figure, and more details about the effect of each component can be found in the paper. Requirements Python 3.5 or above PyTorch 1.1 or above pytorch-lightning How to run You need to prepare the dataset first. Check here. # […]
Read more