sheqi/GAN_Review
A Survey and Taxonomy of the Recent GANs Development,computer vision & time series
This resource provides a comprehensive overview and classification of Generative Adversarial Networks (GANs) tailored for both computer vision and time series applications. It helps researchers, practitioners, and students understand the landscape of GAN models by detailing various architectures and loss functions. The output is a structured understanding of GAN development, enabling informed choices for tasks like image generation, data augmentation, or synthetic time series creation.
443 stars. No commits in the last 6 months.
Use this if you are a researcher or practitioner in machine learning, interested in understanding the current state and taxonomy of GANs for generating realistic images or synthetic time series data.
Not ideal if you are looking for a plug-and-play tool or a software library to directly implement GANs without understanding the underlying research and model variations.
Stars
443
Forks
78
Language
—
License
MIT
Category
Last pushed
Aug 14, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sheqi/GAN_Review"
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