Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielmajeri/char-rnn-pytorch
Character-level Recurrent Neural Network implemented in PyTorch
https://github.com/gabrielmajeri/char-rnn-pytorch
char-rnn pytorch
Last synced: 1 day ago
JSON representation
Character-level Recurrent Neural Network implemented in PyTorch
- Host: GitHub
- URL: https://github.com/gabrielmajeri/char-rnn-pytorch
- Owner: GabrielMajeri
- License: mit
- Created: 2020-03-20T07:21:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T19:18:35.000Z (over 1 year ago)
- Last Synced: 2023-06-04T20:22:47.485Z (over 1 year ago)
- Topics: char-rnn, pytorch
- Language: Jupyter Notebook
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Character-based Recurrent Neural Network
[PyTorch][pytorch] implementation of a character-level RNN which learns
to generate text after being fed a large training corpus.The model is based Andrej Karpathy's [blog post][karpathy] on the effectiveness
of recursive neural networks.[pytorch]: https://pytorch.org/
[karpathy]: http://karpathy.github.io/2015/05/21/rnn-effectiveness/## License
The code is available under the permissive [MIT license][mit].
[mit]: LICENSE.txt