-
Notifications
You must be signed in to change notification settings - Fork 13
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
Use a Bayesian CNN on the MNIST dataset #14
Labels
Comments
Hey @rlouf, love the example! Inside the |
Yes, made the change, thank you! I have no guarantee that this will work though |
Hi @rlouf, I’ll work on this issue! |
Hey @gerdm do you still intend on working on this? |
Hey @rlouf. Yes, still planning to work on it. Expect updates in September. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blackjax already has an example where we use SGLD to sample from a 3 layer MLP with a very decent accuracy when using the uncertainties to discard ambiguous predictions. We can use the CNN architecture in the Flax documentation:
And the logprob function as (not tested):
We should look at:
The text was updated successfully, but these errors were encountered: