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 |
Class | Description |
---|---|
BaseTrainingListener |
Extend this and selectively override the methods you will actually use, rather than have a bunch
of no-op methods
|
Enum | Description |
---|---|
InvocationType |
This enum holds options for TrainingListener invocation scheme
|
Copyright © 2018. All rights reserved.