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
karpathy-char-rnn
Understanding LSTM
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)