Skip to content
#

bayesian-methods

Here are 261 public repositories matching this topic...

bryorsnef
bryorsnef commented Nov 15, 2021

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.

ben18785
ben18785 commented Jan 28, 2021

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

ThijsvdLaar
ThijsvdLaar commented Apr 20, 2020

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.

  1. The most prominent one is the over-constraining of argument types. Some very specific constraints are needed for the update rules, but in oth

Improve this page

Add a description, image, and links to the bayesian-methods topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more