Skip to content

Commit aa39418

Browse files
committed
edward2
1 parent 8b8e06e commit aa39418

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,22 @@ https://dynesty.readthedocs.io/)
126126
---
127127

128128

129+
## Edward2
130+
131+
> Edward2 is a probabilistic programming language in TensorFlow and Python. It
132+
extends the TensorFlow ecosystem so that one can declare models as probabilistic
133+
programs and manipulate a model's computation for flexible training, latent
134+
variable inference, and predictions.
135+
136+
* Original project: [Edward](http://edwardlib.org/) ([Tran et al.
137+
(2016)](https://arxiv.org/abs/1610.09787))
138+
139+
<img src="./img/github.png" width="20" height="20"> [Repo](
140+
https://github.com/tensorflow/probability/tree/master/tensorflow_probability/python/edward2)
141+
142+
---
143+
144+
129145
## ELFI
130146

131147
> ELFI is a statistical software package written in Python for likelihood-free

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
3939
<li><a href="#cosmoabc">CosmoABC</a></li>
4040
<li><a href="#cpnest">CPNest</a></li>
4141
<li><a href="#dynesty">dynesty</a></li>
42+
<li><a href="#edward2">Edward2</a></li>
4243
<li><a href="#elfi">ELFI</a></li>
4344
<li><a href="#emcee">emcee</a></li>
4445
<li><a href="#hmc">hmc</a></li>

assets/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ section {
2020

2121
ul.downloads {
2222
list-style:none;
23-
height:450px; /* This line makes the green container larger */
23+
height:475px; /* This line makes the green container larger */
2424
background: #f4f4f4;
2525
border-radius:10px;
2626
width:295px; /* This line makes the green container wider */

0 commit comments

Comments
 (0)