Sayna Ebrahimi
Sayna Ebrahimi
I have only implemented UCB in PyTorch but with a quick search I was able to find [this notebook](https://nbviewer.jupyter.org/github/krasserm/bayesian-machine-learning/blob/master/bayesian_neural_networks.ipynb) which has implemented Bayes-by-Backprop (BBB), the core block of UCB, in...
If you have BBB setup then you already have \mu and \rho computed for each weight and from \rho you can compute standard deviation. All you need to do next...
I haven't been able to find the clinical notes in mimic-iv. Were they ever released? Thanks!