Skip to content

Deep Convolutional Generative Adversarial Network implemented in TensorFlow

Notifications You must be signed in to change notification settings

PooneetThaper/GAN-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN-Implementation

Overview

Implementation of a Deep Convolutional Generative Adversarial Network using TensorFlow and Jupyter Notebook as final project for CSC 59929 Intro to Machine Learning at the City College of New York. This was able to effectively learn the distribution of the MNIST dataset and produce images that contain convincing handwritten digits.

Screenshots from training

Before training:

after 180,000 batches:

after 530,000 batches:

after 790,000 batches:

after 1,140,000 batches:

Usage (warning: can take a LLOOOONNNNNGGGGG time)

$ python DCGAN_MNIST.py

Dependencies

  • TensorFlow
  • Numpy
  • MatplotLib
  • Python3

About

Deep Convolutional Generative Adversarial Network implemented in TensorFlow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published