Giter Site home page Giter Site logo

gan-yhat's Introduction

gan-yhat

GAN implementations with PyTorch

The followings are a list of GAN implemented here.

  1. Vanilla GAN
    • Vanilla GAN for MNIST
    • Vanilla GAN for Fashion MNIST
  2. Conditional GAN for MNIST
  3. DCGAN for Fashion MNIST
  4. Improved GAN
    • Feature Maching
  5. AnoGAN

Vanilla GAN

MNIST

It shows a little bit of mode collapse; a commonly encountered failure case for GANs where the generator produces samples with extremely low variety. In this case, the generator produces 1 with extremely high probability.

MNIST

Conditional GAN

Conditional GAN reduces mode collapse issue by giving the model additional information.

Conditional GAN

DCGAN

DCGAN makes use of convolutions and transposed convolutions.

Conditional GAN

Conditional GAN

Conditional GAN

RNN GAN

Sin

It uses feature mapping and LSTM.

Sin

Improved GAN

Feature Matching

Conditional GAN

Conditional GAN

AnoGAN

Anomaly Detection with GAN

images generated by GAN Generator

The following images are generated by the GAN Generator. It is the same model as the DCGAN model.

Normal1

Anomaly Detection for Normal Data

The following images are normal images.

It is good if red dots are less shown.

Normal1

Normal1

Normal1

Normal1

Normal1

Normal1

Normal1

Anomaly Detection for Abnormal Data

Abnormal1

Abnormal1

Abnormal1

Abnormal1

Abnormal1

Abnormal1

Abnormal1

Abnormal1

gan-yhat's People

Contributors

andersonjo avatar

Watchers

 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.