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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setEpsilon
(Double epsilon) void
setLearningRate
(Double learningRate) void
setMomentum
(Double momentum) void
setUpdateAlgorithm
(String updateAlgorithm)
-
Field Details
-
ADAGRAD
- See Also:
-
NESTEROV
- See Also:
-
-
Constructor Details
-
GUIUpdater
public GUIUpdater()
-
-
Method Details
-
getUpdateAlgorithm
-
setUpdateAlgorithm
-
getLearningRate
-
setLearningRate
-
getEpsilon
-
setEpsilon
-
getMomentum
-
setMomentum
-