/char-rnn-pytorch

Character-level Recurrent Neural Network implemented in PyTorch

Primary LanguageJupyter NotebookMIT LicenseMIT

Character-based Recurrent Neural Network

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 on the effectiveness of recursive neural networks.

License

The code is available under the permissive MIT license.