Package | Description |
---|---|
org.deeplearning4j.earlystopping | |
org.deeplearning4j.earlystopping.termination |
Modifier and Type | Method and Description |
---|---|
EarlyStoppingConfiguration.Builder<T> |
EarlyStoppingConfiguration.Builder.epochTerminationConditions(EpochTerminationCondition... terminationConditions)
Termination conditions to be evaluated every N epochs, with N set by evaluateEveryNEpochs option
|
Modifier and Type | Method and Description |
---|---|
EarlyStoppingConfiguration.Builder<T> |
EarlyStoppingConfiguration.Builder.epochTerminationConditions(List<EpochTerminationCondition> terminationConditions)
Termination conditions to be evaluated every N epochs, with N set by evaluateEveryNEpochs option
|
Modifier and Type | Class and Description |
---|---|
class |
BestScoreEpochTerminationCondition
Created by Sadat Anwar on 3/26/16.
|
class |
MaxEpochsTerminationCondition
Terminate training if the number of epochs exceeds the maximum number of epochs
|
class |
ScoreImprovementEpochTerminationCondition
Terminate training if best model score does not improve for N epochs
|
Copyright © 2020. All rights reserved.