Skip to content

Code for "Exponential Family Estimation via Adversarial Dynamics Embedding" (NeurIPS 2019)

Notifications You must be signed in to change notification settings

lzzcd001/ade-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for ADE

The code is organized into two parts. The first part is for synthetic experiments, while the second one is for experiments on Cifar10. See below for more information

Synthetic Experiments:

demodemo

install

First use pip install to install the package, as well as the corresponding dependencies, including sonnet, tensorflow, etc.

pip install -e .

Multivariate gaussian

Here is a simple example to use ADE for recovering parameters from a multivariate gaussian distribution.

cd ade/experiments/mvn_unimodal
./run_ade.sh

Toy datasets

We here show a script for moons dataset. You can modify it for other datasets with different parameters.

cd ade/experiments/toy_family
./run_moons.sh

Experiments on Cifar10:

Please see ade_cifar folder for more information.

About

Code for "Exponential Family Estimation via Adversarial Dynamics Embedding" (NeurIPS 2019)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published