dcgan
There are 711 repositories under dcgan topic.
phillipi/pix2pix
Image-to-image translation with conditional adversarial nets
carpedm20/DCGAN-tensorflow
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
junyanz/iGAN
Interactive Image Generation via Generative Adversarial Networks
yfeng95/GAN
Resources and Implementations of Generative Adversarial Nets: GAN, DCGAN, WGAN, CGAN, InfoGAN
tjwei/GANotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
jacobgil/keras-dcgan
Keras implementation of Deep Convolutional Generative Adversarial Networks
pathak22/context-encoder
[CVPR 2016] Unsupervised Feature Learning by Image Inpainting using GANs
moemen95/Pytorch-Project-Template
A scalable template for PyTorch projects, with examples in Image Segmentation, Object classification, GANs and Reinforcement Learning.
GoogleCloudPlatform/keras-idiomatic-programmer
Books, Presentations, Workshops, Notebook Labs, and Model Zoo for Software Engineers and Data Scientists wanting to learn the TF.Keras Machine Learning framework
kozistr/Awesome-GANs
Awesome Generative Adversarial Networks with tensorflow
kwotsin/mimicry
[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.
znxlwm/pytorch-MNIST-CelebA-GAN-DCGAN
Pytorch implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Networks (DCGAN) for MNIST and CelebA datasets
khanrc/tf.gans-comparison
Implementations of (theoretical) generative adversarial networks and comparison without cherry-picking
amanchadha/coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
LynnHo/DCGAN-LSGAN-WGAN-GP-DRAGAN-Tensorflow-2
Reimplementation of GANs
pfnet-research/chainer-gan-lib
Chainer implementation of recent GAN variants
Yangyangii/GAN-Tutorial
Simple Implementation of many GAN models with PyTorch.
aleju/cat-generator
Generate cat images with neural networks
pkmital/pycadl
Python package with source code from the course "Creative Applications of Deep Learning w/ TensorFlow"
tensorlayer/DCGAN
The Simplest DCGAN Implementation
omerbsezer/Generative_Models_Tutorial_with_Demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
LeeDoYup/AnoGAN-tf
Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
koba-jon/pytorch_cpp
Deep Learning sample programs using PyTorch in C++
MingtaoGuo/DCGAN_WGAN_WGAN-GP_LSGAN_SNGAN_RSGAN_BEGAN_ACGAN_PGGAN_TensorFlow
Implementation of some different variants of GANs by tensorflow, Train the GAN in Google Cloud Colab, DCGAN, WGAN, WGAN-GP, LSGAN, SNGAN, RSGAN, RaSGAN, BEGAN, ACGAN, PGGAN, pix2pix, BigGAN
w86763777/pytorch-gan-collections
PyTorch implementation of DCGAN, WGAN-GP and SNGAN.
gsurma/image_generator
DCGAN image generator 🖼️.
mafda/generative_adversarial_networks_101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
simoninithomas/CatDCGAN
A DCGAN that generate Cat pictures 🐱💻
gsurma/face_generator
DCGAN face generator 🧑.
zcemycl/Matlab-GAN
MATLAB implementations of Generative Adversarial Networks -- from GAN to Pixel2Pixel, CycleGAN
LynnHo/DCGAN-LSGAN-WGAN-GP-DRAGAN-Pytorch
DCGAN LSGAN WGAN-GP DRAGAN PyTorch
csinva/gan-vae-pretrained-pytorch
Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.
yfeng95/GAN_Theories
Resources and Implementations of Generative Adversarial Nets which are focusing on how to stabilize training process and generate high quality images: DCGAN, WGAN, EBGAN, BEGAN, etc.
saikatbsk/ImageCompletion-DCGAN
Image completion using deep convolutional generative adversarial nets in tensorflow
znxlwm/tensorflow-MNIST-GAN-DCGAN
Tensorflow implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Netwokrs for MNIST dataset.