Practical Bayesian Optimization of Machine Learning Algorithms, Jasper Snoek, Hugo Larochelle, Ryan P. Adams, 2012Advances in Neural Information Processing Systems 25 (NIPS 2012), Vol. 25 (NeurIPS) - This foundational paper applies Bayesian Optimization to tune machine learning models, detailing the use of Gaussian Processes and acquisition functions for efficient hyperparameter search.
Gaussian Processes for Machine Learning, Carl Edward Rasmussen and Christopher K. I. Williams, 2006 (The MIT Press) - This book is the authoritative text on Gaussian Processes, providing a comprehensive theoretical background for their use as surrogate models in Bayesian Optimization.
A Tutorial on Bayesian Optimization of Expensive Objective Functions, Eric Brochu, Vlad M. Cora, and Nando de Freitas, 2010ArXiv, Vol. 1012.2599DOI: arXiv:1012.2599 - This tutorial provides a clear and concise introduction to the fundamental concepts of Bayesian Optimization, including Gaussian Processes and acquisition functions, making it excellent for beginners.