Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 708 Bytes

Readme.md

File metadata and controls

14 lines (10 loc) · 708 Bytes

Next Word Prediction Model

This notebook shows how to train an English next word prediction model using LSTM (w/ Keras and NLTK).

Required files

To run the notebook (next_word_prediction_en_bsd.ipynb) in Google Colab, you need to download the followings and adjust the paths inside the notebook:

Load a trained model

If you want, you can skip the training step and load the trained model below to make predictions.

Notes

Detailed explanations can be found inside the notebook.