Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 241 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 241 Bytes

Numpy LSTM

A messy implementation of LSTM using numpy, and I'm not sure if it's fully correct.

The LSTM cell is written in numpylstm.py, and can be tested with testlstm.py.

Currently getting nan when using it to learn binary addition.