| Interface | Description |
|---|---|
| ConvexOptimizer |
Convex optimizer.
|
| IterationListener |
Each iteration the listener is called, mainly used for debugging or visualizations
|
| LineOptimizer |
Line optimizer interface adapted from mallet
|
| StepFunction |
Custom step function for line search
|
| TerminationCondition |
Created by agibsonccc on 12/24/14.
|
| TrainingListener |
TrainingListener: an extension of
IterationListener that adds onEpochStart, onEpochEnd, onForwardPass and
onBackwardPass methods |
| Enum | Description |
|---|---|
| InvocationType |
This enum holds options for TrainingListener invocation scheme
|
Copyright © 2017. All rights reserved.