Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santhalakshminarayana/quotation_generation_glove_lstm_pytorch
Quotation generation using LSTM - Pytorch with custom embeddings trained with Glove model.
https://github.com/santhalakshminarayana/quotation_generation_glove_lstm_pytorch
generation glove glove-embeddings glove-python glove-vectors lstm lstm-neural-network lstm-pytorch natural-language-generation natural-language-processing nlp nlp-machine-learning pytorch-implementation pytroch quotation-generator webscraping
Last synced: 1 day ago
JSON representation
Quotation generation using LSTM - Pytorch with custom embeddings trained with Glove model.
- Host: GitHub
- URL: https://github.com/santhalakshminarayana/quotation_generation_glove_lstm_pytorch
- Owner: santhalakshminarayana
- Created: 2020-01-06T09:17:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T06:01:18.000Z (over 4 years ago)
- Last Synced: 2023-03-06T23:15:39.093Z (almost 2 years ago)
- Topics: generation, glove, glove-embeddings, glove-python, glove-vectors, lstm, lstm-neural-network, lstm-pytorch, natural-language-generation, natural-language-processing, nlp, nlp-machine-learning, pytorch-implementation, pytroch, quotation-generator, webscraping
- Language: Jupyter Notebook
- Homepage: https://medium.com/towards-artificial-intelligence/quotes-generation-for-social-media-with-web-scrapping-glove-embeddings-training-and-lstm-in-e07c03491f15?source=---------2------------------
- Size: 428 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quotation Generation with custom embeddings from Glove model and LSTM implementation in Pytorch
English Quotations generation by training Language Model in Pytorch with custom dataset by webscrapping from [website](http://www.wiseoldsayings.com).
For language model dataset, custom word embeddings are trained using Glove model on [quotes.txt](https://github.com/santhalakshminarayana/Quotation_Generation_Glove_LSTM_Pytorch/blob/master/quotes.txt).### Medium article
[Read implemantion in medium article](https://medium.com/towards-artificial-intelligence/quotes-generation-for-social-media-with-web-scrapping-glove-embeddings-training-and-lstm-in-e07c03491f15?source=---------2------------------).