Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Can this line train NN properly?

조회 수: 1 (최근 30일)
Shaila parvin
Shaila parvin 2013년 7월 5일
마감: MATLAB Answer Bot 2021년 8월 20일
net.trainParam.mc=0.8;%(momentum constant)
I’ve read through the internet and have found that, the parameter mc is the momentum constant that defines the amount of momentum. mc is set between 0 (no momentum) and values close to 1 (lots of momentum). A momentum constant of 1 results in a network that is completely insensitive to the local gradient and, therefore, does not learn properly.)
But here mc is set to 0.8 which is near to 1. Can it learn the NN properly?

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by