File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ Features
18
18
- Intuitive model specification syntax, for example, ``x ~ N(0,1) ``
19
19
translates to ``x = Normal('x',0,1) ``
20
20
- **Powerful sampling algorithms **, such as the `No U-Turn
21
- Sampler <http://arxiv. org/abs/1111.4246 > `__, allow complex models
21
+ Sampler <http://www.jmlr. org/papers/v15/hoffman14a.html > `__, allow complex models
22
22
with thousands of parameters with little specialized knowledge of
23
23
fitting algorithms.
24
- - **Variational inference **: `ADVI <http://arxiv. org/abs/1506.03431 >`__
24
+ - **Variational inference **: `ADVI <http://www.jmlr. org/papers/v18/16-107.html >`__
25
25
for fast approximate posterior estimation as well as mini-batch ADVI
26
26
for large data sets.
27
27
- Relies on `Theano <http://deeplearning.net/software/theano/ >`__ which provides:
You can’t perform that action at this time.
0 commit comments