Class GUIUpdater
java.lang.Object
com.logicaldoc.gui.frontend.client.ai.model.GUIUpdater
- All Implemented Interfaces:
- Serializable
The algorithm to use to optimize the update of the weights inside a neural
 network.
- Since:
- 9.2.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetEpsilon(Double epsilon) voidsetLearningRate(Double learningRate) voidsetMomentum(Double momentum) voidsetUpdateAlgorithm(String updateAlgorithm) 
- 
Field Details- 
ADAGRAD- See Also:
 
- 
NESTEROV- See Also:
 
 
- 
- 
Constructor Details- 
GUIUpdaterpublic GUIUpdater()
 
- 
- 
Method Details- 
getUpdateAlgorithm
- 
setUpdateAlgorithm
- 
getLearningRate
- 
setLearningRate
- 
getEpsilon
- 
setEpsilon
- 
getMomentum
- 
setMomentum
 
-