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

Method lstm_

emolga/layers/gridlstm.py:140–193  ·  view source on GitHub ↗

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 + Uo * h + Vo * m) gc = tanh(Wc * x +Uc * h) m' = g

(self, k, H, m, x, identity=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

grid_Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected