All Projects → diegoalejogm → Gans

diegoalejogm / Gans

Licence: mit
Generative Adversarial Networks implemented in PyTorch and Tensorflow

Projects that are alternatives of or similar to Gans

Hands On Deep Learning Algorithms With Python
Master Deep Learning Algorithms with Extensive Math by Implementing them using TensorFlow
Stars: ✭ 272 (-61.9%)
Mutual labels:  jupyter-notebook, gans, cyclegan
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 (-61.34%)
Mutual labels:  jupyter-notebook, gans, cyclegan
Aulas
Aulas da Escola de Inteligência Artificial de São Paulo
Stars: ✭ 166 (-76.75%)
Mutual labels:  jupyter-notebook, gans
Book deeplearning in pytorch source
Stars: ✭ 236 (-66.95%)
Mutual labels:  jupyter-notebook, gans
pytorch-gans
PyTorch implementation of GANs (Generative Adversarial Networks). DCGAN, Pix2Pix, CycleGAN, SRGAN
Stars: ✭ 21 (-97.06%)
Mutual labels:  gans, cyclegan
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 (-80.67%)
Mutual labels:  jupyter-notebook, gans
Starnet
StarNet
Stars: ✭ 141 (-80.25%)
Mutual labels:  jupyter-notebook, gans
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (-75.77%)
Mutual labels:  jupyter-notebook, gans
Faceswap Gan
A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
Stars: ✭ 3,099 (+334.03%)
Mutual labels:  jupyter-notebook, gans
Pix2depth
DEPRECATED: Depth Map Estimation from Monocular Images
Stars: ✭ 293 (-58.96%)
Mutual labels:  gans, cyclegan
Shapematchinggan
[ICCV 2019, Oral] Controllable Artistic Text Style Transfer via Shape-Matching GAN
Stars: ✭ 315 (-55.88%)
Mutual labels:  jupyter-notebook, gans
Ganotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
Stars: ✭ 1,446 (+102.52%)
Mutual labels:  jupyter-notebook, cyclegan
Image Outpainting
🏖 Keras Implementation of Painting outside the box
Stars: ✭ 1,106 (+54.9%)
Mutual labels:  jupyter-notebook, gans
Repo 2018
Deep Learning Summer School + Tensorflow + OpenCV cascade training + YOLO + COCO + CycleGAN + AWS EC2 Setup + AWS IoT Project + AWS SageMaker + AWS API Gateway + Raspberry Pi3 Ubuntu Core
Stars: ✭ 163 (-77.17%)
Mutual labels:  jupyter-notebook, cyclegan
Asrgen
Attacking Speaker Recognition with Deep Generative Models
Stars: ✭ 31 (-95.66%)
Mutual labels:  jupyter-notebook, gans
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+4.76%)
Mutual labels:  jupyter-notebook, gans
Cyclegan
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Stars: ✭ 10,933 (+1431.23%)
Mutual labels:  gans, cyclegan
Pytorch Cyclegan And Pix2pix
Image-to-Image Translation in PyTorch
Stars: ✭ 16,477 (+2207.7%)
Mutual labels:  gans, cyclegan
Sdv
Synthetic Data Generation for tabular, relational and time series data.
Stars: ✭ 360 (-49.58%)
Mutual labels:  jupyter-notebook, gans
Attentiongan
AttentionGAN for Unpaired Image-to-Image Translation & Multi-Domain Image-to-Image Translation
Stars: ✭ 341 (-52.24%)
Mutual labels:  gans, cyclegan

gans: Generative Adversarial Networks

Multiple Generative Adversarial Networks (GANs) implemented in PyTorch and Tensorflow.

Check out this blog post for an introduction to Generative Networks.

Vanilla GANs

Vanilla GANs found in this project were developed based on the original paper Generative Adversarial Networks by Goodfellow et al.

These are trained on the MNIST dataset, and learn to create hand-written digit images using a 1-Dimensional vector representation for 2D input images.

MNIST-like generated images before & after training.

DCGANs

Deep Convolutional Generative Adversarial Networks (DCGANs) in this repository were developed based on the original paper Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks by Radford et al.

These are trained on the CIFAR10 and the MNIST datasets. They use 3 dimensional representations for images (length x height x colors) directly for training.

CIFAR-like generated images before & after training.

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