Learn Before
Concept
Computational Graph of RNN Backpropagation Through Time
A computational graph visualizes the dependencies among model variables and parameters during the forward and backward computation of a recurrent neural network. For example, computing the hidden state at a specific time step depends on the current input, the hidden state from the previous time step, and the hidden layer weight parameters. To calculate gradients for training, the graph is traversed in the opposite direction of the arrows, applying the chain rule sequentially from the final output back to the initial inputs and weights.
0
1
Updated 2026-05-14
Tags
D2L
Dive into Deep Learning @ D2L