MCPcopy Create free account
hub / github.com/MultiPath/CopyNet / Grid

Class Grid

emolga/layers/gridlstm.py:13–240  ·  view source on GitHub ↗

Grid Cell for Grid-LSTM =================================================== LSTM [h', m'] = LSTM(x, h, m): gi = sigmoid(Wi * x + Ui * h + Vi * m) # Vi is peep-hole gf = sigmoid(Wf * x + Uf * h + Vf * m) go = sigmoid(Wo * x + U

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected