Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 275 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 275 Bytes

lstm_from_scratch

This is my first try on an LSTM implementation with Numpy. It got a bit messy with the shapes. The task that I am training the LSTM on is Value Memorization from the original paper. In the future, I will add comments and sort out the mess with the shape.