Adrien Corenflos
Adrien Corenflos
Hi, I have started implementing an Empirical distribution by porting the pyro one. Kind of unsure how to do the log probability, I actually think the implementation in pyro might...
This PR is to implement waste-free SMC (see https://arxiv.org/abs/2011.02328) invented by @hai-dang-dau and @nchopin, see https://github.com/blackjax-devs/blackjax/discussions/87. I decided to pick up this item after the latest learnbayesstats episode release where...
See https://github.com/blackjax-devs/blackjax/discussions/87.
Ideally implement these two different papers - https://arxiv.org/abs/1709.00404 - https://arxiv.org/abs/2104.05134 They both build on this https://rss.onlinelibrary.wiley.com/doi/full/10.1111/rssb.12336 and can be used to compute unbiased estimates of expectations. I don't really think...
Hi, When using soft sorting or ranking with a 0 regularization, for the sake of convenience you should probably fall back to the normal sorting and ranking algorithm. Not sure...
Hi, I am using edward2==0.0.1 in combination with tensorflow_probability==0.9.0 and tensorflow==2.1.0, all installed from pip. I am facing an issue with `ed.TransformedDistribution` that feel like a regression to me. ```python...
One can implement it easily by using compensating sums.
See https://cython.readthedocs.io/en/latest/src/userguide/fusedtypes.html That is if main contributors want to stick to cython altogether.
Hi, This line detaches the gradient for the weights associated with the locations for (I believe) no real reason as it serves the same purpose as the cost matrix in...