Kubnal Bridge

Techniques & Methods

Feature Extraction

Feature extraction transforms raw input data into a set of informative, discriminative features that machine learning models can work with effectively. Traditional ML required careful manual feature engineering; deep learning learns features automatically from raw data through successive layers.

In the context of transfer learning, using a pre-trained model as a feature extractor (freezing its weights and using its representations as inputs to a downstream model) is a lightweight alternative to full fine-tuning.

Authority Links

Related Terms