Shared hyperparameters between mean function and kernel #2614
Unanswered
CR-Richardson
asked this question in
Q&A
Replies: 1 comment
-
Your model can be written as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to optimize the hyperparameters of a multi-output GP with the following mean function and kernel:
The vector$\mu$ and matrix $\Sigma$ are known and the matrices $A, B, C$ are hyperparameters to be learnt.
The kernel above defines the covariance between elements$j$ and $q$ of the multi-dimensional output. The notation $C_{j:}$ denotes row j of the matrix $C$ .
Does anyone have any suggestions for how to structure the classes defining the mean function and kernel when the parameters are shared? And would this affect the boiler plate code for the model class?
Beta Was this translation helpful? Give feedback.
All reactions