« Évanescence du gradient » : différence entre les versions
m (Remplacement de texte — « Termes privilégiés » par « Français ») |
|||
Ligne 10 : | Ligne 10 : | ||
== | == Français == | ||
=== le problème de la disparition du gradient === | === le problème de la disparition du gradient === |
Version du 31 décembre 2018 à 14:52
Domaine
Vocabulary Apprentissage profond
Définition
Français
le problème de la disparition du gradient
- Référence : https://openclassrooms.com/courses/utilisez-des-modeles-supervises-non-lineaires/empilez-les-perceptrons
Anglais
Vanishing Gradient Problem
The vanishing gradient problem arises in very deep Neural Networks, typically Recurrent Neural Networks, that use activation functions whose gradients tend to be small (in the range of 0 from 1). Because these small gradients are multiplied during backpropagation, they tend to “vanish” throughout the layers, preventing the network from learning long-range dependencies. Common ways to counter this problem is to use activation functions like ReLUs that do not suffer from small gradients, or use architectures like LSTMs that explicitly combat vanishing gradients. The opposite of this problem is called the exploding gradient problem. • On the difficulty of training recurrent neural networks
Contributeurs: Claude Coulombe, Jacques Barolet, Patrick Drouin, Pierre Labreche, wiki