Skip to content

Commit bca7cf6

Browse files
authored
Update README.md
1 parent 536e19f commit bca7cf6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
This notebook contains the samplers from the papers ["Stochastic Gradient MCMC with Repulsive Forces"](https://arxiv.org/abs/1812.00071) and "Accelerating Stochastic Gradient Markov Chain Monte Carlo with Momentum and Repulsive Forces" (to appear soon).
44

5-
All the samplers are implemented in [jax](https://github.com/google/jax/). You can open the notebook and then run it in Colab.
5+
All the samplers are implemented in [jax](https://github.com/google/jax/). You can open the notebooks and then run it in Colab.
66

77

88
### SG-MCMC samplers
99

10-
The implemented samplers/optimizers are:
10+
The implemented samplers/optimizers are located in ```Samplers_jax.ipynb```. The implemented ones are:
1111

1212
* SVGD (Stein Variational Gradient Descend)
1313

@@ -24,6 +24,10 @@ The implemented samplers/optimizers are:
2424

2525
All the samplers are vectorized and use ```jit``` for increased performance, with an emphasis on simplicity. The notebook constains a standard Gaussian as the target distribution.
2626

27+
### Gaussian example
28+
29+
See the notebook ```Gaussian_example_jax.ipynb``` for a comparison between SVGD and SGLD+R.
30+
2731

2832
### Citation
2933

0 commit comments

Comments
 (0)