Conceptual

Vanishing Gradient Problem

In an unrolled RNN the gradient is a product of per-step Jacobians; when their norms sit below 1 the signal shrinks exponentially with sequence length, so errors from step 100 barely reach step 1. This is why plain RNNs cannot learn long-range dependencies.