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

Class RPROPConst



  • public final class RPROPConst
    extends java.lang.Object
    Constants used for Resilient Propagation (RPROP) training.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_ZERO_TOLERANCE

        public static final double DEFAULT_ZERO_TOLERANCE
        The default zero tolerance.
        See Also:
        Constant Field Values
      • POSITIVE_ETA

        public static final double POSITIVE_ETA
        The POSITIVE ETA value. This is specified by the resilient propagation algorithm. This is the percentage by which the deltas are increased by if the partial derivative is greater than zero.
        See Also:
        Constant Field Values
      • NEGATIVE_ETA

        public static final double NEGATIVE_ETA
        The NEGATIVE ETA value. This is specified by the resilient propagation algorithm. This is the percentage by which the deltas are increased by if the partial derivative is less than zero.
        See Also:
        Constant Field Values
      • DELTA_MIN

        public static final double DELTA_MIN
        The minimum delta value for a weight matrix value.
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_UPDATE

        public static final double DEFAULT_INITIAL_UPDATE
        The starting update for a delta.
        See Also:
        Constant Field Values
      • DEFAULT_MAX_STEP

        public static final double DEFAULT_MAX_STEP
        The maximum amount a delta can reach.
        See Also:
        Constant Field Values

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.