Git Product home page Git Product logo

gan_cnn's Introduction

GAN_CNN

Implementation of 2 Neural Networks, working adversarial to extend the dataset they are trained on. Here: Anime faces for example. The focus is on the implementation and tackling the problems faced during GAN training.

Description

The above project is an implementation of Generative Adversarial Networks approach as mentioned by sir Ian Goodfellow in his famous paper on GAN, which has also been attached in the repo. The project is a combbination of 2 models both, CNN. One of which is a classifier and the other one is a data generator. For simplicity and saving time, I could train it on a dataset containing Anime faces of different characters, and the model generates new unseen faces of the same. The model architecture is versatile, a couple of tweaks here and there when added can help us to train it on a more practically useful data extension.

Results:

The following GIF shows development over the 25 iterations of GAN model: GIF

Dependencies

  • pytorch - torch.nn is used extensively.
  • Python
  • CUDA
  • OS module

Acknowledgments

gan_cnn's People

Contributors

saketbyte 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.