K-means clustering is one of the simplest and popular unsupervised machine learning algorithms.
Typically, unsupervised algorithms make inferences from datasets using only input vectors without referring to known, or labelled, outcomes.
K-means clustering is used in all kinds of situations and it’s crazy simple. The R code is on the StatQuest GitHub: https://github.com/StatQuest/k_means_…
Subscribe: https://www.youtube.com/c/joshstarmer/featured
#k-means #machine-learning