File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ section {
2020
2121ul .downloads {
2222 list-style :none ;
23- height :450 px ; /* This line makes the green container larger */
23+ height :475 px ; /* This line makes the green container larger */
2424 background : #f4f4f4 ;
2525 border-radius :10px ;
2626 width :295px ; /* This line makes the green container wider */
You can’t perform that action at this time.
0 commit comments