org.encog.neural.networks.training.propagation.resilient
Class RPROPConst
- java.lang.Object
-
- org.encog.neural.networks.training.propagation.resilient.RPROPConst
-
public final class RPROPConst extends java.lang.ObjectConstants used for Resilient Propagation (RPROP) training.
-
-
Field Summary
Fields Modifier and Type Field and Description static doubleDEFAULT_INITIAL_UPDATEThe starting update for a delta.static doubleDEFAULT_MAX_STEPThe maximum amount a delta can reach.static doubleDEFAULT_ZERO_TOLERANCEThe default zero tolerance.static doubleDELTA_MINThe minimum delta value for a weight matrix value.static doubleNEGATIVE_ETAThe NEGATIVE ETA value.static doublePOSITIVE_ETAThe POSITIVE ETA value.
-
-
-
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