Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 410 Bytes

File metadata and controls

6 lines (6 loc) · 410 Bytes

Using LSTM model for predict airline passengers problem

About the international airline passenger time series prediction problem.
How to create an LSTM for a regression and a window formulation of the time series problem.
How to create an LSTM with a time step formulation of the time series problem.
How to create an LSTM with state and stacked LSTMs with state to learn long sequences.