Learn Before
Concept
Hidden State Propagation in Deep RNNs
In deep, or stacked, Recurrent Neural Networks (RNNs), the hidden state is responsible for propagating sequential information throughout the multi-layered architecture. At any specific time step, the hidden state computed by a given layer is passed in two distinct directions: horizontally to the next time step within the identical layer, and vertically to the current time step of the subsequent layer. This two-dimensional information flow enables the network to build hierarchical representations over time.
0
1
Updated 2026-05-14
Tags
D2L
Dive into Deep Learning @ D2L