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: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A PyTorch implementation of character-level RNN text generation using Gluon, trained on poetry and music lyrics data. | 143 |
| Generates handwritten characters using an LSTM mixture density network with TensorFlow | 700 |
| A Python wrapper library for training and generating text with RNNs in TensorFlow | 61 |
| An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
| An implementation of neural network components and optimization methods for text analysis, including rationales for neural predictions. | 355 |
| A demonstration project of a recurrent neural network implemented with Theano | 377 |
| A recurrent neural network implementation optimized for speed and parallelizability | 31 |
| Reproduces text-to-image generation with attentional generative adversarial networks. | 1,343 |
| A PyTorch implementation of Generative Adversarial Networks for anime face drawing | 1,282 |
| A Python implementation of a StyleGAN-based anime face generator | 151 |
| A Lua-based library for building and working with recurrent neural networks | 941 |
| Automatically generates source code for control and status registers (CSRs) from human-readable register map specifications. | 341 |
| An implementation of Faster R-CNN using MXNet for object detection tasks | 671 |
| An implementation of a deep neural network architecture in TensorFlow | 78 |
| A Ruby library providing an interface to Large Language Model (LLM) providers for text generation and embedding | 1,487 |