Package com.logicaldoc.ai.neural
Class Updater
java.lang.Object
com.logicaldoc.ai.neural.Updater
- All Implemented Interfaces:
- Serializable
The algorithm to use to optimize the update of the weights inside the
 
NeuralNetwork.- Since:
- 9.2.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetEpsilon(Double epsilon) voidsetLearningRate(Double learningRate) voidsetMomentum(Double momentum) voidsetUpdateAlgorithm(UpdateAlgorithm updateAlgorithm) 
- 
Constructor Details- 
Updaterpublic Updater()
- 
Updater
 
- 
- 
Method Details- 
getLearningRate
- 
setLearningRate
- 
getEpsilon
- 
setEpsilon
- 
getMomentum
- 
setMomentum
- 
getUpdateAlgorithm
- 
setUpdateAlgorithm
 
-