Open Justinezgh opened 2 years ago
notebook : here
For the 2 moons, should I use dist.TransformedDistribution(distribution, transform) from numpyro to get the simulation x ?
Hum you don't necessarily need to use numpyro for anything here. You can do everything in tfp
I'm not sure to understand, can we get p(theta|x,z) with tfp ?
Hummmm I'm not sure I understand either ^^ numpyro doesn't give you p(theta|x,z) either?
ok I'm lost ^^
Lokta-Volterra: notebook
I still have a pb with vmap() or Independent() because when I increase the time or the batch_size the score increases too. But observations seems ok
Cool cool cool :-D
That's awesome! Very nice! So the regression compression doesn't get any better than that no matter what you do?
I'll just ping @dlanzieri about this because this is exactly the sort of thing we are interested in regarding this compression question
you can probably do better ^^ but the regression seems not that bad: (orange points are jnp.abs(reg[:,j]-p[:,j])>0.05 with p the parameters and reg the prediction)
Tasks (from https://arxiv.org/pdf/2101.04653.pdf):