Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 2.2 KB

README.md

File metadata and controls

43 lines (33 loc) · 2.2 KB

forthebadge

python3

MNIST c-GAN

A conditional Generative Adversarial Network to generate a specific "handwritten"(I know computers do not have hands) digit.

Dataset

The dataset is the famous MNIST - Handwritten Digit Classification dataset that comes built-in the tensorflow.keras.datasets module.

Dataset Analysis

analysis classes

Requirements

  • Numpy 1.18.3
  • Matplotlib 3.2.1
  • Scikit-learn 0.22.2
  • Tensorflow 2.2
  • OpenCV 4.2

Model Architecture

Generator

generator

Discriminator

discriminator

Adversarial

adversarial

Model metrics

metrics

Model Output

output

File Configuration

  • main.ipynb - Jupyter notebook which has the analysis of dataset along with the declaration and training of the model
  • resources/ - Github README resources
  • generator.py - Generates the image with a CLI (Run it you will find out)

Author

Sagnik Sarkar - Github Linkedin