Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 419 Bytes

File metadata and controls

9 lines (7 loc) · 419 Bytes

word-prediction

A basic machine learning model to predict the next word.

  • build using pre-trained model LSTM

  • implements NLP & DL

  • trainer.py is the training and learning model

  • predictor.py is the program that makes the predictions on the basis of the trained model in tariner.py

  • metamorphosis_clean.txt is the cleaned up pre-processed text file for sample input which is used for training the model