All Projects → tjwei → Ganotebooks

tjwei / Ganotebooks

Licence: mit
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Ganotebooks

Generative-Model
Repository for implementation of generative models with Tensorflow 1.x
Stars: ✭ 66 (-95.44%)
Mutual labels:  infogan, dcgan, wgan, cyclegan, wgan-gp
Pytorch Generative Model Collections
Collection of generative models in Pytorch version.
Stars: ✭ 2,296 (+58.78%)
Mutual labels:  wgan, wgan-gp, infogan, dragan
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (-84.3%)
Mutual labels:  jupyter-notebook, dcgan, wgan, wgan-gp
Deeplearningmugenknock
でぃーぷらーにんぐを無限にやってディープラーニングでDeepLearningするための実装CheatSheet
Stars: ✭ 684 (-52.7%)
Mutual labels:  jupyter-notebook, dcgan, wgan, wgan-gp
Tensorflow Generative Model Collections
Collection of generative models in Tensorflow
Stars: ✭ 3,785 (+161.76%)
Mutual labels:  wgan, wgan-gp, infogan, dragan
Awesome Gans
Awesome Generative Adversarial Networks with tensorflow
Stars: ✭ 585 (-59.54%)
Mutual labels:  dcgan, wgan, wgan-gp
Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (-90.46%)
Mutual labels:  jupyter-notebook, dcgan, wgan
Tf.gans Comparison
Implementations of (theoretical) generative adversarial networks and comparison without cherry-picking
Stars: ✭ 477 (-67.01%)
Mutual labels:  dcgan, wgan, wgan-gp
pytorch-gans
PyTorch implementation of GANs (Generative Adversarial Networks). DCGAN, Pix2Pix, CycleGAN, SRGAN
Stars: ✭ 21 (-98.55%)
Mutual labels:  dcgan, pix2pix, cyclegan
Fun-with-MNIST
Playing with MNIST. Machine Learning. Generative Models.
Stars: ✭ 23 (-98.41%)
Mutual labels:  infogan, wgan, wgan-gp
coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (-80.84%)
Mutual labels:  dcgan, pix2pix, wgan
Psgan
Periodic Spatial Generative Adversarial Networks
Stars: ✭ 108 (-92.53%)
Mutual labels:  jupyter-notebook, dcgan, lasagne
GANs-Keras
GANs Implementations in Keras
Stars: ✭ 24 (-98.34%)
Mutual labels:  infogan, dcgan, wgan
Improved-Wasserstein-GAN-application-on-MRI-images
Improved Wasserstein GAN (WGAN-GP) application on medical (MRI) images
Stars: ✭ 23 (-98.41%)
Mutual labels:  lasagne, wgan, wgan-gp
Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (-80.91%)
Mutual labels:  jupyter-notebook, dcgan, cyclegan
Dcgan wgan wgan Gp lsgan sngan rsgan began acgan pggan tensorflow
Implementation of some different variants of GANs by tensorflow, Train the GAN in Google Cloud Colab, DCGAN, WGAN, WGAN-GP, LSGAN, SNGAN, RSGAN, RaSGAN, BEGAN, ACGAN, PGGAN, pix2pix, BigGAN
Stars: ✭ 166 (-88.52%)
Mutual labels:  dcgan, wgan, wgan-gp
Pytorch-Basic-GANs
Simple Pytorch implementations of most used Generative Adversarial Network (GAN) varieties.
Stars: ✭ 101 (-93.02%)
Mutual labels:  dcgan, wgan, wgan-gp
Dcgan Lsgan Wgan Gp Dragan Tensorflow 2
DCGAN LSGAN WGAN-GP DRAGAN Tensorflow 2
Stars: ✭ 373 (-74.2%)
Mutual labels:  dcgan, wgan, wgan-gp
Matlab Gan
MATLAB implementations of Generative Adversarial Networks -- from GAN to Pixel2Pixel, CycleGAN
Stars: ✭ 63 (-95.64%)
Mutual labels:  dcgan, pix2pix, cyclegan
Von
[NeurIPS 2018] Visual Object Networks: Image Generation with Disentangled 3D Representation.
Stars: ✭ 497 (-65.63%)
Mutual labels:  pix2pix, cyclegan

Generative Adversarial Notebooks

Collection of my Generative Adversarial Network implementations

Most codes are for python3, most notebooks works on

CycleGAN

  • CycleGAN-lasagne
  • CycleGAN-keras

CycleGAN results

Result after 3 hours and 58 epochs on a GTX 1080. From top to bottom: Input, Fake, Recreate of the input.

Face-off result. From top to bottom: Input, Fake, Recreate of the input. [youtube video](https://www.youtube.com/watch?v=Fea4kZq0oFQ)

pix2pix

  • pix2pix-keras: pix2pix GAN Keras implementation
  • pix2pix-lasagne: pix2pix GAN Lasagne implementation
  • pix2pix-torch: pix2pix GAN pytorch implementation

pix2pix sample results

Validation result of edges-to-shoes after 12 epochs. From top to bottom: Input, Ground truth, the result.

Validation result of facades dataset after 150 epochs using resnet. From top to bottom: Input, Ground truth, the result.

WGAN on CIFAR10

WGAN2 (improved WGAN/WGAN-gp)

  • wgan2-lasagne: improved WGAN Lasagne implementation (on CIFAR10)
  • wgan2-keras: improved WGAN Keras implementation (on CIFAR10)
  • wgan2-lasagne-anime: WGAN on anime face images, lasagne
  • wgan2-AC-lasagne: improved WGAN Lasagne implementation with Auxillary classfier

WGAN2 sample results

  • cifar10 dataset

  • cifar10 dataset with Auxillary classfier

  • anime face dataset

InfoGAN

  • mnist-infogan: InfoGAN Lasagne on MNIST dataset
  • mnist-infogan-paper-uniform: InfoGAN Lasagne on MNIST dataset (fllowing the paper implementation)

InfoGAN sample results

DCGAN

  • dcgan-lasagne: DCGAN in Lasagne

DCGAN sample results

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].