Contains classes for computing the Adaptive gradient descent.
More...
|
struct | Parameter |
| Parameter base class for the Adaptive gradient descent algorithm More...
|
|
class | Input |
| Input class for the Adaptive gradient descent algorithm More...
|
|
class | Result |
| Results obtained with the compute() method of the adagrad algorithm in the batch processing mode. More...
|
|
◆ Method
Available methods for computing the Adaptive gradient descent
Enumerator |
---|
defaultDense | Default: performance-oriented method
|
◆ OptionalDataId
Available identifiers of optional input for the iterative solver
Enumerator |
---|
gradientSquareSum | Numeric table of size p x 1 with the values of G, where each value is an accumulated sum of squares of corresponding gradient's coordinate values.
|