필터 지우기
필터 지우기

What exactly are the gradient and Mu in ANN?

조회 수: 8 (최근 30일)
Akhil  Reddy
Akhil Reddy 2016년 7월 19일
답변: Greg Heath 2016년 8월 5일
Pls provide detailed explanation of Both Mu and Gradient

채택된 답변

Greg Heath
Greg Heath 2016년 8월 5일
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개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by