Search Results
2 results for “gating”
Foundations
Gated Recurrent Unit (GRU)
A gated recurrent unit is a recurrent neural network component that uses reset and update gates to model sequences efficiently while mitigating the vanishing gradient problem.
5 min readUpdated July 2026
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