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生成古诗和周杰伦的歌词
143 stars
7 watching
41 forks
Language: Jupyter Notebook
last commit: about 7 years ago
Linked from 1 awesome list
pytorchrnn
Related projects:
Repository | Description | Stars |
---|---|---|
| A Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework. | 58 |
| A PyTorch-based character-level neural network trained on Chinese poetry to generate poetic phrases | 239 |
| A PyTorch implementation of Generative Adversarial Networks for anime face drawing | 1,282 |
| A PyTorch implementation of a sketch-based RNN model for generating drawings. | 184 |
| An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
| An implementation of the GPT-2 language model in PyTorch for generating text | 976 |
| An implementation of convolutional neural networks for text classification using PyTorch | 66 |
| An implementation of Faster R-CNN using PyTorch | 1,722 |
| An implementation of an audio generation model using PyTorch | 290 |
| Generates randomLorem Ipsum text based on user input and copies it to the clipboard | 12 |
| A Python wrapper library for training and generating text with RNNs in TensorFlow | 61 |
| Trains a large-scale PyTorch language model on the 1-Billion Word dataset | 123 |
| A collection of scripts demonstrating PyTorch's capabilities in natural language processing and machine learning tasks | 197 |
| An implementation of Faster R-CNN detection framework in PyTorch | 1,816 |
| Implementations of Dilated Recurrent Neural Networks in PyTorch | 211 |