Skip to content

mhattingpete/GenerativeAdversarialNetworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

GenerativeAdversarialNetworks

This notebook includes a variety of Generative Adversarial Networks (GAN's).

Image GAN models

So far the models included is:

All models are only implemented for MNIST because of the lack of computing ressources but could easily be extented to another dataset like CIFAR10 (might come later).

Text GAN models

The included models is:

  • LSTM-GAN
  • SA-LSTM-GAN Self-attention applied to LSTM-GAN
  • RelGAN
  • Mem-GAN A learned Memory interation with the LSTM-GAN

About

A variety of Generative Adversarial Networks (GAN's)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published