Exploding Gradient Problem

From GM-RKB
Revision as of 23:03, 23 January 2021 by Omoreira (talk | contribs) (Created page with "A Exploding Gradient Problem is a Machine Learning Training Algorithm problem that arises when using gradient descent and backpropagation. * <B>Example(s):...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A Exploding Gradient Problem is a Machine Learning Training Algorithm problem that arises when using gradient descent and backpropagation.



References

2017

Grosse2017 RNN.png
Figure 3 shows the function computed at each time step, as well as the function computed by the network as a whole. From this figure, you can see which regions have exploding or vanishing gradients.

Grosse2017 FIG3.png
Figure 3: (left) The function computed by the RNN at each time step, (right) the function computed by the network.