RNNs · Level 3 of 5
Output Gate
An LSTM gate controlling how cell-state information contributes to hidden output.
It can hide stored information until it is useful.
Example
A stored feature is exposed to the next computation.
Listen to the definition and example
Audio transcript
Output Gate. An LSTM gate controlling how cell-state information contributes to hidden output. It can hide stored information until it is useful. For example: A stored feature is exposed to the next computation.
Explore this concept
Why it matters
This helps you trace information and gradient flow through sequence models.
Start with
Quick recall question
Try answering before looking back at the definition.