Documentation of 'org.joone.engine.extenders.DeltaRuleExtender' Java class
DeltaRuleExtender
org.joone.engine.extenders

Class DeltaRuleExtender

    • Constructor Detail

      • DeltaRuleExtender

        public DeltaRuleExtender()
        Creates a new instance of DeltaExtender
    • Method Detail

      • getDelta

        public abstract double getDelta(double[] currentGradientOuts,
                                        int j,
                                        double aPreviousDelta)
        Computes the delta value for a bias.
        Parameters:
        currentGradientOuts - the back propagated gradients.
        j - the index of the bias.
        aPreviousDelta - a delta value calculated by a previous delta extender.
      • getDelta

        public abstract double getDelta(double[] currentInps,
                                        int j,
                                        double[] currentPattern,
                                        int k,
                                        double aPreviousDelta)
        Computes the delta value for a weight.
        Parameters:
        currentInps - the forwarded input.
        j - the input index of the weight.
        currentPattern - the back propagated gradients.
        k - the output index of the weight.
        aPreviousDelta - a delta value calculated by a previous delta extender.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.