Documentation of 'org.encog.neural.networks.training.propagation.GradientWorkerOwner' Java class
GradientWorkerOwner
org.encog.neural.networks.training.propagation

Interface GradientWorkerOwner

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      double getL1() 
      double getL2() 
      void report(double[] gradients, double error, java.lang.Throwable ex)
      Called by the worker threads to report the progress at each step.
    • Method Detail

      • report

        void report(double[] gradients,
                    double error,
                    java.lang.Throwable ex)
        Called by the worker threads to report the progress at each step.
        Parameters:
        gradients - The gradients from that worker.
        error - The error for that worker.
        ex - The exception.
      • getL1

        double getL1()
        Returns:
        How much to apply l1 regularization penalty, 0 (default) for none.
      • getL2

        double getL2()
        Returns:
        How much to apply l2 regularization penalty, 0 (default) for none.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.