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 not stored for this graph (policy: none)