Graph View

gaussian process

1 min read

left off at ### Kernels

The goal of a gaussian process is to model a multivariate gaussian distribution from training data.
The joint probability distribution PX,Y​ of the training data Y and the test data X spans the space of possible function values for the function we want to predict. It has ∣X∣+∣Y∣ dimensions

k:Rn×Rn→R,Σ=Cov(X,X′)=k(t,t′)

References

https://distill.pub/2019/visual-exploration-gaussian-processes/

regression
multivariate gaussian distribution


Created with Quartz v4.5.2 © 2026