the learning rate inportance

조회 수: 2 (최근 30일)
DemoiselX
DemoiselX 2013년 8월 8일
답변: Greg Heath 2016년 11월 7일
Hello, Plz, what is the importance of "learning rate" how can we comput it, and st it via NNtoolbox? thank you, BR
  댓글 수: 1
Jan
Jan 2013년 8월 8일
편집: Jan 2013년 8월 8일
Moar details, moar gud nswr.

댓글을 달려면 로그인하십시오.

답변 (1개)

Greg Heath
Greg Heath 2016년 11월 7일
I have designed zillions of NNs with MATLAB and do not remember ever having to use a nondefault value of lr.
Typically, the only default overrides I have ever had to use for regression (FITNET) and classification (PATTERNNET) were
1. Initial state of the RNG
2. Number of hidden nodes
For timeseries I 've had to also override default
3. Input and feedback delays (based on significant delays of
the target autocorrelation function and target-input
crosscorrelation function)
4. datadivision type
5. datadivision fractions
Hope this helps.
Thank you for formally accepting my answer
Greg

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by