How to Use Features in LSTM Networks for Time Series Forecasting - MachineLearningMastery.com

The Long Short-Term Memory (LSTM) network in Keras supports multiple input features. This raises the question as to whether lag observations for a univariate time series can be used as features for...

By · · 1 min read
How to Use Features in LSTM Networks for Time Series Forecasting - MachineLearningMastery.com

Source: MachineLearningMastery.com

The Long Short-Term Memory (LSTM) network in Keras supports multiple input features. This raises the question as to whether lag observations for a univariate time series can be used as features for an LSTM and whether or not this improves forecast performance. In this tutorial, we will investigate the use of lag observations as features […]