package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 9, 2020
License: BSD-2-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Model struct {
Gain *nn.Param `type:"weights"`
}
Model contains the serializable parameters.
New returns a new model with parameters initialized to zeros.
NewProc returns a new processor to execute the forward step.
Forward performs the forward step for each input and returns the result.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.