LSTM time-series prediction - PyTorch Forums
discuss.pytorch.org › t › lstm-time-seriesJul 12, 2017 · I’m using an LSTM to predict a time-seres of floats. I’m using a window of 20 prior datapoints (seq_length = 20) and no features (input_dim =1) to predict the “next” single datapoint. My network seems to be learning properly. Here’s the observed data vs. predicted with the trained model: Here’s a naive implementation of how to predict multiple steps ahead using the trained network ...