public interface GradientUpdater extends Serializable
Modifier and Type | Method and Description |
---|---|
INDArray |
getGradient(INDArray gradient,
int iteration)
Modify the gradient
to be an update
|
void |
update(Object... args)
update(learningRate,momentum)
|
Copyright © 2015. All Rights Reserved.