SGD

Undocumented in source.

Constructors

this
this(Params params)
Undocumented in source.

Members

Functions

resetGrads
void resetGrads()
Undocumented in source. Be warned that the author may not have intended to support it.
trainStep
void trainStep()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

config
SGDConfig config;
Undocumented in source.
diffs
staticMap!(mapValue, Params) diffs;
Undocumented in source.
params
Params params;
Undocumented in source.

Inherited Members

From Optimizer

resetGrads
void resetGrads()
Undocumented in source.
trainStep
void trainStep()
Undocumented in source.

Meta