Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yash-saini/lstm

The following code depicts text generation using LSTM. The dataset used is Shakespeare's Macbeth. 50 characters are taken and 51st character is predicted using this model. 1 epoch cycle with 0.1 million entries fed to train the network.
https://github.com/yash-saini/lstm

Last synced: 8 days ago
JSON representation

The following code depicts text generation using LSTM. The dataset used is Shakespeare's Macbeth. 50 characters are taken and 51st character is predicted using this model. 1 epoch cycle with 0.1 million entries fed to train the network.

Awesome Lists containing this project