-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Linear Kernel for Gaussian Processes #8359
Copy link
Copy link
Open
Description
A simple linear kernel is lacking in Gaussian Processes, that is `K(x, x') = (x - c)(x' - c)
From http://www.cs.toronto.edu/~duvenaud/cookbook/index.html it is useful in modelling linear functions (obviously) and in combination with other functions such as periodic.
Reactions are currently unavailable