Module dopt.online

This package contains implementations of common online optimisation algorithms, with a particular bias towards those commonly used in large scale machine learning/deep learning.

Aliases

NameTypeDescription
ProjectionOperation delegate(Operation)Used for performing projected gradient descent.
Updaterdopt.core.types.Buffer[] delegate(dopt.core.types.Buffer[Operation])A delegate that can be used to perform the update step for an online optimisation algorithm.