org.encog.neural.networks.training.propagation.sgd.update
Interface UpdateRule
-
- All Known Implementing Classes:
- AdaGradUpdate, AdamUpdate, MomentumUpdate, NesterovUpdate, RMSPropUpdate
public interface UpdateRuleCreated by jeffh on 7/15/2016.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidinit(StochasticGradientDescent training)voidupdate(double[] gradients, double[] weights)
-
-
-
Method Detail
-
init
void init(StochasticGradientDescent training)
-
update
void update(double[] gradients, double[] weights)
-
-
DMelt 3.0 © DataMelt by jWork.ORG