org.encog.neural.networks.training.propagation.sgd.update
Class RMSPropUpdate
- java.lang.Object
-
- org.encog.neural.networks.training.propagation.sgd.update.RMSPropUpdate
-
- All Implemented Interfaces:
- UpdateRule
public class RMSPropUpdate extends java.lang.Object implements UpdateRule
Created by jeffh on 7/15/2016.
-
-
Constructor Summary
Constructors Constructor and Description RMSPropUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetDecayRate()doublegetEps()voidinit(StochasticGradientDescent theTraining)voidsetDecayRate(double decayRate)voidsetEps(double eps)voidupdate(double[] gradients, double[] weights)
-
-
-
Method Detail
-
init
public void init(StochasticGradientDescent theTraining)
- Specified by:
initin interfaceUpdateRule
-
update
public void update(double[] gradients, double[] weights)- Specified by:
updatein interfaceUpdateRule
-
getEps
public double getEps()
-
setEps
public void setEps(double eps)
-
getDecayRate
public double getDecayRate()
-
setDecayRate
public void setDecayRate(double decayRate)
-
-
DMelt 3.0 © DataMelt by jWork.ORG