Conceptual

Backpropagation Through Time

Training an RNN by unrolling it across time steps into one deep feedforward graph and running standard backpropagation, summing gradients over every copy of the shared weights. In practice the unroll is truncated to a fixed window to bound memory and compute.