Momentum
Domaine
Vocabulary Apprentissage profond
Définition
Termes privilégiés
Anglais
Momentum
Momentum is an extension to the Gradient Descent Algorithm that accelerates or damps the parameter updates. In practice, including a momentum term in the gradient descent updates leads to better convergence rates in Deep Networks. • Learning representations by back-propagating errors Multilayer Perceptron (MLP)
A Multilayer Perceptron is a Feedforward Neural Network with multiple fully-connected layers that use nonlinear activation functions to deal with data which is not linearly separable. An MLP is the most basic form of a multilayer Neural Network, or a deep Neural Networks if it has more than 2 layers.
Contributeurs: Evan Brach, Claire Gorjux, Jacques Barolet, wiki, Robert Meloche