Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 222 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 222 Bytes

RNN and LSTM example

Implemented for getting to know these models better. The RNN is based on the minimal example by @karpathy, the LSTM is built on top of that.