Package engine.neural.optimizers
Class AdamW
java.lang.Object
engine.neural.optimizers.AdamW
- 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
-
AdamW
public AdamW()
-
-
Method Details
-
updateWeights
- Specified by:
updateWeightsin interfaceOptimizer
-
updateBiases
- Specified by:
updateBiasesin interfaceOptimizer
-