Versions in this module Expand all Collapse all v0 v0.1.0 Dec 9, 2020 Changes in this version + type Model struct + Alpha *nn.Param + B *nn.Param + BPart *nn.Param + Beta1 *nn.Param + Beta2 *nn.Param + W *nn.Param + WRec *nn.Param + func New(in, out int) *Model + func (m *Model) NewProc(ctx nn.Context) nn.Processor + type Processor struct + States []*State + func (p *Processor) Forward(xs ...ag.Node) []ag.Node + func (p *Processor) LastState() *State + func (p *Processor) SetInitialState(state *State) + type State struct + C ag.Node + D1 ag.Node + D2 ag.Node + P ag.Node + Y ag.Node