I am providing a list of references for Gaussain Processes.
- Gaussian Processes for Machine Learning by Carl Edward Rasmussen and Christopher K. I. Williams published by The MIT Press. http://www.gaussianprocess.org/gpml/ and [pdf] http://www.gaussianprocess.org/gpml/chapters/RW.pdf.
This is the ultimate referece for Gaussian Processes. The book introduces Gaussian Processes, comprehensively covers regression and classfication with Gaussian processes and describes in detail related topics including covariacne funcions (i.e., kernels), hyperparamters, approximations and much more. I will strongly recommend this book for any one interested in learn about Gaussian Processes and using these in their machine learning work.
-
Machine Learning A Probabilistic Perspective (Chapter 15) by Kevin P. Murphy published by The MIT Press. https://mitpress.mit.edu/books/machine-learning-1 and https://www.cs.ubc.ca/~murphyk/MLbook/.
-
Pattern Recognition and Machine Learning (Section 6.4) by Christopher M. Bishop. https://www.springer.com/us/book/9780387310732 and https://www.microsoft.com/en-us/research/people/cmbishop/#!prml-book
-
Information Theory, Inference and Learning Algorithms (Chapter 45) by David J. C. MacKay. Links: Book http://www.inference.org.uk/mackay/itprnn/ps/534.548.pdf.
-
Bayesian Reasoning and Machine Learning (Chapter 19) by David Barber. http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/091117.pdf.
-
CS281: Advanced Machine Learning (Lecture 19) Links https://www.seas.harvard.edu/courses/cs281/.
-
CS229: Machine Learning. http://cs229.stanford.edu/section/cs229-gaussian_processes.pdf
- Gaussian Processes: A Quick Introduction by Mark Ebden. https://arxiv.org/abs/1505.02965
- Gaussian Processes for Dummies by Katherine Bailey. http://katbailey.github.io/post/gaussian-processes-for-dummies/
- Gaussian processes by Martin Krasser. http://krasserm.github.io/2018/03/19/gaussian-processes/
- Fitting Gaussian Process Models in Python by Chris Fonnesbeck. https://blog.dominodatalab.com/fitting-gaussian-process-models-python/