K-means clustering is a type of unsupervised machine learning algorithm that analyzes unlabeled data to find relationships within the data. K-means clustering sorts data into different classes, or clusters, based on their similarity. K represents the number of clusters.
In this presentation, we will look at how k-means clustering can be applied to the Iris dataset.