org.encog.neural.networks.training.strategy
Class SmartLearningRate
- java.lang.Object
-
- org.encog.neural.networks.training.strategy.SmartLearningRate
-
-
Field Summary
Fields Modifier and Type Field and Description static doubleLEARNING_DECAYLearning decay rate.
-
Constructor Summary
Constructors Constructor and Description SmartLearningRate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidinit(MLTrain train)Initialize this strategy.voidpostIteration()Called just after a training iteration.voidpreIteration()Called just before a training iteration.
-
-
-
Field Detail
-
LEARNING_DECAY
public static final double LEARNING_DECAY
Learning decay rate.- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init(MLTrain train)
Initialize this strategy.
-
postIteration
public void postIteration()
Called just after a training iteration.- Specified by:
postIterationin interfaceStrategy
-
preIteration
public void preIteration()
Called just before a training iteration.- Specified by:
preIterationin interfaceStrategy
-
-
DMelt 3.0 © DataMelt by jWork.ORG