goodfeli/adversarial
Reference implementation of Generative Adversarial Networks (GAN), the seminal 2014 paper by Goodfellow et al., built with Theano and Pylearn2.

Not currently ranked — collecting fresh signals.
star history
This repository contains the original reference code and hyperparameters for the Generative Adversarial Networks paper. It includes YAML config files for training GAN models on various datasets and a script for estimating log-likelihood using Parzen density estimation. The code requires Theano and Pylearn2 dependencies and trains generative models via adversarial training between a generator and discriminator network.
Frequently asked
- What is goodfeli/adversarial?
- Reference implementation of Generative Adversarial Networks (GAN), the seminal 2014 paper by Goodfellow et al., built with Theano and Pylearn2.
- Is adversarial open source?
- Yes — goodfeli/adversarial is open source, released under the BSD-3-Clause license.
- What language is adversarial written in?
- goodfeli/adversarial is primarily written in Python.
- How popular is adversarial?
- goodfeli/adversarial has 4.1k stars on GitHub.
- Where can I find adversarial?
- goodfeli/adversarial is on GitHub at https://github.com/goodfeli/adversarial.