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.
- Host: GitHub
- URL: https://github.com/timothyjan/rnn_text_generation
- Owner: TimothyJan
- Created: 2022-04-24T00:31:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-04T20:40:39.000Z (about 4 years ago)
- Last Synced: 2025-03-26T04:30:11.850Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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