The fields of the ResilientPropagation class are listed below. For a complete list of ResilientPropagation class members, see the ResilientPropagation Members topic.
![]() DEFAULT_INITIAL_UPDATE | The starting update for a delta. |
![]() DEFAULT_MAX_STEP | The maximum amount a delta can reach. |
![]() DEFAULT_ZERO_TOLERANCE | The default zero tolerance. |
![]() DELTA_MIN | The minimum delta value for a weight matrix value. |
![]() 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. |
![]() 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. |
ResilientPropagation Class | Encog.Neural.Networks.Training.Propagation.Resilient Namespace