All Projects → jctestud → char-rnn

jctestud / char-rnn

Licence: other
medium.com/@jctestud/yet-another-text-generation-project-5cfb59b26255

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to char-rnn

paccmann rl
Code pipeline for the PaccMann^RL in iScience: https://www.cell.com/iscience/fulltext/S2589-0042(21)00237-6
Stars: ✭ 22 (+10%)
Mutual labels:  generative-models
DeepDream
Generative deep learning: DeepDream
Stars: ✭ 17 (-15%)
Mutual labels:  generative-models
neural-namer
Fantasy name generator in TensorFlow
Stars: ✭ 65 (+225%)
Mutual labels:  char-rnn
multimodal-vae-public
A PyTorch implementation of "Multimodal Generative Models for Scalable Weakly-Supervised Learning" (https://arxiv.org/abs/1802.05335)
Stars: ✭ 98 (+390%)
Mutual labels:  generative-models
ladder-vae-pytorch
Ladder Variational Autoencoders (LVAE) in PyTorch
Stars: ✭ 59 (+195%)
Mutual labels:  generative-models
Stargan
StarGAN - Official PyTorch Implementation (CVPR 2018)
Stars: ✭ 4,946 (+24630%)
Mutual labels:  generative-models
overlord
Official pytorch implementation of "Scaling-up Disentanglement for Image Translation", ICCV 2021.
Stars: ✭ 35 (+75%)
Mutual labels:  generative-models
Ncrfpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
Stars: ✭ 1,767 (+8735%)
Mutual labels:  char-rnn
private-data-generation
A toolbox for differentially private data generation
Stars: ✭ 80 (+300%)
Mutual labels:  generative-models
name2gender
Extrapolate gender from first names using Naïve-Bayes and PyTorch Char-RNN
Stars: ✭ 24 (+20%)
Mutual labels:  char-rnn
BIGPrior
(TIP 2022) Bayesian Integration of a Generative Prior for Image Restoration
Stars: ✭ 20 (+0%)
Mutual labels:  generative-models
Splice
Official Pytorch Implementation for "Splicing ViT Features for Semantic Appearance Transfer" presenting "Splice" (CVPR 2022)
Stars: ✭ 126 (+530%)
Mutual labels:  generative-models
Zhusuan
A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow
Stars: ✭ 2,093 (+10365%)
Mutual labels:  generative-models
cfg-gan
CFG-GAN: Composite functional gradient learning of generative adversarial models
Stars: ✭ 15 (-25%)
Mutual labels:  generative-models
Text-Generate-RNN
中国古诗生成(文本生成)
Stars: ✭ 106 (+430%)
Mutual labels:  char-rnn
Autoregressive-models
Tensorflow 2.0 implementation of Deep Autoregressive Models
Stars: ✭ 18 (-10%)
Mutual labels:  generative-models
Tensorflow Generative Model Collections
Collection of generative models in Tensorflow
Stars: ✭ 3,785 (+18825%)
Mutual labels:  generative-models
wod-generator
Crossfit WOD generator using recurrent neural networks (LSTM), implemented in Tensorflow
Stars: ✭ 24 (+20%)
Mutual labels:  char-rnn
pytorch-sentiment-analysis
char-rnn implementation for sentiment analysis on twitter data
Stars: ✭ 32 (+60%)
Mutual labels:  char-rnn
Stargan V2
StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
Stars: ✭ 2,700 (+13400%)
Mutual labels:  generative-models

char-rnn Trump-like text generation

Keras 2.x (tensorflow backend) char-rnn trained with the Trump Twitter Archive (http://www.trumptwitterarchive.com/)

Two python notebooks, one for training and one for testing.

You can use the dataset, train a model from scratch, or skip that part and use the provided weights to play with the text generation (have fun!).

Note: The training code is multi-GPU compatible. From my experience, you can significantly reduce training time if the sequences you feed the network are long (120 for example). With 2-GPUs, I got -56% time per epoch.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].