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.