Machine learningMachine learning

Gaussian Process

A Gaussian Process (GP) is a non-parametric, fully probabilistic machine learning model that places a prior distribution directly over functions. Rather than predicting a single value, it returns a predictive mean and a calibrated uncertainty estimate at every test point, making it especially valuable for regression on small to medium datasets and for Bayesian optimization tasks.

Open in MethodMindSoonVideoSoon

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Sources

  1. Rasmussen, C. E., & Williams, C. K. I. (2006). Gaussian Processes for Machine Learning. MIT Press. ISBN: 978-0-262-18253-9
  2. Gaussian process. Wikipedia. link

Related methods

Referenced by

ScholarGateGaussian Process (Gaussian Process Regression and Classification). Retrieved 2026-06-04 from https://scholargate.app/en/machine-learning/gaussian-process