Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 391 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 391 Bytes

Keras-GAN_rasha

Implementation of Generative Adversarial Network in Keras in a simplified version keeping the original idea of the paper

Files:

  1. SGAN_rasha.py : Semi-Supervised Generative Adversarial Network

Original Paper: https://arxiv.org/abs/1606.01583

  1. Deep_CNNGAN_rasha.py : Deep Convolutional Generative Adversarial Network

Original Paper: https://arxiv.org/abs/1511.06434