AI Blog

AI Blog

by Michele Laurelli

Feature Extraction

/ˈfiːtʃər ɪkˈstrækʃən/
Technique
Definition

The process of transforming raw data into numerical features that machine learning models can process.

Feature extraction identifies relevant information from data. In deep learning, this happens automatically through learned representations. Traditional ML requires manual feature engineering.

Examples

1

Edge detection in images

2

TF-IDF for text

3

Convolutional features in CNNs

Michele Laurelli - AI Research & Engineering