Class RpropBufferData
Implements the Rprop root-finding algorithm.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class RpropBufferData
Remarks
Reference: "A Direct Adaptive Method for Faster Backpropagation Learning: The RPROP Algorithm" Martin Riedmiller, Heinrich Braun 1993
Fields
debug
Declaration
public static bool debug
Field Value
Type | Description |
---|---|
Boolean |
EnsureConvergence
Declaration
public static bool EnsureConvergence
Field Value
Type | Description |
---|---|
Boolean |
lowerBound
Declaration
public double lowerBound
Field Value
Type | Description |
---|---|
Double |
nextPoint
Declaration
public double nextPoint
Field Value
Type | Description |
---|---|
Double |
upperBound
Declaration
public double upperBound
Field Value
Type | Description |
---|---|
Double |
Methods
SetNextPoint(Double, Double)
Declaration
public void SetNextPoint(double currPoint, double currDeriv)
Parameters
Type | Name | Description |
---|---|---|
Double | currPoint | |
Double | currDeriv |