All Projects → yihui-he → Gan Mnist

yihui-he / Gan Mnist

Licence: mit
Generative Adversarial Network for MNIST with tensorflow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gan Mnist

Fashion Mnist
A MNIST-like fashion product database. Benchmark 👇
Stars: ✭ 9,675 (+4912.95%)
Mutual labels:  gan, mnist
Pytorch Generative Model Collections
Collection of generative models in Pytorch version.
Stars: ✭ 2,296 (+1089.64%)
Mutual labels:  gan, mnist
Generative Models
Comparison of Generative Models in Tensorflow
Stars: ✭ 96 (-50.26%)
Mutual labels:  gan, mnist
Apdrawinggan
Code for APDrawingGAN: Generating Artistic Portrait Drawings from Face Photos with Hierarchical GANs (CVPR 2019 Oral)
Stars: ✭ 510 (+164.25%)
Mutual labels:  gan, face
Tensorflow Infogan
🎎 InfoGAN: Interpretable Representation Learning
Stars: ✭ 149 (-22.8%)
Mutual labels:  gan, mnist
Anonymize Video
Replace faces in a video with imaginary persons generated by a progressive GAN deep neural network
Stars: ✭ 15 (-92.23%)
Mutual labels:  gan, face
Tf Exercise Gan
Tensorflow implementation of different GANs and their comparisions
Stars: ✭ 110 (-43.01%)
Mutual labels:  gan, mnist
Face Generator
Generate human faces with neural networks
Stars: ✭ 266 (+37.82%)
Mutual labels:  gan, face
Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (-28.5%)
Mutual labels:  gan, mnist
Tensorflow Mnist Cgan Cdcgan
Tensorflow implementation of conditional Generative Adversarial Networks (cGAN) and conditional Deep Convolutional Adversarial Networks (cDCGAN) for MANIST dataset.
Stars: ✭ 122 (-36.79%)
Mutual labels:  gan, mnist
Rgan
Recurrent (conditional) generative adversarial networks for generating real-valued time series data.
Stars: ✭ 480 (+148.7%)
Mutual labels:  gan, mnist
Tensorflow Mnist Gan Dcgan
Tensorflow implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Netwokrs for MNIST dataset.
Stars: ✭ 163 (-15.54%)
Mutual labels:  gan, mnist
Tensorflow Generative Model Collections
Collection of generative models in Tensorflow
Stars: ✭ 3,785 (+1861.14%)
Mutual labels:  gan, mnist
Relativistic Average Gan Keras
The implementation of Relativistic average GAN with Keras
Stars: ✭ 36 (-81.35%)
Mutual labels:  gan, mnist
Pytorch Mnist Celeba Gan Dcgan
Pytorch implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Networks (DCGAN) for MNIST and CelebA datasets
Stars: ✭ 363 (+88.08%)
Mutual labels:  gan, mnist
Dr Gan By Pytorch
An implement of Disentangled Representation Learning GAN for Pose-Invariant Face Recognition
Stars: ✭ 106 (-45.08%)
Mutual labels:  gan, face
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (+17.62%)
Mutual labels:  gan, mnist
MNIST-invert-color
Invert the color of MNIST images with PyTorch
Stars: ✭ 13 (-93.26%)
Mutual labels:  gan, mnist
Gpnd
Generative Probabilistic Novelty Detection with Adversarial Autoencoders
Stars: ✭ 112 (-41.97%)
Mutual labels:  gan, mnist
Anime Face Gan Keras
A DCGAN to generate anime faces using custom mined dataset
Stars: ✭ 161 (-16.58%)
Mutual labels:  gan, face

Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks

gan alt tag
architecture results

Tensorflow implementation

  • All the codes in this project are mere replication of Theano version

Code

  • Under face/ and mnist/
  • model.py
  • Definition of DCGAN model
  • train.py
  • Training the DCGAN model (and Generating samples time to time)
  • util.py
  • Image related utils

Dataset

references

https://github.com/carpedm20/DCGAN-tensorflow

Citation

If you find the code useful in your research, please consider citing:

@InProceedings{He_2017_ICCV,
author = {He, Yihui and Zhang, Xiangyu and Sun, Jian},
title = {Channel Pruning for Accelerating Very Deep Neural Networks},
booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
month = {Oct},
year = {2017}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].