Skip to content

wouterkool/estimating-gradients-without-replacement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Estimating Gradients for Discrete Random Variables by Sampling without Replacement

This repository contains implementations of the Unordered set estimator as derived in our paper Estimating Gradients for Discrete Random Variables by Sampling without Replacement.

Paper

For more details, please see our paper Estimating Gradients for Discrete Random Variables by Sampling without Replacement which has been accepted at ICLR 2020. If this code is useful for your work, please cite our paper:

@inproceedings{
    Kool2020Estimating,
    title={Estimating Gradients for Discrete Random Variables by Sampling without Replacement},
    author={Wouter Kool and Herke van Hoof and Max Welling},
    booktitle={International Conference on Learning Representations},
    year={2020},
    url={https://openreview.net/forum?id=rklEj2EFvB}
}

Stochastic Beam Search

For sampling without replacement from a fully factorized distribution for the VAE experiment, this code contains an implementation of Stochastic Beam Search in TensorFlow in vae/lib/beam_search.py.

About

Estimating Gradients for Discrete Random Variables by Sampling without Replacement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published