Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imvision12/dcgan-tensorflow

A Tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
https://github.com/imvision12/dcgan-tensorflow

dcgan gan generative-adversarial-network image image-generation tensorflow

Last synced: 22 days ago
JSON representation

A Tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"

Awesome Lists containing this project

README

        

# DCGAN-Tensorflow
A Tensorflow implementation of DCGAN proposed in the paper [Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks](https://arxiv.org/abs/1511.06434).

### Architecture of DCGAN :



## About Model:
1. Used strided convolutions (discriminator) and fractional-strided convolutions (generator)
2. BatchNormalization in both the generator and the discriminator network
3. Used LeakyReLU in both generator and discriminator and Tanh in last layer of generator

# Results :


Original
Generated