|
|
|
|
|
by nextfx
584 days ago
|
|
MCMC is AFAIU overly prohibitive for neural networks. If you are interested in incorporating uncertainty awareness and improving calibration of your neural net classifiers in a somewhat scalable manner, I think linearized Laplace is a good place to look. I'd suggest you look at `laplace-torch` [1], it's an easy way of doing that. [1]: https://aleximmer.github.io/Laplace/ |
|