Garima13a / MNIST_GAN
In this notebook, we'll be building a generative adversarial network (GAN) trained on the MNIST dataset. From this, we'll be able to generate new handwritten digits! GANs were first reported on in 2014 from Ian Goodfellow and others in Yoshua Bengio's lab. Since then, GANs have exploded in popularity. Here are a few examples to check out: Pix2β¦
β27Updated 5 years ago
Related projects β
Alternatives and complementary repositories for MNIST_GAN
- Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasetβ¦β204Updated last year
- Various GANs for playing aroundβ35Updated 4 years ago
- Generative Adversarial Networks in TensorFlow 2.0β78Updated last year
- Denoising images with a Deep Convolutional Autoencoder - Implemented in Kerasβ35Updated 5 years ago
- Photo Realistic Single Image Super-Resolution Using a Generative Adversarial Network implemented in Kerasβ27Updated 3 years ago
- β6Updated 4 years ago
- Convolutional Autoencoder with SetNet in PyTorchβ84Updated 2 years ago
- PyTorch implementation of Conditional Deep Convolutional Generative Adversarial Networks (cDCGAN)β67Updated 7 years ago
- Jupyter Notebook on Conditional GANβ13Updated 5 years ago
- Generate high quality images for each class even with an imbalanced dataset. An improved version of Balancing GAN.β35Updated 2 years ago
- Keras implementation of Balancing GAN (BAGAN) applied to the MNIST example.β108Updated 3 years ago
- Frechet Inception Distance for Keras-based GANsβ19Updated 5 years ago
- PyTorch implementation of CycleGANβ77Updated 7 years ago
- All the code files related to the deep learning course from PadhAIβ101Updated 4 years ago
- TensorFlow Tutorial and Examples for Beginners with Latest APIsβ23Updated 5 years ago
- An application of Self-Attention GANs and DCGAN on mnist dataset.β48Updated 4 years ago
- Hands-On Generative Adversarial Networks with Keras, published by Packtβ76Updated last year
- PyTorch Implementation of DCGAN trained on the CelebA dataset.β103Updated 5 years ago
- A clean and lucid implementation of cycleGAN using PyTorchβ120Updated 5 years ago
- π Variants of GANs most easily implemented as TensorFlow2. GAN, DCGAN, LSGAN, WGAN, WGAN-GP, DRAGAN, ETC...β95Updated 4 years ago
- Conditional Deep Convolutional GANβ42Updated 5 years ago
- Actualmed COVID-19 Chest X-ray Dataset Initiativeβ20Updated 4 years ago
- Autoencoders using Kerasβ77Updated 7 years ago
- Keras implementation of the paper "Autoencoding beyond pixels using a learned similarity metric"β54Updated 6 years ago
- Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.β178Updated 3 years ago
- Simple Tensorflow implementation of metrics for GAN evaluation (Inception score, Frechet-Inception distance, Kernel-Inception distance)β219Updated 5 years ago
- GANs in computer vision AI Summer article seriesβ70Updated 4 years ago
- Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs),β¦β329Updated 5 years ago
- TensorFlow implementation of "Text to Photo-realistic Image Synthesis with Stacked Generative Adversarial Networks" by Han Zhang, et al.β34Updated 4 years ago
- Image to Image Translation using Conditional GANs (Pix2Pix) implemented using Tensorflow 2.0β29Updated 4 years ago