-
Updated
Mar 15, 2022 - Jupyter Notebook
bayesian-methods
Here are 261 public repositories matching this topic...
-
Updated
Oct 22, 2019 - Jupyter Notebook
Description:
We need some easy to follow instructions on how to use the core Stan inside a user-written C++ program. See stan-dev/stan#3085 for example.
The instruction can simply guide through the task of compiling one of the models and running MCMC with the services. The biggest challenges are typically all the dependencies that we need to include in the C++
-
Updated
Jan 19, 2021 - Jupyter Notebook
-
Updated
May 11, 2022 - Python
-
Updated
May 15, 2022 - Python
The current example on MDN from Edward tutorials needs small modifications to run on edward2. Documentation covering these modifications will be appreciated.
-
Updated
Apr 11, 2022 - Jupyter Notebook
-
Updated
Apr 29, 2022 - R
-
Updated
Jun 25, 2021 - R
-
Updated
Apr 27, 2022 - Python
Be conservative about the changes necessary to the core of DAPPER.
ATM, this requires pretending variable-length state or obs are fixed-length. This enables using np.ndarrays without hassle, but includes overhead.
- Is "pretending" compatible with all DA methods?
- How should RMSEs be calculated?
-
Updated
Oct 7, 2021 - Julia
-
Updated
Mar 3, 2022 - R
-
Updated
Jan 19, 2022 - Python
Suppose one chain is stuck on one mode; another on another mode. If those two chains may sample independently from each mode, the ESSs will be high when, really, they should be near zero since the samples don't represent anything like independently from the overall distribution. This is why multichain ESS makes sense and we should implement it. I feel like this will give a much better picture of t
-
Updated
Oct 27, 2019 - Jupyter Notebook
-
Updated
May 24, 2020 - Jupyter Notebook
-
Updated
Jul 14, 2021 - Python
-
Updated
May 22, 2016 - Jupyter Notebook
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
Mar 24, 2022 - R
-
Updated
May 14, 2022 - C++
-
Updated
Dec 4, 2020 - Java
-
Updated
Nov 13, 2017 - Jupyter Notebook
-
Updated
Apr 5, 2022 - Jupyter Notebook
-
Updated
Feb 11, 2021 - Julia
-
Updated
Feb 21, 2022 - Stan
-
Updated
Sep 30, 2018 - Python
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."
The currently implemented version of the horseshoe distribution is not the parameterization that most ML papers use. This limits the ease of use of this as, for example, a prior in a tfp.layers.KLDivergenceAddLoss or in tfp.layers.DenseReparameterization. The regularized horseshoe would also be useful as an implemented distribution.
The alternative parameterization is shown here:
https://www.