Unsupervised Vs Supervised Learning
Unsupervised Vs Supervised Learning
Supervised
Learning
Machine learning encompasses two fundamental approaches:
supervised and unsupervised learning. Supervised learning relies on
labeled data to train models, while unsupervised learning explores
unlabeled data to uncover hidden patterns.
by Rifa Eram
Supervised Learning
1 Labeled Data 2 Predictive Modeling
Supervised learning The objective is to predict
utilizes data with known future outcomes based on
input and output pairs to learned relationships.
train models.
3 Examples
Common examples include image classification, spam
detection, and fraud detection.
Unsupervised Learning
Unlabeled Data Data Exploration
Unsupervised learning explores data without predefined Applications include customer segmentation, anomaly
labels. detection, and dimensionality reduction.
Distance Metrics
Different distance metrics define how similarity is
measured between data points.
Cluster Types
Common cluster types include k-means clustering,
hierarchical clustering, and density-based clustering.
Association Analysis
Association Rule Mining Discovers relationships between items in a dataset.
Marketing Healthcare
Customer segmentation and Disease diagnosis, patient
targeted advertising. grouping, and drug discovery.