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