Machine Learning:K-Means Overview

Published On 2021/12/29 wednesday, Singapore

The K-Means algorithm is one of the most widely used clustering methods in practice. It is categorized as unsupervised learning which learns from unlabelled data instead of from labelled data, and try to find the “structure” or “pattern” in the data. Also as a type of clustering algorithm, it aims to automatically group the data to coherent clusters[1]. Typical use cases include customer segmentation[2], social network analysis, and document clustering.


This post is an overview post and works as the directory for K-Means posts.


Reference & Resources



💚 Back to Home