Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blurred-machine/generate-synthetic-images-with-dcgans-in-keras

In this project, I have built a DCGAN based synthetic image generator and a discriminator on the fashion-MNIST dataset. Generated synthetic images using DCGAN and tried to fool the discriminator
https://github.com/blurred-machine/generate-synthetic-images-with-dcgans-in-keras

dcgan-tensorflow deeplearning discriminator gan generator image-processing jupyter-notebook project python

Last synced: 20 days ago
JSON representation

In this project, I have built a DCGAN based synthetic image generator and a discriminator on the fashion-MNIST dataset. Generated synthetic images using DCGAN and tried to fool the discriminator

Awesome Lists containing this project

README

        

# Generate-Synthetic-Images-with-DCGANs-in-Keras
In this project, I have built a DCGAN based synthetic image generator and a discriminator on the fashion-MNIST dataset. Generated synthetic images using DCGAN and tried to fool the discriminator

## Implementation:
- DCGAN based genetated imges over 12 epocs

![mainGIF](https://github.com/blurred-machine/Generate-Synthetic-Images-with-DCGANs-in-Keras/blob/master/dcgan_anim.gif)

- DCGAN implementation understanding digram

![dcgan](https://github.com/blurred-machine/Generate-Synthetic-Images-with-DCGANs-in-Keras/blob/master/dcgan.png)