# tensorflow-MNIST-cGAN-cDCGAN **Repository Path**: liuheng0022/tensorflow-MNIST-cGAN-cDCGAN ## Basic Information - **Project Name**: tensorflow-MNIST-cGAN-cDCGAN - **Description**: Tensorflow implementation of conditional Generative Adversarial Networks (cGAN) and conditional Deep Convolutional Adversarial Networks (cDCGAN) for MANIST dataset. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-08-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tensorflow-MNIST-cGAN-cDCGAN Tensorflow implementation of conditional Generative Adversarial Networks (cGAN) [1] and conditional Deep Convolutional Generative Adversarial Networks (cDCGAN) for MANIST [2] dataset. * you can download - MNIST dataset: http://yann.lecun.com/exdb/mnist/ ## Implementation details * cGAN  ## Resutls * Generate using fixed noise (fixed_z_)
cGAN | cDCGAN |
![]() | ![]() |
MNIST | cGAN after 100 epochs | cDCGAN after 30 epochs |
![]() | ![]() | ![]() |
cGAN | cDCGAN |
![]() | ![]() |