Char-RNN-PyTorch

Text generator

A PyTorch implementation of character-level RNN text generation using Gluon, trained on poetry and music lyrics data.

使用PyTorch实现Char RNN生成古诗和周杰伦的歌词

GitHub

143 stars
7 watching
41 forks
Language: Jupyter Notebook
last commit: over 8 years ago
Linked from 1 awesome list

pytorchrnn

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
l1aoxingyu/char-rnn-gluonA Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework.58
justdark/pytorch-poetry-genA PyTorch-based character-level neural network trained on Chinese poetry to generate poetic phrases239
jayleicn/animeganA PyTorch implementation of Generative Adversarial Networks for anime face drawing1,282
alexis-jacq/pytorch-sketch-rnnA PyTorch implementation of a sketch-based RNN model for generating drawings.184
l0sg/relational-rnn-pytorchAn implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling245
graykode/gpt-2-pytorchAn implementation of the GPT-2 language model in PyTorch for generating text976
xiayandi/pytorch_text_classificationAn implementation of convolutional neural networks for text classification using PyTorch66
longcw/faster_rcnn_pytorchAn implementation of Faster R-CNN using PyTorch1,722
deepsound-project/samplernn-pytorchAn implementation of an audio generation model using PyTorch290
dxn-9/prun-loremGenerates randomLorem Ipsum text based on user input and copies it to the clipboard12
batzner/tensorlmA Python wrapper library for training and generating text with RNNs in TensorFlow61
rdspring1/pytorch_gbw_lmTrains a large-scale PyTorch language model on the 1-Billion Word dataset123
napsternxg/pytorch-practiceA collection of scripts demonstrating PyTorch's capabilities in natural language processing and machine learning tasks197
ruotianluo/pytorch-faster-rcnnAn implementation of Faster R-CNN detection framework in PyTorch1,816
zalandoresearch/pytorch-dilated-rnnImplementations of Dilated Recurrent Neural Networks in PyTorch211