« Couche d’autoroute » : 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 : | ||
== | == Français == | ||
Version du 31 décembre 2018 à 14:43
Domaine
Vocabulary Apprentissage profond
Définition
Français
Anglais
Highway Layer
A Highway Layer (paper) is a type of Neural Network layer that uses a gating mechanism to control the information flow through a layer. Stacking multiple Highway Layers allows for training of very deep networks. Highway Layers work by learning a gating function that chooses which parts of the inputs to pass through and which parts to pass through a transformation function, such as a standard affine layer for example. The basic formulation of a Highway Layer is T * h(x) + (1 - T) * x, where T is the learned gating function with values between 0 and 1, h(x) is an arbitrary input transformation and x is the input. Note that all of these must have the same size. ICML
The International Conference for Machine Learning, a top-tier machine learning conference.
Contributeurs: Jacques Barolet, wiki