Package | Description |
---|---|
org.encog.ml.train.strategy | |
org.encog.ml.train.strategy.end |
Modifier and Type | Class and Description |
---|---|
class |
StopTrainingStrategy
This strategy will indicate once training is no longer improving the neural
network by a specified amount, over a specified number of cycles.
|
Modifier and Type | Class and Description |
---|---|
class |
EarlyStoppingStrategy
Stop early when validation set no longer improves.
|
class |
EndIterationsStrategy |
class |
EndMaxErrorStrategy |
class |
EndMinutesStrategy |
class |
SimpleEarlyStoppingStrategy
A simple early stopping strategy that halts training when the validation set no longer improves.
|
Copyright © 2014. All Rights Reserved.