public class RpropLearner extends ExtendableLearner
theDeltaRuleExtenders, theGradientExtenders, theUpdateWeightExtenderlearnable, learnableLayer, learnableSynapse, monitor| Constructor and Description |
|---|
RpropLearner()
Creates a new instance of RpropLearner
|
RpropLearner(RpropParameters aParameters)
Creates a new instance of RpropLearner.
|
| Modifier and Type | Method and Description |
|---|---|
RpropParameters |
getParameters() |
protected void |
reinit()
Deprecated.
used for backward compatibility
|
void |
setParameters(RpropParameters aParameters) |
protected double |
sign(double d)
Gets the sign of a double.
|
addDeltaRuleExtender, addGradientExtender, getDefaultDelta, getDefaultDelta, getDefaultGradientBias, getDefaultGradientWeight, getDelta, getDelta, getGradientBias, getGradientWeight, getLearningRate, getLearningRate, getUpdateWeightExtender, postBiasUpdate, postBiasUpdateImpl, postWeightUpdate, postWeightUpdateImpl, preBiasUpdate, preBiasUpdateImpl, preWeightUpdate, preWeightUpdateImpl, requestBiasUpdate, requestWeightUpdate, setUpdateWeightExtender, updateBias, updateWeightgetLayer, getMonitor, getSynapse, registerLearnable, setMonitorpublic RpropLearner()
public RpropLearner(RpropParameters aParameters)
aParameters - the parameter for this learning algorithm.protected void reinit()
public RpropParameters getParameters()
public void setParameters(RpropParameters aParameters)
protected double sign(double d)
Submit Feedback to pmarrone@users.sourceforge.net