EAI13
EAI13
Unsupervised Learning
• Example
• Definition of Unsupervised Learning
• Types of Unsupervised Learning
• Common Algorithms for Unsupervised Learning
• Example
• Clustering
• Association Rules
Clustering
Process:
• Choose k = 3 (since we want 3 performance groups: High, Medium, Low).
• Initialize 3 random centroids.
• Assign students to the closest centroid.
• Cluster 1 (High Performers): Students A, B
• Cluster 2 (Low Performers): Students C, D
• Cluster 3 (Average Performers): Students E, F
• Update the centroids (mean scores of each cluster).
• Reassign students if necessary and repeat until centroids stabilize.
Example of k-Means Clustering: Student Performance Data