Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct { W *nn.Param `type:"weights"` B *nn.Param `type:"biases"` Mean *nn.Param `type:"undefined"` StdDev *nn.Param `type:"undefined"` Momentum *nn.Param `type:"undefined"` }
Model contains the serializable parameters.
func NewWithMomentum ¶
New returns a new model with supplied size and momentum
Click to show internal directories.
Click to hide internal directories.