-
Hi Junior,
I followed your instructions for Xiaofeng but I did not have success. The instructions are reproduced following:
**create an objective function for posterior simulation**
[objective,l…
-
Hi there,
many samplers are based on Gaussian distributions, that need to be sampled from and whose log-pdf needs to be evaluated. If the Gaussian's covariance is not diagonal, this requires some comp…
-
I have a probability density function `p(x)`, where `x::Vector{Float64}`, and would like to draw samples from it. How would I do that?
-
>>> import edward
Traceback (most recent call last):
File "", line 1, in
File "D:\winpy3\python-3.5.3.amd64\lib\site-packages\edward\__init__.py", line 6, in
from edward import inference…
-
Hi Folks,
I was really interested in some of the ideas that were mentioned on the ideas page. In particular, these seemed interesting:
- ODE solvers
- Implement Riemannian Manifold HMC
- Ext…
-
I have a question re the implementation of the transform method for LDA class. Does using an LDA object and calling `transform` only run the fitted model on the new data or does it fit it again before…
-
En la introducción, en el último párrafo dice “…we present our new method to estimate the halo concentration, paying special attention to the Bayesian framework to find the most probable value and its…
ghost updated
7 years ago
-
compare with gibbs/ Metropolis hastings
SGD as sampling method
Q: how is SGD better than existing methods? find mode at same time as sampling?
-
MFVI is currently a catch-all class: it captures BBVI, ADVI (not implemented yet) and various extensions.
perhaps it makes sense to rename it `KLqp`?
or perhaps it makes sense to rename both KL-base…
-
I was able to successfully build cosmopp, and most tests run well. However, when running example_metropolis_hastings I get the following error.
CHECK FAILED in /global/homes/b/bhorowit/cosmopp/source…