Code Monkey home page Code Monkey logo

mnistgans's Introduction

GANs implementation using MNIST data

This repo is a collection of the implementations of many GANs. In order to make the codes easy to read and follow, I minimize the code and run on the same MNIST dataset.

What does the MNIST data look like?

Toy implementations are organized as following:

1. Base Method

2. Loss or Structure Modifications

3. Can be Conditional

4. Image to Image Transformation

Installation

$ git clone https://github.com/MorvanZhou/mnistGANs
$ cd mnistGANs/
$ pip3 install -r requirements.txt

DCGAN

Generative Adversarial Nets

Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks

code - gif result

LSGAN

Least Squares Generative Adversarial Networks

code - gif result

WGAN

Wasserstein GAN

code - gif result

WGANpg

Improved Training of Wasserstein GANs

code - gif result

WGANdiv

Wasserstein Divergence for GANs

code - gif result

SAGAN

Self-Attention Generative Adversarial Networks

code - gif result

PGGAN

PROGRESSIVE GROWING OF GANS FOR IMPROVED QUALITY, STABILITY, AND VARIATION

code - gif result

CGAN

Conditional Generative Adversarial Nets

code - gif result

ACGAN

Conditional Image Synthesis with Auxiliary Classifier GANs

code - gif result

InfoGAN

InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets

code - gif result

CCGAN

Semi-Supervised Learning with Context-Conditional Generative Adversarial Networks

code - gif result

CycleGAN

Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks

code - gif result

Pix2Pix

Image-to-Image Translation with Conditional Adversarial Networks

code - gif result

SRGAN

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network

code - gif result

StyleGAN

A Style-Based Generator Architecture for Generative Adversarial Networks

code - gif result

mnistgans's People

Contributors

morvanzhou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.