Skip to content

Commit e8d7b60

Browse files
ssequeiraferrine
authored andcommitted
Updated links (#2149)
Changed the NUTS and ADVI links to the accepted papers on the JMLR website.
1 parent d60d753 commit e8d7b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Features
1818
- Intuitive model specification syntax, for example, ``x ~ N(0,1)``
1919
translates to ``x = Normal('x',0,1)``
2020
- **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
2222
with thousands of parameters with little specialized knowledge of
2323
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>`__
2525
for fast approximate posterior estimation as well as mini-batch ADVI
2626
for large data sets.
2727
- Relies on `Theano <http://deeplearning.net/software/theano/>`__ which provides:

0 commit comments

Comments
 (0)