public final class LearningRateDecay extends Object implements TrainingListener
Constructor and Description |
---|
LearningRateDecay(float initialLearningRate,
float decayRate) |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(TrainingEvent event)
Invoked when a training event occurs.
|
public LearningRateDecay(float initialLearningRate, float decayRate)
public void handleEvent(TrainingEvent event)
TrainingListener
handleEvent
in interface TrainingListener
event
- the training eventCopyright © 2022. All rights reserved.