| 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 |
class |
MaxEpochsTerminationCondition |
class |
ScoreImprovementEpochTerminationCondition |
Copyright © 2021. All rights reserved.