HomeMachine LearningK-Means Application – Labelling

K-Means Application – Labelling

We can use K-means clustering for labeling, but it is typically used for pseudo-labeling or semi-supervised learning rather than direct classification.

Because K-means is unsupervised, it groups similar data points together without knowing what those groups actually represent.
To use K-means for labeling, you must first cluster the data and then manually or programmatically assign a real-world meaning to each cluster.

tut_kmeans1_1_Application_Labelling_MNIST_Digits

Share: 

No comments yet! You be the first to comment.

Leave a Comment

Your email address will not be published. Required fields are marked *