RNNs · Level 3 of 5
Hidden State
An internal representation carried between steps or stages of a model.
In a recurrent network it is updated using previous state and current input.
Listen to the definition and example
Audio transcript
Hidden State. An internal representation carried between steps or stages of a model. In a recurrent network it is updated using previous state and current input. For example: A sequence model carries a vector from yesterday's reading to today's update.
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.