Sagyam / DCGAN

A Deep Convolutional Generative Adversarial Network than can synthesize fashion MNIST data

Home Page:https://colab.research.google.com/drive/1wp5wRPvaQhJbtqm7Pvy5NCWB5yckdG2y?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Convolutional Generative Adversarial Networks (DCGANS)

This Network generate images of clothing item using a Deep Convolutional Generative Adversarial Network (DCGAN). The code is written using the Keras Sequential API

This project is based on a guided project offered on Coursera.

Click here to view the interactive notebook.

What are GANs?

Generative Adversarial Networks (GANs) are one of the most interesting ideas in computer science today. Two models are trained simultaneously by an adversarial process. A generator ("the artist") learns to create images that look real, while a discriminator ("the art critic") learns to tell real images apart from fakes.

During training, the generator progressively becomes better at creating images that look real, while the discriminator becomes better at telling them apart. The process reaches equilibrium when the discriminator can no longer distinguish real images from fakes.

Architecture of DCGAN

Some generated images after traning for 5 epochs

About

A Deep Convolutional Generative Adversarial Network than can synthesize fashion MNIST data

https://colab.research.google.com/drive/1wp5wRPvaQhJbtqm7Pvy5NCWB5yckdG2y?usp=sharing

License:MIT License


Languages

Language:Jupyter Notebook 100.0%