Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 168 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 168 Bytes

This is an implementation of a RNN based on LSTM from scratch using only numpy. The whole point of this implementation is purely for illustration not for performance.