[][src]Module neuro::optimizers

Optimizers used to train the neural network.

Structs

AdaDelta

AdaDelta

Adam

Adaptive moments estimation

RMSProp

RMSProp

SGD

Stochastic Gradient Descent

Traits

Optimizer

Defines the trait that needs to be implemented by any optimizer working with neuro.