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

Class PerceptronLearning

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    BinaryDeltaRule


    public class PerceptronLearning
    extends LMS
    Perceptron learning rule for perceptron neural networks.
    See Also:
    Serialized Form
    • Constructor Detail

      • PerceptronLearning

        public PerceptronLearning()
        Creates new PerceptronLearning instance
    • Method Detail

      • calculateWeightChanges

        public void calculateWeightChanges(Neuron neuron)
        This method implements weights update procedure for the single neuron In addition to weights change in LMS it applies change to neuron's threshold
        Parameters:
        neuron - neuron to update weights
        See Also:
        LMS.calculateWeightChanges(double[])

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.