LinearPrior

Undocumented in source.

Members

Functions

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

Variables

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

Meta