Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranpy13/word-prediction
A basic machine learning model to predict the next word.
https://github.com/ranpy13/word-prediction
Last synced: 6 days ago
JSON representation
A basic machine learning model to predict the next word.
- Host: GitHub
- URL: https://github.com/ranpy13/word-prediction
- Owner: ranpy13
- License: unlicense
- Created: 2023-12-20T15:01:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-20T17:39:00.000Z (11 months ago)
- Last Synced: 2024-02-26T13:01:25.095Z (9 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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