Package smile.deep.optimizer
Interface Optimizer
- All Superinterfaces:
Serializable
The neural network optimizer.
-
Method Summary
-
Method Details
-
update
Updates a layer.- Parameters:
layer
- a neural network layer.m
- the size of mini-batch.t
- the time step, i.e. the number of training iterations so far.
-