public class AdaGradUpdater extends BaseUpdater
updaterForVariable, viewArray
Constructor and Description |
---|
AdaGradUpdater() |
Modifier and Type | Method and Description |
---|---|
void |
init() |
org.nd4j.linalg.learning.GradientUpdater |
init(String variable,
Layer layer) |
applyLrDecayPolicy, applyMomentumDecayPolicy, clone, equals, getStateViewArray, hashCode, postApply, preApply, setStateViewArray, stateSizeForLayer, update
public void init()
init
in class BaseUpdater
public org.nd4j.linalg.learning.GradientUpdater init(String variable, Layer layer)
init
in class BaseUpdater
Copyright © 2016. All Rights Reserved.