Parameter

Encapsulates information about network parameters.

This can be used to keep track of per-parameter loss functions (e.g., weight decay), and also projection functions that can be applied using constrained optimisation methods.

Members

Variables

loss
Operation loss;

Used for applying loss terms to this parameter (e.g., weight decay)

projection
Projection projection;

A projection operation that can enforce some constraint

symbol
Operation symbol;

An "variable" operation.

Meta