Interface Optimizer<T>
- Type Parameters:
T- the data type.
- All Known Implementing Classes:
SGD
public interface Optimizer<T>
Interface for optimization algorithms used to train neural networks.
Examples: SGD, Adam, RMSProp.
-
Method Summary
-
Method Details
-
step
-
zeroGrad
-