| Class | Description |
|---|---|
| CollectScoresIterationListener |
CollectScoresIterationListener simply stores the model scores internally (along with the iteration) every 1 or N
iterations (this is configurable).
|
| CollectScoresListener |
A simple listener that collects scores to a list every N iterations.
|
| ComposableIterationListener |
A group of listeners
|
| EvaluativeListener |
This TrainingListener implementation provides simple way for model evaluation during training.
|
| ParamAndGradientIterationListener |
An iteration listener that provides details on parameters and gradients at each iteration during traning.
|
| PerformanceListener |
Simple IterationListener that tracks time spend on training per iteration.
|
| PerformanceListener.Builder | |
| ScoreIterationListener |
Score iteration listener
|
| SharedGradient | |
| SleepyTrainingListener |
This TrainingListener implementation provides a way to "sleep" during specific Neural Network training phases.
|
| TimeIterationListener |
Time Iteration Listener.
|
| Enum | Description |
|---|---|
| SleepyTrainingListener.SleepMode | |
| SleepyTrainingListener.TimeMode |
Copyright © 2018. All rights reserved.