« Ecrêtage de gradient » : différence entre les versions


Aucun résumé des modifications
m (Remplacement de texte — « Termes privilégiés » par « Français »)
Ligne 9 : Ligne 9 :
   
   


== Termes privilégiés ==
== Français ==


   
   

Version du 31 décembre 2018 à 15:44

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