Hacker News new | ask | show | jobs
by KRAKRISMOTT 1225 days ago
> Which, for many things I'd care about, if I knew the underlying distribution that well, I probably don't need to sample

You don't have to sample directly. The entire field of Bayesian variational learning exist to deal with that very problem. Look up Markov chain Monte Carlo, Metropolis algorithm, conjugate priors, reparametrization tricks.

1 comments

Thanks for the pointers, will be looking into these!