Next Word Prediction

  • Tech Stack: Tensorflow, Python, Numpy, Keras, LSTM
  • Github URL: Project Link

Developed a next word prediction algorithm using keras and Tensorflow. I used LSTM cells as building blocks to develope a sequential model which predicts the next word give the input words.

This model can be used in the mobile keyboard where our keyboard smartly predicts the next word given a context. The dataset used in this project was first cleaned and then transformed into the appropriate format which we can feed to the model.