org.encog.neural.networks.training
Interface LearningRate
-
- All Known Implementing Classes:
- Backpropagation, BasicTrainSOM, ManhattanPropagation, QuickPropagation, StochasticGradientDescent, TrainAdaline, TrainInstar, TrainOutstar
public interface LearningRateSpecifies that a training algorithm has the concept of a learning rate. This allows it to be used with strategies that automatically adjust the learning rate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublegetLearningRate()voidsetLearningRate(double rate)Set the learning rate.
-
DMelt 3.0 © DataMelt by jWork.ORG