public interface LearningRate
Modifier and Type | Method and Description |
---|---|
double |
getLearningRate(int group,
int number,
double gradient)
Returns the learning rate for the parameter in the given group with the
given number.
|
void |
reset()
Resets the learning rate sequence to its initial state.
|
double getLearningRate(int group, int number, double gradient)
group
- number
- gradient
- void reset()
Copyright © 2017. All rights reserved.