Documentation of 'org.neuroph.nnet.learning.MomentumBackpropagation' Java class
MomentumBackpropagation
org.neuroph.nnet.learning

Class MomentumBackpropagation

    • Constructor Detail

      • MomentumBackpropagation

        public MomentumBackpropagation()
        Creates new instance of MomentumBackpropagation learning
    • Method Detail

      • updateNeuronWeights

        public void updateNeuronWeights(Neuron neuron)
        This method implements weights update procedure for the single neuron for the back propagation with momentum factor
        Parameters:
        neuron - neuron to update weights
      • getMomentum

        public double getMomentum()
        Returns the momentum factor
        Returns:
        momentum factor
      • setMomentum

        public void setMomentum(double momentum)
        Sets the momentum factor
        Parameters:
        momentum - momentum factor

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.