Last active
February 22, 2022 01:28
-
-
Save twiecki/14694749b5f85e89b246 to your computer and use it in GitHub Desktop.
Bayesian Neural Network in PyMC3
really nice!
Very nice! I have to brush up on my ANNs... Also seems something excellently subversive about using theano via PyMC3 to 'beat' theano at it's own game
Coming from requentist camp, it is great to see the estimated parameter uncertainties 👍
@twiecki I guess "import matplotlib.pyplot as plt" is missing in the import section.
@twiecki Do you have any examples of using BNNs in pymc3 on regression tasks? I want to compare the uncertainty estimates of BNN with that of a GP
Super! :)
Fantastic!
You rock!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AWESOME :)