Skip to content

grasool/Gaussian-Processes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

Gaussian Processes - A List of References

I am providing a list of references for Gaussain Processes.

Books and Book Chapters

  1. 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.

  1. 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/.

  2. 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

  3. 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.

  4. Bayesian Reasoning and Machine Learning (Chapter 19) by David Barber. http://web4.cs.ucl.ac.uk/staff/D.Barber/textbook/091117.pdf.

Courses and Notes

  1. CS281: Advanced Machine Learning (Lecture 19) Links https://www.seas.harvard.edu/courses/cs281/.

  2. CS229: Machine Learning. http://cs229.stanford.edu/section/cs229-gaussian_processes.pdf

Peer-reviewed and non-peer reviewed resources

  1. Gaussian Processes: A Quick Introduction by Mark Ebden. https://arxiv.org/abs/1505.02965
  2. Gaussian Processes for Dummies by Katherine Bailey. http://katbailey.github.io/post/gaussian-processes-for-dummies/
  3. Gaussian processes by Martin Krasser. http://krasserm.github.io/2018/03/19/gaussian-processes/
  4. Fitting Gaussian Process Models in Python by Chris Fonnesbeck. https://blog.dominodatalab.com/fitting-gaussian-process-models-python/

About

Introduction to Gaussian Processes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published