You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a bit confused with the dimension of the kernel function.
k: R^n x R^n -> R
Sigma = COV(X, X') = k(t, t')
What is n here? Are we having a 1-dimensional regression problem or n-dimensional? The covariance matrix should be nxn, while the kernel will give just a scalar real value?
Sorry for adding it as an issue. Can't find any way to comment.
And THANKS a lot for this great article, really helpful.
The text was updated successfully, but these errors were encountered:
Sorry for replying so late, for some reason this issue has slipped through.
The inputs to the kernel function can be high-dimensional vectors; its result will be a scalar value. The covariance matrix has as many rows and columns as there are samples in the dataset and the kernel function is evaluated for each pair in the matrix.
I am a bit confused with the dimension of the kernel function.
What is n here? Are we having a 1-dimensional regression problem or n-dimensional? The covariance matrix should be nxn, while the kernel will give just a scalar real value?
Sorry for adding it as an issue. Can't find any way to comment.
And THANKS a lot for this great article, really helpful.
The text was updated successfully, but these errors were encountered: