Code to reproduce the results in Semi-Implicit Variational Inference.
The data for SIVI_1d.py, SIVI_2d.py, SIVI_NB.py are self-generated in the python script.
The "waveform" data for SIVI_LR.py is in the data folder.
The MNIST data for SIVAE.py is self-contained.
Or of course, just try SIVI with your own datasets and probabilistic models.
Below are the paper to cite if you find the algorithms in this repository useful in your own research:
@inproceedings{yin2018semi,
title={Semi-Implicit Variational Inference},
author={Yin, Mingzhang and Zhou, Mingyuan},
booktitle={International Conference on Machine Learning},
pages={5646--5655},
year={2018}
}
This code is offered under the MIT License.