Exploding and Vanishing Gradients

Short Summary: Exploding and vanishing gradients is a phenomenon that typically occurs in Deep Neural Networks (DNN) with many layers. They occur primarily due to gradient accumulation, which happens through a chain of multiplications (i.e., chain product).

Addressing Exploding and Vanishing Gradients