tokestermw/text-gan-tensorflow
TensorFlow GAN implementation using Gumbel Softmax
This is a tool for developers who are building systems that generate new text. You would input existing text data, and it would help you create a model to output new, similar-style text. This is useful for machine learning engineers or researchers working on natural language generation tasks.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher specifically looking to experiment with Generative Adversarial Networks (GANs) and Gumbel Softmax for text generation within a TensorFlow environment.
Not ideal if you are looking for an off-the-shelf text generation application or if you are not familiar with machine learning model development.
Stars
94
Forks
35
Language
Python
License
MIT
Category
Last pushed
Apr 11, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/tokestermw/text-gan-tensorflow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/pytorch-pretrained-BigGAN
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
torchgan/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch