ProxyLinearPrior

Undocumented in source.
abstract
class ProxyLinearPrior : LinearPrior {}

Members

Functions

dup
ProxyLinearPrior dup()
Undocumented in source.
proxy_step
void proxy_step()
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