Generative Adversarial Networks implemented in PyTorch and Tensorflow
-
Updated
Dec 8, 2022 - Jupyter Notebook
Generative Adversarial Networks implemented in PyTorch and Tensorflow
This repository contains code and bonus content which will be added from time to time for the books "Learning Generative Adversarial Network- GAN" and "R Data Analysis Cookbook - 2nd Edition" by Packt
Implementation of generative models
In this script, we use Deep Convolutional Generative Adversarial Networks (DCGANs) to generate new images that resemble CIFAR10 dataset images.
Use conditional-dcgans to generate realistic images of digits
Implementation of Capsule Network architecture in GANs using MNIST dataset
Nike Shoes Generation with Deep Convolutional Generative Adversarial Networks
A Deep Convolutional Generative Adversarial Network (DCGAN) is an extension of the standard GAN architecture that uses deep convolutional networks for both the generator and discriminator models.
As the crime rates have increased due to fake images and videos, it has become the need of the hour today to build technologies that could identify these threats and protect us from any potential scams. This project aims to implement a DCGAN (Deep Convolutional Generative Adversarial Network) to generate "fake" images based on an existing datase…
Generated never before seen faces from a dataset of Celebrity Faces
Generating faces using DCGANs
A keras implementation of DCGAN to generate Pokèmon sprites.
This repo implements DCGAN model and trains it on MNIST and Celeb Faces dataset
Build a Deep Convolutional Generative Adversarial Networks (DCGANs) to generate new images of faces.
This project is about implementing GANs on a celebrity face dataset in Kaggle and using DCGANs to generate realistic faces
Gradually building generative adversarial networks
Add a description, image, and links to the dcgans topic page so that developers can more easily learn about it.
To associate your repository with the dcgans topic, visit your repo's landing page and select "manage topics."