public class NesterovUpdate extends java.lang.Object implements UpdateRule
| Constructor and Description |
|---|
NesterovUpdate() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(StochasticGradientDescent theTraining) |
void |
update(double[] gradients,
double[] weights) |
public void init(StochasticGradientDescent theTraining)
init in interface UpdateRulepublic void update(double[] gradients,
double[] weights)
update in interface UpdateRule