Skip to content

leox1v/GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN

This repository contains different GAN (https://arxiv.org/abs/1406.2661) implementations on different data sets.

Vanilla GAN

The standard GAN implementation with shallow fully connected layers in Generator and Discriminator.

  1. On MNIST data set
  2. On artificial data sampled (2D mixture of gaussians)

Info GAN

  1. On MNIST data set
    • Can be found at ./info_gan
    • It is possible to choose between a simple network with 2 fully connected layers in generator and discriminator or with a more sophisticated approach with additional convolutional layers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published