Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 948 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 948 Bytes

Char-rnn

A tensorflow implementation of a character level rnn model for generating text data
check out the portfolio post : generating rick n morty subtitles via machine learning

inspiration drawn from-

karpathy-char-rnn
Understanding LSTM

next steps-

1. Implement the fully availible model here.
2. Work on other architecture like LSTM,GRU etc.
3. Upload the checkpoint files for the fully trained model. (it requires more than 2 days, but will try to do it soon)
4. Changed the objective to generating rick and morty scripts. (will add data in the next commit)
5. Convert ipython notebook to python scripts.
6. Host the trained models on a webpage. (side note, create a blog)