CVarioEta Class Reference
Vario Eta
Learning Rate Calculator. More...
#include <cgradientfunction.h>
Inheritance diagram for CVarioEta:
List of all members.
Detailed Description
Vario Eta Learning Rate Calculator.
Calculates the learning rate according to the weights standard
deviation. Used by Coulum, more theoretical use to find out good
fixed learning rates for a given function approximator. Parameters
of CVarioEta: "VarioEtaLearningRate" : Base Learning Rate
"VarioEtaBeta" : Update factor "VarioEtaEpsilon" :
For a more detailed description of the parameters see [Coulom,
1]
Constructor & Destructor Documentation
|
CVarioEta::CVarioEta
|
( |
unsigned int |
numParams,
|
|
|
double |
eta,
|
|
|
double |
beta =
0.01,
|
|
|
double |
epsilon =
0.0001 |
|
) |
|
|
|
CVarioEta::~CVarioEta
|
( |
|
) |
|
|
Member Function Documentation
| virtual void
CVarioEta::getWeightUpdates
|
( |
CFeatureList *
|
updates |
) |
[virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following
file:
|