Closed edmundlth closed 1 year ago
First step:
model
and data
and generate samples from its posterior distribution using MCMC
model
can mean: torch.module
if that is convenient. One possible alternative is to just think of "model" as being completely specified paramterised regression function (e.g. neural net) so that $y = f(x, w) + $ gaussian noise. data
might just be torch.Dataset
Thoughts:
We need quick and easy way to run various experiments and ways to get measurements from them.
Desiderata:
d
and with different data set sizen
.n
.Tools:
Pytorch
Numpyro
for MCMC and other Bayesian computation support.