An open API service indexing awesome lists of open source software.

https://github.com/timothyjan/rnn_text_generation

We generate text using a character-based RNN. Our dataset is the text corpora for the elder scrolls game and some others games as well.
https://github.com/timothyjan/rnn_text_generation

Last synced: 12 months ago
JSON representation

We generate text using a character-based RNN. Our dataset is the text corpora for the elder scrolls game and some others games as well.

Awesome Lists containing this project

README

          

# RNN_Text_Generation
We generate text using a character-based RNN. Our dataset is the text corpora for the elder scrolls game and some others games as well.

Based off of Text Generation with LSTM