Unsupervised Learning

Last updated 2026.02.13
비지도학습unsupervised learning이상감지anomaly detection클러스터링clustering기계학습machine learning

Definition

Unsupervised Learning is a machine learning approach where AI algorithms discover patterns and structures from unlabeled data without predefined answers. Unlike supervised learning, it doesn't require human-labeled training data, instead identifying similarities, groupings, or anomalies based on the data's inherent characteristics.

Applications in Manufacturing

Equipment Anomaly Detection

  • Normal State Learning: Learns typical patterns from normal operation data to automatically detect new abnormal behaviors
  • Discovers unexpected anomalies without predefining all failure types

Quality Clustering

  • Automatically groups product quality data to reveal hidden defect patterns
  • Classifies production batches with similar process conditions

Process Optimization

  • Automatically extracts key variables from hundreds of sensor signals (dimensionality reduction)
  • Identifies hidden correlations between process parameters

Key Points

The advantage in manufacturing is the ability to leverage massive sensor data without time-consuming labeling work. Particularly, Anomaly Detection and Clustering techniques are immediately applicable for predictive maintenance and quality control. However, domain expert validation is essential for interpreting results in production context.