-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement ML tasks #21
Comments
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 |
Tasks (from https://arxiv.org/pdf/2101.04653.pdf):
The text was updated successfully, but these errors were encountered: