MCPcopy Index your code
hub / github.com/goodfeli/adversarial

github.com/goodfeli/adversarial @main sqlite

repository ↗ · DeepWiki ↗
208 symbols 523 edges 17 files 66 documented · 32%
README

Generative Adversarial Networks

This repository contains the code and hyperparameters for the paper:

"Generative Adversarial Networks." Ian J. Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, Yoshua Bengio. ArXiv 2014.

Please cite this paper if you use the code in this repository as part of a published research project.

We are an academic lab, not a software company, and have no personnel devoted to documenting and maintaing this research code. Therefore this code is offered with absolutely no support. Exact reproduction of the numbers in the paper depends on exact reproduction of many factors, including the version of all software dependencies and the choice of underlying hardware (GPU model, etc). We used NVIDA Ge-Force GTX-580 graphics cards; other hardware will use different tree structures for summation and incur different rounding error. If you do not reproduce our setup exactly you should expect to need to re-tune your hyperparameters slight for your new setup.

Moreover, we have not integrated any unit tests for this code into Theano or Pylearn2 so subsequent changes to those libraries may break the code in this repository. If you encounter problems with this code, you should make sure that you are using the development branch of Pylearn2 and Theano, and use "git checkout" to go to a commit from approximately June 9, 2014.

This code itself requires no installation besides making sure that the "adversarial" directory is in a directory in your PYTHONPATH. If installed correctly, 'python -c "import adversarial"' will work. You must also install Pylearn2 and Pylearn2's dependencies (Theano, numpy, etc.)

parzen_ll.py is the script used to estimate the log likelihood of the model using the Parzen density technique.

Call pylearn2/scripts/train.py on the various yaml files in this repository to train the model for each dataset reported in the paper. The names of *.yaml are fairly self-explanatory.

Core symbols most depended-on inside this repo

get_params
called by 25
deconv.py
get_params
called by 19
__init__.py
cost
called by 14
__init__.py
sample
called by 13
__init__.py
get_input_space
called by 12
__init__.py
fprop
called by 12
__init__.py
get_output_space
called by 11
__init__.py
sample_and_noise
called by 5
__init__.py

Shape

Method 147
Class 38
Function 16
Route 7

Languages

Python100%

Modules by API surface

__init__.py105 symbols
sgd_alt.py38 symbols
sgd.py37 symbols
deconv.py20 symbols
parzen_ll.py7 symbols
show_samples_inpaint.py1 symbols

For agents

$ claude mcp add adversarial \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact