Ecrêtage de gradient


Révision datée du 31 décembre 2018 à 15:44 par Pitpitt (discussion | contributions) (Remplacement de texte — « Termes privilégiés » par « Français »)

Domaine

Vocabulary Apprentissage profond

Définition

Français

Anglais

Gradient Clipping

Gradient Clipping is a technique to prevent exploding gradients in very deep networks, typically Recurrent Neural Networks. There exist various ways to perform gradient clipping, but the a common one is to normalize the gradients of a parameter vector when its L2 norm exceeds a certain threshold according to new_gradients = gradients * threshold / l2_norm(gradients). • On the difficulty of training recurrent neural networks