public class AdaDeltaUpdater extends BaseUpdater
Modifier and Type | Class and Description |
---|---|
protected static class |
AdaDeltaUpdater.AdaDeltaAggregator |
BaseUpdater.UpdaterAggregatorImpl
updaterForVariable
Constructor and Description |
---|
AdaDeltaUpdater() |
Modifier and Type | Method and Description |
---|---|
UpdaterAggregator |
getAggregator(boolean addThis)
Given this updater, get an UpdaterAggregator that can be used to combine the current state (if any)
of this updater with the state of other updaters.
|
void |
init() |
org.nd4j.linalg.learning.GradientUpdater |
init(String variable,
org.nd4j.linalg.api.ndarray.INDArray gradient,
Layer layer) |
checkSchedules, equals, postApply, preApply, update
public void init()
init
in class BaseUpdater
public org.nd4j.linalg.learning.GradientUpdater init(String variable, org.nd4j.linalg.api.ndarray.INDArray gradient, Layer layer)
init
in class BaseUpdater
public UpdaterAggregator getAggregator(boolean addThis)
Updater
addThis
- whether to add the Updater to the UpdaterAggregator, or just return an empy aggregatorCopyright © 2016. All Rights Reserved.