Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 423 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 423 Bytes

Next-Word-Predictor

Made a simple RNN in Numpy only to predict the next words using a sentences dataset.

The dataset can be found here

Followed the blog of andrej karpathy for making the RNN.
Also used this gist.