https://github.com/probcomp/ravi-uai-2022
Code to accompany the paper "Recursive Monte Carlo and Variational Inference with Auxiliary Variables"
https://github.com/probcomp/ravi-uai-2022
Last synced: about 1 month ago
JSON representation
Code to accompany the paper "Recursive Monte Carlo and Variational Inference with Auxiliary Variables"
- Host: GitHub
- URL: https://github.com/probcomp/ravi-uai-2022
- Owner: probcomp
- License: mit
- Created: 2022-06-18T16:02:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T19:46:07.000Z (over 3 years ago)
- Last Synced: 2025-05-08T22:58:05.709Z (11 months ago)
- Language: Julia
- Size: 777 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code to accompany the paper "Recursive Monte Carlo and Variational Inference with Auxiliary Variables" (UAI 2022)
This repository contains the code to accompany the paper "Recursive Monte Carlo and Variational Inference with Auxiliary Variables," published at UAI 2022.
To reproduce the plots from Figure 3, run `ravi-mcvi/main.jl`. To reproduce the Gaussian experiments in Table 3, run `agglomerative-mc/gaussian/gaussian-experiment.jl`. To reproduce the Hospital data experiments in Table 3, run `agglomerative-mc/string/string-experiment.jl`.