https://github.com/mj10/gans
Notebooks for sample implementations of a variety of Generative Adversarial Networks
https://github.com/mj10/gans
deep-learning generative-adversarial-network tensorflow
Last synced: about 2 months ago
JSON representation
Notebooks for sample implementations of a variety of Generative Adversarial Networks
- Host: GitHub
- URL: https://github.com/mj10/gans
- Owner: MJ10
- License: mit
- Created: 2017-09-28T16:41:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T15:54:51.000Z (over 7 years ago)
- Last Synced: 2025-09-18T23:24:01.099Z (10 months ago)
- Topics: deep-learning, generative-adversarial-network, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 3.27 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Generative Adversarial Network
This repository contains notebooks for sample implementations of a variety of Generative Adversarial Networks trained on the [MNIST](https://www.kaggle.com/c/digit-recognizer/data) dataset.
## GANs Implemented
* [Generative Adversarial Network](https://arxiv.org/abs/1406.2661) (PyTorch and Tensorflow)
* [Wasserstein GAN](https://arxiv.org/abs/1701.07875) (Tensorflow)
* [Auxiliary Classifier GAN](https://arxiv.org/abs/1610.09585) (Tensorflow)
* [InfoGAN](https://arxiv.org/abs/1606.03657)