org.encog.neural.networks.training.strategy
| Modifier and Type | Field and Description |
|---|---|
static double |
LEARNING_DECAY
Learning decay rate.
|
| Constructor and Description |
|---|
SmartLearningRate() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(MLTrain train)
Initialize this strategy.
|
void |
postIteration()
Called just after a training iteration.
|
void |
preIteration()
Called just before a training iteration.
|
public static final double LEARNING_DECAY
public void init(MLTrain train)
public void postIteration()
postIteration in interface Strategypublic void preIteration()
preIteration in interface StrategyCopyright © 2014. All Rights Reserved.