Dropout as a Bayesian Approximation: Representing Model Uncertainty in Deep Learning, Yarin Gal, Zoubin Ghahramani, 2016Proceedings of the 33rd International Conference on Machine Learning (ICML), Vol. 48 - This paper demonstrates how dropout in neural networks can be interpreted as approximate Bayesian inference, providing a practical method to quantify epistemic uncertainty.
Probabilistic Machine Learning: An Introduction, Kevin P. Murphy, 2022 (MIT Press) - A comprehensive textbook covering the foundations of probabilistic modeling and Bayesian inference, essential for understanding the theoretical underpinnings of Bayesian deep learning.
A Survey of Uncertainty in Deep Neural Networks, Frank Hüllermeier, Gideon Waegeman, 2021Artificial Intelligence Review, Vol. 54 (Springer)DOI: 10.1007/s10462-020-09949-3 - Provides a broad overview of various approaches to uncertainty quantification in deep learning, offering context for the motivations and methods of Bayesian deep learning.