Interface | Description |
---|---|
StoppingCondition |
Stopping condition for iterative updates
|
TrainingLoopController |
Training Loop controller for iterative updates
|
Class | Description |
---|---|
ErrorThresholdStoppingCondition |
Stop when absolute value of the error drops below a threshold.
|
IterationCountStoppingCondition |
Stop once the iteration count has reached a value.
|
ThresholdStoppingCondition |
Stop when absolute delta drops below a threshold.
|
Annotation Type | Description |
---|---|
IterationCount |
The number of iterations to use in an iterative update.
|
LearningRate |
Learning rate for iterative methods.
|
MinimumIterations |
The minimum number of iterations to use.
|
RegularizationTerm |
The regularization factor applied in many iterative methods.
|
StoppingThreshold |
Stopping threshold.
|
Common utilities for iterative methods.