the learning rate inportance

3 次查看(过去 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 个)

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 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by