-
Updated
Oct 1, 2020 - Jupyter Notebook
bayesian-methods
Here are 216 public repositories matching this topic...
-
Updated
Oct 22, 2019 - Jupyter Notebook
var_context builder
Summary:
It'd be nice to have a builder pattern for var contexts to make them easy to construct for testing. Something that could be used like this:
MatrixXd m(3, 2);
...
var_context vc
= var_context::builder()
.matrix("a", m)
.real("f", 2.3)
.build();
Current Version:
v2.23.0
-
Updated
Nov 8, 2020 - Jupyter Notebook
-
Updated
Nov 8, 2020 - Jupyter Notebook
The current example on MDN from Edward tutorials needs small modifications to run on edward2. Documentation covering these modifications will be appreciated.
-
Updated
Nov 13, 2019 - R
-
Updated
Nov 2, 2020 - R
-
Updated
Apr 27, 2020 - Python
-
Updated
Aug 6, 2020 - R
-
Updated
Sep 12, 2020 - Julia
-
Updated
Nov 2, 2020 - Python
-
Updated
May 22, 2016 - Jupyter Notebook
-
Updated
Oct 27, 2019 - Jupyter Notebook
-
Updated
May 24, 2020 - Jupyter Notebook
-
Updated
Nov 12, 2018 - Java
-
Updated
Sep 28, 2020 - R
-
Updated
Nov 13, 2017 - Jupyter Notebook
-
Updated
Nov 6, 2020 - C++
-
Updated
Nov 6, 2020 - Python
-
Updated
Oct 29, 2020 - Python
Remove antipatterns
This blogpost from Lyndon White mentions several antipatterns for Julia code: https://white.ucc.asn.au/2020/04/19/Julia-Antipatterns.html (thanks @bauglir for pointing this out). Some of the antipatterns mentioned here are also present in the FL code.
- The most prominent one is the over-constraining of argument types. Some very specific constraints are needed for the update rules, but in oth
-
Updated
Oct 27, 2020 - Python
-
Updated
Sep 30, 2018 - Python
-
Updated
May 6, 2020 - Stan
-
Updated
Jun 1, 2020 - Julia
-
Updated
Nov 21, 2019 - Jupyter Notebook
-
Updated
Jun 25, 2020 - MATLAB
Improve this page
Add a description, image, and links to the bayesian-methods topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bayesian-methods topic, visit your repo's landing page and select "manage topics."
In X-ray crystallography, the most important prior distributions include two special cases of the generalized gamma distribtion. I am very keen to try this parameterization of the variational distritribution in my research project. How hard would it be for the TFP devs to implement this distr