Why do deep neural networks suffer from vanishing gradients in linear algebra terms?

Updated May 16, 2026

Short answer

Repeated multiplication of small Jacobians shrinks gradient magnitude.

Deep explanation

Backpropagation involves repeated multiplication of Jacobian matrices. If eigenvalues of these matrices are < 1, gradients exponentially decay across layers, leading to vanishing gradients.

Unlock with a Pro subscription to view this section.

View pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Linear Algebra interview questions

View all →