| Modifier and Type | Field and Description |
|---|---|
protected Collection<TrainingListener> |
BasePretrainNetwork.trainingListeners |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<TrainingListener> |
VariationalAutoencoder.trainingListeners |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<TrainingListener> |
MultiLayerNetwork.trainingListeners |
| Modifier and Type | Method and Description |
|---|---|
Collection<TrainingListener> |
MultiLayerNetwork.getTrainingListeners() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTrainingListener
Extend this and selectively override the methods you will actually use, rather than have a bunch
of no-op methods
|
| Modifier and Type | Class and Description |
|---|---|
class |
EvaluativeListener
This TrainingListener implementation provides simple way for model evaluation during training.
|
class |
SleepyTrainingListener
This TrainingListener implementation provides a way to "sleep" during specific Neural Network training phases.
|
| 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.