View on GitHub

Bearded-android-docs

MomentumTerm

Download this project as a .zip file Download this project as a tar.gz file

Created Wednesday 16 July 2014

The momentum term helps prevent the algorithm from getting stuck in local minimums. Note that there is no guarantee that the momentum works but it has been found to work in practice.

Notation

Calculating the Momentum

Then the momentum term is

`\ \ alpha w_(kj)^(**(l))`

where `alpha` is the momentum parameter.
See also how to pick the momentum parameter


Backlinks:

MachineLearning:NeuralNetworks:BackPropagation:BackPropFormula
comments powered by Disqus