polynoomkern
Polynoomkern is the Dutch term for polynomial kernel, an important class of kernel functions in support vector machine and kernel ridge regression methods. It is defined as k(x, y) = (γ⟨x, y⟩ + r)ᵈ, where γ and r are scaling parameters, ⟨·, ·⟩ denotes the inner product, and d is the degree of the polynomial. The polynomial kernel maps input vectors into a feature space that includes all monomials up to degree d, enabling learning of non‑linear relationships while retaining computational efficiency through the kernel trick.
The kernel was introduced in the mid‑1990s as part of the broader development of the support vector
Polynomials kernels are universal approximators and can represent a wide variety of functions. However, high degrees