Concept

Explicit Feature Mapping

When we kernelize our features, we are implicitly doing a feature mapping of the form f:RnRmf : \mathbb{R}^n \to \mathbb{R}^m. These mappings are similar to those used in GANs. When using feature mappings we explicitly compute f(x)f(\vec{x}) for each x\vec{x} in our feature space.

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 feature space 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 2020-04-05

Tags

Data Science

Related
Learn After