Documentation of 'org.encog.neural.networks.training.Momentum' Java class
Momentum
org.encog.neural.networks.training

Interface Momentum

  • All Known Implementing Classes:
    Backpropagation, StochasticGradientDescent


    public interface Momentum
    Specifies that a training algorithm has the concept of a momentum. This allows it to be used with strategies that automatically adjust the momentum.
    • Method Detail

      • setMomentum

        void setMomentum(double m)
        Set the momentum.
        Parameters:
        m - The new momentum.
      • getMomentum

        double getMomentum()
        Returns:
        The momentum.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.