Search Results
2 results for “lstm”
Foundations
Long Short-Term Memory (LSTM)
Long Short-Term Memory is a recurrent neural network architecture designed to learn long-range dependencies in sequential data by using gating mechanisms to control information flow.
5 min readUpdated May 2026
Foundations
Recurrent Neural Network
A recurrent neural network (RNN) is a class of neural network designed for sequential data, where connections between nodes form directed cycles allowing information to persist across time steps.
6 min readUpdated May 2026