instillai/Generative-Adversarial-Networks-Roadmap
The Roadmap to Learn Generative Adversarial Networks (GANs)
This project helps machine learning developers and researchers quickly find relevant resources related to Generative Adversarial Networks (GANs). It takes a broad and categorized field of GAN research and outputs an organized list of academic papers and associated code implementations. Anyone looking to understand, implement, or explore GANs would find this beneficial.
394 stars. No commits in the last 6 months.
Use this if you are a developer or researcher entering or specializing in Generative Adversarial Networks and need a curated collection of foundational and advanced resources.
Not ideal if you are looking for a simple, non-technical explanation of what GANs are or an off-the-shelf software solution.
Stars
394
Forks
52
Language
Python
License
MIT
Category
Last pushed
Oct 24, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/instillai/Generative-Adversarial-Networks-Roadmap"
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