Radial basis function kernel in the context of Statistical classification


Radial basis function kernel in the context of Statistical classification

Radial basis function kernel Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Radial basis function kernel in the context of "Statistical classification"


⭐ Core Definition: Radial basis function kernel

In machine learning, the radial basis function kernel, or RBF kernel, is a popular kernel function used in various kernelized learning algorithms. In particular, it is commonly used in support vector machine classification.

The RBF kernel on two samples , represented as feature vectors in some input space, is defined as

↓ Menu
HINT:

In this Dossier

Radial basis function kernel in the context of Similarity measure

In statistics and related fields, a similarity measure or similarity function or similarity metric is a real-valued function that quantifies the similarity between two objects. Although no single definition of a similarity exists, usually such measures are in some sense the inverse of distance metrics: they take on large values for similar objects and either zero or a negative value for very dissimilar objects. Though, in more broad terms, a similarity function may also satisfy metric axioms.

Cosine similarity is a commonly used similarity measure for real-valued vectors, used in (among other fields) information retrieval to score the similarity of documents in the vector space model. In machine learning, common kernel functions such as the RBF kernel can be viewed as similarity functions.

View the full Wikipedia page for Similarity measure
↑ Return to Menu