2

Could you help me with this kernel function?

\begin{equation} K(x,y) = (x \cdot y)^{2} + (x \cdot y), \text{ where } x = (x_1, x_2)', y = (y_1, y_2)' \end{equation}

I want to know if the combination of two kernel functions is still a kernel function and what is the result of this kernel function?

StatsLover
  • 21
  • 3

1 Answers1

1

In your specific example, since the summand terms (i.e. the polynomial and the linear kernels respectively) are valid kernels, their sum is another kernel as well. The general case for linear combinations of kernels is proved in another beautiful post.

gunes
  • 49,700
  • 3
  • 39
  • 75