torch time series continued: A first go at multi-step prediction
We continue our exploration of time-series forecasting with torch, moving on to architectures designed for multi-step prediction. Here, we augment the “workhorse RNN” by a multi-layer perceptron (MLP) to extrapolate multiple timesteps into the future.