Home › Glossary › Data › Feature learning

Intermediate · Data

Feature learning

Visual diagram · (in preparation) · Math · (in preparation) · Worked example · 3 difficulty levels.

TL;DR. Techniques that allow AI systems to automatically discover and create relevant features from raw data.

Technical Definition

Techniques that allow AI systems to automatically discover and create relevant features from raw data.

How it works

Feature learning, also known as representation learning, enables machine learning models to automatically extract meaningful features from raw data, eliminating the need for manual feature engineering. Deep learning models, for example, learn hierarchical representations of data, progressively discovering more complex features in deeper layers. This allows models to adapt better to the underlying structure of the data.

Related Concepts

  • Deep Learning — A subset of machine learning using neural networks with many layers to learn hierarchical representations from large datasets.
  • Feature Engineering — The process of creating, selecting, and transforming input variables to improve a machine learning model's performance.
  • Representation Learning — The process of automatically discovering meaningful representations of data from raw inputs.

Further Reading

  • Wikipedia — Glossary of AI