What exactly are the gradient and Mu in ANN?
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Akhil Reddy
am 19 Jul. 2016
Beantwortet: Greg Heath
am 5 Aug. 2016
Pls provide detailed explanation of Both Mu and Gradient
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 5 Aug. 2016
The gradient is the gradient of the square of the error function
error = (knowntarget - variableoutput)
with respect to the unknown weights and biases.
Typically, the training objective is to optimize te choice of weights nd biases by minimizing the sum of the squared errors by using the method of steepest descent.
However, to slow the speed of the descent so that the search value does not fly back and forth across the minimum without stopping sufficiently near it, a momentum term is added. For details search Google using
GRADIENT DESCENT WITH MOMENTUM
Hope this helps
Thank you for formally accepting my answer
Greg
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!