TOPICS
Search

Feature Extraction


Feature extraction is the transformation of a raw observation x into a feature vector, an ordered list of numerical or categorical measurements that describes the observation and is more useful for analysis or classification. It can be represented as a function

 phi:X->F,

where X is the observation space and F is the feature space. The transformation is chosen to retain information relevant to the task while suppressing irrelevant variation or reducing dimension. For example, a linear transformation can project data onto the leading directions found by principal component analysis.


See also

Classification, Feature Vector, Linear Transformation, Pattern Recognition, Principal Component Analysis

Explore with Wolfram|Alpha

References

Bishop, C. M. Pattern Recognition and Machine Learning. New York: Springer, 2006.

Cite this as:

Weisstein, Eric W. "Feature Extraction." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/FeatureExtraction.html

Subject classifications