Bayesian Neural Networks (BNNs): Priors over Weights
Was this section helpful?
Pattern Recognition and Machine Learning, Christopher M. Bishop, 2006 (Springer) - A widely-used textbook that provides a comprehensive background in Bayesian methods, including principles of prior distributions, likelihood functions, and their application in various machine learning models.
Bayesian Learning for Neural Networks, Radford M. Neal, 1996 Vol. 118 (Springer Science & Business Media) - A classic text that lays out the theoretical foundations for Bayesian Neural Networks, discussing the specification of prior distributions over weights and the statistical mechanics of posterior inference.
Weight Uncertainty in Neural Networks, Charles Blundell, Julien Cornebise, Koray Kavukcuoglu, and Daan Wierstra, 2015Proceedings of the 32nd International Conference on Machine Learning (ICML), Vol. 37 (PMLR (Proceedings of Machine Learning Research))DOI: 10.5555/2969239.2969374 - This paper introduces 'Bayes by Backprop,' a practical and scalable variational inference method for training Bayesian Neural Networks, demonstrating how to approximate the posterior distribution over weights.