Module lstm

Module lstm 

Source
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ยง

LSTMCell
LSTM cell implementation
LSTMNetwork
Multi-layer LSTM network
LSTMState
LSTM cell state and hidden state