Package | Description |
---|---|
deepnetts.net.train |
Training algorithms and related utilities.
|
Modifier and Type | Field and Description |
---|---|
static TrainingEvent.Type |
TrainingEvent.EPOCH_FINISHED
Specifies that training epoch has finished.
|
static TrainingEvent.Type |
TrainingEvent.EPOCH_STARTED
Specifies that training epoch has started.
|
static TrainingEvent.Type |
TrainingEvent.ITERATION_FINISHED
Specifies that training iteration has finished.
|
static TrainingEvent.Type |
TrainingEvent.MINI_BATCH
Specifies mini batch event.
|
static TrainingEvent.Type |
TrainingEvent.STARTED
Specifies that training has started.
|
static TrainingEvent.Type |
TrainingEvent.STOPPED
Specifies that training has stopped.
|
Modifier and Type | Method and Description |
---|---|
TrainingEvent.Type |
TrainingEvent.getType()
Gets the type of the event.
|
static TrainingEvent.Type |
TrainingEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrainingEvent.Type[] |
TrainingEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TrainingEvent(BackpropagationTrainer source,
TrainingEvent.Type type)
Constructs a new TrainingEvent with specified source and type.
|
Copyright © 2022. All rights reserved.