Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anujdutt9/generative-adversarial-networks

Implementation of Ian Goodfellow's paper on "Generative Adversarial Networks (GAN)".
https://github.com/anujdutt9/generative-adversarial-networks

gan generative-adversarial-network ian-goodfellow numpy python-3-5 scipy tensorflow

Last synced: 3 days ago
JSON representation

Implementation of Ian Goodfellow's paper on "Generative Adversarial Networks (GAN)".

Awesome Lists containing this project

README

        

# Generative Adversarial Networks
***This repository contains the code for Generative Adversarial Network for 1-D Input sample using Python 3 and Tensorflow.***

# Requirements
1. **Tensorflow**
2. **Numpy**
3. **Scipy**

# Resources

| S.No. | Papers / Blogs / Authors | Paper Links |
| ------ | --------------------------------------------------------- | ---------------------------------------------------- |
|1. | "Generative Adversarial Networks" by Ian Goodfellow | https://arxiv.org/abs/1406.2661 |
|2. | Eric Jang's Blog on Generative Adversarial Networks | http://blog.evjang.com/2016/06/generative-adversarial-nets-in.html|
|3. | "NIPS 2016 Tutorial: Generative Adversarial Networks" | https://arxiv.org/abs/1701.00160 |