sunsern / Jupyter-GAN

Building different Generative Adversarial Networks (GANs) for different tasks using Keras and Jupyter Notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building different GANs in Jupyter Notebook

This repository contains different kind of Generative Adversarial Networks (GANs) implementations using Keras in Jupyter Notebook

Regular GAN

Just the regular GAN as introduced by Goodfellow at. al..

GAN with label information

An extension in which class label information is taken into account. In contrast to the conventional GAN, this allows to decide which class to generated. These GANs were introduce by Salimans et al..

MNIST training evolution (ones)

CIFAR-10 training evolution (automobile)

About

Building different Generative Adversarial Networks (GANs) for different tasks using Keras and Jupyter Notebook


Languages

Language:Jupyter Notebook 100.0%