ozcangundes / Text_Generation_with_LSTM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text_Generation_with_LSTM

In this project, I tried to generate Turkish text via LSTM network implemented by PyTorch library.

Dataset is crawled via Beautifulsoup framework in Python and it consists of 33 text file which has the public speeches of one of the political leaders in Turkey.

Model codes can be found in here

Medium blog link is here.

LSTM is quite effective and easy-to-implement for this task. But it is crucial to have larger training data than mine. Also, you can try transformer based architectures like GPT-2.

If you have any questions regarding to the topic or the codes, please feel free to contact me to add them to this list.

About


Languages

Language:Jupyter Notebook 100.0%