Char-RNN-Gluon
Text generator
A Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework.
使用MXNet的动态图接口Gluon实现Char RNN生成古诗和周杰伦的歌词
58 stars
2 watching
16 forks
Language: Python
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
l1aoxingyu/char-rnn-pytorch | A PyTorch implementation of character-level RNN text generation using Gluon, trained on poetry and music lyrics data. | 141 |
hardmaru/write-rnn-tensorflow | Generates handwritten characters using an LSTM mixture density network with TensorFlow | 700 |
batzner/tensorlm | A library for text generation with recurrent neural networks using TensorFlow | 61 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
taolei87/rcnn | An implementation of neural network components and optimization methods for text analysis, including rationales for neural predictions. | 355 |
gwtaylor/theano-rnn | A demonstration project of a recurrent neural network implemented with Theano | 377 |
taolei87/sru | A recurrent neural network implementation optimized for speed and parallelizability | 31 |
taoxugit/attngan | Reproduces text-to-image generation with attentional generative adversarial networks. | 1,339 |
jayleicn/animegan | A PyTorch implementation of Generative Adversarial Networks for anime face drawing | 1,280 |
a312863063/seeprettyface-ganerator-dongman | A Python implementation of a StyleGAN-based anime face generator | 151 |
element-research/rnn | A Lua-based library for building and working with recurrent neural networks | 941 |
rggen/rggen | Automates code generation for control and status registers from human-readable specifications | 334 |
ijkguo/mx-rcnn | An implementation of Faster R-CNN using MXNet for object detection tasks | 671 |
wenxinxu/resnext-in-tensorflow | An implementation of a deep neural network architecture in TensorFlow | 78 |
patterns-ai-core/langchainrb | A Ruby library providing an interface to Large Language Model (LLM) providers for text generation and embedding | 1,438 |