Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anyantudre/generative-adversarial-networks-gans

A very basic and simple example of how to use GANs to generate fake handwritten numbers.
https://github.com/anyantudre/generative-adversarial-networks-gans

cnn-pytorch deep-learning gan gans generative-adversarial-network pytorch

Last synced: 1 day ago
JSON representation

A very basic and simple example of how to use GANs to generate fake handwritten numbers.

Awesome Lists containing this project

README

        

# Generative-Adversarial-Networks-GANs

This is a simple implementation of **Deep Convolutional Generative Adversarial Network using PyTorch** to generate handwritten digits with a generator that learns to generate images that look real and a discriminator that learns to tell real images apart from fakes from the famous MNIST dataset.

![GAN](https://github.com/ANYANTUDRE/Generative-Adversarial-Networks-GANs/blob/main/img/GANs.png?raw=true)