Package engine.neural.optimizers
Class RMSProp
java.lang.Object
engine.neural.optimizers.RMSProp
- All Implemented Interfaces:
Optimizer,Reconstructible
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateBiases(Vector biases, Vector delta) voidupdateWeights(Matrix weights, Matrix gradient) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface engine.neural.Reconstructible
getClassInfo
-
Constructor Details
-
RMSProp
public RMSProp()
-
-
Method Details
-
updateWeights
- Specified by:
updateWeightsin interfaceOptimizer
-
updateBiases
- Specified by:
updateBiasesin interfaceOptimizer
-