Visible to Intel only — GUID: GUID-00657E4B-8214-4A5B-91B6-EAA259417CFC
Visible to Intel only — GUID: GUID-00657E4B-8214-4A5B-91B6-EAA259417CFC
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.