public class AdaDelta extends Object implements Serializable, GradientUpdater
Constructor and Description |
---|
AdaDelta(double rho) |
Modifier and Type | Method and Description |
---|---|
INDArray |
getGradient(INDArray gradient,
int iteration)
Get the updated gradient for the given gradient
and also update the state of ada delta.
|
void |
update(Object... args)
update(learningRate,momentum)
|
public void update(Object... args)
GradientUpdater
update
in interface GradientUpdater
public INDArray getGradient(INDArray gradient, int iteration)
getGradient
in interface GradientUpdater
gradient
- the gradient to get the
updated gradient foriteration
- Copyright © 2015. All Rights Reserved.