RNNs · Level 3 of 5
GRU (GRU)
A gated recurrent unit using update and reset mechanisms.
It combines recurrent gating with a simpler state structure than a typical LSTM.
Example
A sequence encoder controls how much previous information to retain.
Listen to the definition and example
Audio transcript
GRU. A gated recurrent unit using update and reset mechanisms. It combines recurrent gating with a simpler state structure than a typical LSTM. For example: A sequence encoder controls how much previous information to retain.
Explore this concept
Why it matters
This helps you trace information and gradient flow through sequence models.
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.