Code Monkey home page Code Monkey logo

vanilla-gan's Introduction

Vanilla-GAN

A simple PyTorch implementation of Ian Goodfellow's original Generative Adversarial Network on the MNIST dataset.

Description

Basic code implementation of Goodfellow's original, basic GAN architecture along with the minimax optimization objectives outlined in his 2014 paper introducing GANs.

Minimax Loss Function (modelled on the Binary Cross-entropy Loss)

image The primary intuition here is that the discriminator is trying maximize its probability of correctly classifying a real image as real and fake as fake, while the generator is trying to minimze the probability of the discriminator getting it right (i.e. fooling it).

Results

After 5 epochs

Initial noise sampled from a standard normal distribution Screen Shot 2021-02-07 at 18 45 19

Halfway through training

Around this point, I was a bit concerned that it may be delving into a mode collapse failure, generating almost all digits which resembled '1'. Screen Shot 2021-02-07 at 18 46 43

After about 50 epochs

I had put the number of epochs at 100 but it was taking way too long after a point, I did not notice any major improvement so I decided to stop training. I'm not sure if it converged; I'll try plotting some learning curves to see how the error changes over epochs to get a better idea. Screen Shot 2021-02-07 at 18 42 34

vanilla-gan's People

Contributors

adityashukzy avatar

Stargazers

 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.