On the Suitability of Long Short-Term Memory Networks for Time Series Forecasting - MachineLearningMastery.com

Long Short-Term Memory (LSTM) is a type of recurrent neural network that can learn the order dependence between items in a sequence. LSTMs have the promise of being able to learn the context requir...

By · · 1 min read
On the Suitability of Long Short-Term Memory Networks for Time Series Forecasting - MachineLearningMastery.com

Source: MachineLearningMastery.com

Long Short-Term Memory (LSTM) is a type of recurrent neural network that can learn the order dependence between items in a sequence. LSTMs have the promise of being able to learn the context required to make predictions in time series forecasting problems, rather than having this context pre-specified and fixed. Given the promise, there is […]