spinaotey / avo_tf

Adversarial Variational Optimization algorithm implemented in Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adversarial Variational Optimization in Tensorflow

In this repository we will implement and reproduce the first two examples of the Adversarial Variational Optimization of Non-Differentiable Simulators paper from Gilles Louppe and Kyle Cranmer by using tensorflow.

The implementation was heavly inspired by Stefan Webb's repository aiming for the same goal. Some modifications include fixing code bugs, separating the simulator from the tensorflow environment, etc.

Current work is done in replacing the resampling in the simulator by reweighting some nominal initial samples.

About

Adversarial Variational Optimization algorithm implemented in Tensorflow


Languages

Language:Jupyter Notebook 100.0%