Core Machine Learning Topics
Unsupervised Learning
教師なし学習
Unsupervised learning is a machine-learning approach that trains models on data without labeled outputs. Its goal is to identify patterns, structures, or relationships, often through clustering or dimensionality reduction. Unlike supervised learning, it does not require target labels. Applications include market segmentation, anomaly detection, and data visualization.
Japanese terms
- Unsupervised learning — 教師なし学習: A machine-learning approach in which a model learns patterns from unlabeled data.
- Model — モデル: A mathematical representation that processes input data to produce predictions, classifications, or decisions.
- Clustering — クラスタリング: Grouping similar data points according to their features.
- Dimensionality reduction — 次元削減: Reducing the number of features while retaining essential structure or information.
- Target value — 目標値: The expected output used in supervised learning and absent from unsupervised training data.
- Market segmentation — 市場セグメンテーション: Dividing a market into groups with shared characteristics or behavior.
- Anomaly detection — 異常検知: Identifying unusual patterns or outliers in data.
- Data visualization — データ可視化: Representing data graphically to reveal patterns, trends, and insights.