Core Machine Learning Topics
Feature Engineering
特徴量エンジニアリング
Feature engineering improves model inputs through domain-informed transformations. Feature selection keeps useful inputs, while feature extraction derives informative representations from raw data.
Japanese terms
- Feature engineering — 特徴量エンジニアリング: The process of creating or transforming model inputs to improve learning and performance.
- Feature selection — 特徴選択: Selecting a useful subset of available input features.
- Feature extraction — 特徴抽出: Transforming raw data into informative derived features.
Related topics
Data and datasets supplies the raw material, and embeddings and representation learning automate many feature-learning tasks.