HyperAIHyperAI

Command Palette

Search for a command to run...

Polynomial Kernel Function

Date

3 years ago

Polynomial Kernel FunctionRefers to a kernel function expressed in polynomial form. It is a non-standard kernel function suitable for orthogonal normalized data. Its specific form is shown in the figure.

$latex K(\chi_i,\chi_j)=( \gamma X_i^TX_j + r)^d,\gamma > 0$

In machine learning, a polynomial kernel is a kernel function commonly used in support vector machines (SVMs) and other kernelized models that represents the similarity between vectors (training samples) in feature space and a polynomial of the original variables, allowing the learning of nonlinear models.

Common kernel functions are:

  1. Linear kernel function;
  2. Polynomial kernel function;
  3. Gaussian (RBF) kernel function;
  4. sigmoid kernel function;
  5. Custom kernel function.
Parent word: kernel function

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Polynomial Kernel Function | Wiki | HyperAI