Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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