27.10.2021 · So here's my attempt; this article shows how to use PyTorch LSTMs for regression with multiple input time series. In particular, I'll show how to forecast a target time series but once you have the basic data and model structure down, it's not hard to adapt LSTMs to other types of supervised learning. Here's the game plan: Load, visualize, and ...
zalandoresearch/pytorch-ts. 2 papers ... Temporal Convolutional Attention Neural Networks for Time Series Forecasting. flaviagiammarino/tcan-tensorflow ...
09.05.2020 · This was my takeaway from the experiment - if the data has a good seasonality or any good DateTime pattern, the attention mech. gives a negligible improvement over the basic seq2seq architecture (this was the case in the store item dataset), on the messy time-series dataset adding attention mechanism did provide a good improvement.