Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 192 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 192 Bytes

LSTMRNN

Created an RNN with LSTM modules for language modeling. Includes features such as perplexity calculation, gradient checking, and gradient clipping. Based on the work of Alex Graves