Visible to Intel only — GUID: GUID-28597DD1-C298-4BBC-BDE1-9FA20284A794
Visible to Intel only — GUID: GUID-28597DD1-C298-4BBC-BDE1-9FA20284A794
Polynomial kernel
The Polynomial kernel is a popular kernel function used in kernelized learning algorithms. It represents the similarity of training samples in a feature space of polynomials of the original data and allows to fit non-linear models.
Operation |
Computational methods |
Programming Interface |
||
Mathematical formulation
Computing
Given a set X of n feature vectors of dimension p and a set Y of m feature vectors , the problem is to compute the polynomial kernel function for any pair of input vectors:
where .
Computation method: dense
The method computes the polynomial kernel function for dense X and Y matrices.
Programming Interface
Refer to API Reference: Polynomial kernel.