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β¦β203Updated last year
- β81Updated 10 months ago
- Generative Adversarial Networks in TensorFlow 2.0β77Updated last year
- Denoising images with a Deep Convolutional Autoencoder - Implemented in Kerasβ35Updated 5 years ago
- Various GANs for playing aroundβ35Updated 4 years ago
- π Variants of GANs most easily implemented as TensorFlow2. GAN, DCGAN, LSGAN, WGAN, WGAN-GP, DRAGAN, ETC...β95Updated 4 years ago
- PyTorch implementation of CycleGANβ77Updated 7 years ago
- Image to Image Translation using Conditional GANs (Pix2Pix) implemented using Tensorflow 2.0β29Updated 4 years ago
- EC-GAN: Low-Sample Classification using Semi-Supervised Algorithms and GANs (AAAI 2021)β40Updated 3 years ago
- TensorFlow 2.0 implementation of Improved Training of Wasserstein GANsβ26Updated 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
- Generating Medical Images using GANsβ33Updated 5 years ago
- Jupyter Notebook on Conditional GANβ13Updated 5 years ago
- Frechet Inception Distance for Keras-based GANsβ19Updated 5 years ago
- Demonstrates knowledge distillation for image-based models in Keras.β52Updated 3 years ago
- A Pytorch Implementation of a denoising autoencoder.β43Updated 5 years ago
- Summary & Implementation of Deep Learning research paper in Tensorflow/Pytorch.β39Updated 4 years ago
- Repository containing code for the blog post titled "How To Easily Classify Food Using Deep Learning and Tensorflow"β63Updated 5 years ago
- GANs in computer vision AI Summer article seriesβ69Updated 4 years ago
- CoroNet is a Covid-19 detection and diagnosis tool. It scans chest x-rays and clasifies it into normal, pneumonia or covid classesβ18Updated 4 years ago
- Generating randomized brain MRI images from random noise using a GAN. Additionally translating from one image domain to another with a coβ¦β57Updated 5 years ago
- Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs),β¦β327Updated 5 years ago
- Image classification on lung and colon cancer histopathological images through Capsule Networks or CapsNets.β11Updated 3 years ago
- Photo Realistic Single Image Super-Resolution Using a Generative Adversarial Network implemented in Kerasβ27Updated 3 years ago
- Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.β178Updated 3 years ago
- Hands-On Generative Adversarial Networks with Keras, published by Packtβ76Updated last year
- Keras implementation of Balancing GAN (BAGAN) applied to the MNIST example.β107Updated 3 years ago
- A GAN approach in keras on the mnist dataset using only MLP'sβ16Updated 7 years ago