org.encog.neural.networks.training
Interface Momentum
-
- All Known Implementing Classes:
- Backpropagation, StochasticGradientDescent
public interface MomentumSpecifies that a training algorithm has the concept of a momentum. This allows it to be used with strategies that automatically adjust the momentum.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublegetMomentum()voidsetMomentum(double m)Set the momentum.
-
DMelt 3.0 © DataMelt by jWork.ORG