Concept

Explicit Feature Mapping

An explicit feature mapping is a mathematical transformation of the form f:RnRmf : \mathbb{R}^n \to \mathbb{R}^m. When using explicit feature mappings, we compute f(x)f(\vec{x}) for each data point x\vec{x} in our feature space to project it into a new, typically higher-dimensional space where the data may become linearly separable. For example, if we are given the feature space x=[x1,x2]TR2\vec{x} = [x_1, x_2]^T \in \mathbb{R}^2, and we assume that our data is not linearly separable but is quadratically separable, we might define a feature mapping to be f:R2R3f: \mathbb{R}^2 \to \mathbb{R}^3 where f([x1,x2]T)=[x12,x22,1]Tf([x_1, x_2]^T) = [x_1^2, x_2^2, 1]^T.

0

2

Updated 2026-06-13

Tags

Data Science

Related
Learn After