Uses of Interface
org.encog.ml.train.strategy.end.EndTrainingStrategy

Packages that use EndTrainingStrategy
org.encog.ml.train.strategy   
org.encog.ml.train.strategy.end   
 

Uses of EndTrainingStrategy in org.encog.ml.train.strategy
 

Classes in org.encog.ml.train.strategy that implement EndTrainingStrategy
 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.
 

Uses of EndTrainingStrategy in org.encog.ml.train.strategy.end
 

Classes in org.encog.ml.train.strategy.end that implement EndTrainingStrategy
 class EarlyStoppingStrategy
          Stop early when validation set no longer improves.
 class EndIterationsStrategy
           
 class EndMaxErrorStrategy
           
 class EndMinutesStrategy
           
 



Copyright © 2014. All Rights Reserved.