Deep Learning Interview Questions - Recurrent Neural Network

Avatto > > DATA SCIENTIST > > SHORT QUESTIONS > > Deep Learning Interview Questions > > Recurrent Neural Network

We can prevent the exploding gradient problem by using gradient clipping. With the gradient clipping method, we normalize the gradients according to an L2 norm and clip the gradient value to a specific range.