| Package | Description |
|---|---|
| org.deeplearning4j.optimize.api | |
| org.deeplearning4j.optimize.listeners | |
| org.deeplearning4j.optimize.listeners.checkpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
IterationListener
Deprecated.
Use
TrainingListener instead |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectScoresIterationListener
CollectScoresIterationListener simply stores the model scores internally (along with the iteration) every 1 or N
iterations (this is configurable).
|
class |
CollectScoresListener
A simple listener that collects scores to a list every N iterations.
|
class |
ComposableIterationListener
A group of listeners
|
class |
EvaluativeListener
This TrainingListener implementation provides simple way for model evaluation during training.
|
class |
ParamAndGradientIterationListener
An iteration listener that provides details on parameters and gradients at each iteration during traning.
|
class |
PerformanceListener
Simple IterationListener that tracks time spend on training per iteration.
|
class |
ScoreIterationListener
Score iteration listener
|
class |
SleepyTrainingListener
This TrainingListener implementation provides a way to "sleep" during specific Neural Network training phases.
|
class |
TimeIterationListener
Time Iteration Listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckpointListener
CheckpointListener: The goal of this listener is to periodically save a copy of the model during training..
Model saving may be done: 1. |
Copyright © 2018. All rights reserved.