AdditiveLinearPrior

Undocumented in source.
abstract
class AdditiveLinearPrior : LinearPrior {}

Members

Functions

accumulate_grad
void accumulate_grad()
Undocumented in source.
dup
AdditiveLinearPrior dup()
Undocumented in source.

Inherited Members

From LinearPrior

W
float[][] W;

pointer to the layer weight matrix

grad
float[][] grad;

pointer to the layer gradient matrix

opt
SGDOptimizer opt;

pointer to the optimizer for this layer

register
void register(Linear layer)
Undocumented in source. Be warned that the author may not have intended to support it.
dup
LinearPrior dup()
Undocumented in source.

Meta