org.encog.neural.networks.training.propagation.sgd.update
Class AdaGradUpdate
- java.lang.Object
-
- org.encog.neural.networks.training.propagation.sgd.update.AdaGradUpdate
-
- All Implemented Interfaces:
- UpdateRule
public class AdaGradUpdate extends java.lang.Object implements UpdateRule
Created by jeffh on 7/15/2016.
-
-
Constructor Summary
Constructors Constructor and Description AdaGradUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetEps()voidinit(StochasticGradientDescent theTraining)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)
-
-
DMelt 3.0 © DataMelt by jWork.ORG