| Modifier and Type | Field and Description |
|---|---|
protected ENode |
_backend |
protected static String |
LEARNING_RATE |
protected double |
learningRate |
protected double |
regularization |
protected static String |
REGULARIZATION_RATE |
| Modifier and Type | Method and Description |
|---|---|
void |
finalUpdate(Layer[] layers) |
void |
setBatchSize(int batchSize) |
void |
setFrequency(int maxSteps) |
void |
setParams(double[] params) |
void |
stepUpdate(Layer[] layers) |
protected void |
update(Layer[] layers) |
protected static final String LEARNING_RATE
protected static final String REGULARIZATION_RATE
protected double learningRate
protected double regularization
protected ENode _backend
protected void update(Layer[] layers)
public void setBatchSize(int batchSize)
setBatchSize in interface Optimiserpublic void setFrequency(int maxSteps)
setFrequency in interface Optimiserpublic void stepUpdate(Layer[] layers)
stepUpdate in interface Optimiserpublic void finalUpdate(Layer[] layers)
finalUpdate in interface OptimiserCopyright © 2017. All rights reserved.