Documentation of 'mikera.vectorz.ops.CrossEntropyDerivative' Java class
CrossEntropyDerivative
mikera.vectorz.ops

Class CrossEntropyDerivative



  • public final class CrossEntropyDerivative
    extends Op2
    Binary operator to compute derivative of cross entropy loss between an output and target value given two probability values in range 0..1
    • Constructor Detail

      • CrossEntropyDerivative

        public CrossEntropyDerivative()
    • Method Detail

      • apply

        public double apply(double x,
                            double y)
        Specified by:
        apply in class Op2
      • applyTo

        public void applyTo(double[] data,
                            int start,
                            int length,
                            AVector b)
        Overrides:
        applyTo in class Op2

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.