Expand description
LSTM Network Components for Time Series Forecasting
This module provides Long Short-Term Memory (LSTM) network implementations for time series forecasting, including LSTM cells, states, and multi-layer networks.
Structsยง
- LSTM
Cell - LSTM cell implementation
- LSTM
Network - Multi-layer LSTM network
- LSTM
State - LSTM cell state and hidden state