Multistep Time Series Forecasting with LSTMs in Python
Last Updated on August 28, 2020 The Long Short-Term Memory network or LSTM is a recurrent neural network that can learn and forecast long sequences. A benefit of LSTMs in addition to learning long sequences is that they can learn to make a one-shot multi-step forecast which may be useful for time series forecasting. A difficulty with LSTMs is that they can be tricky to configure and it can require a lot of preparation to get the data in the […]
Read more