#kmeans #k-means #ML #machinelearning #unsupervisedlearning In this video we are discussing an unsupervised machine learning algorithm. We use the scikit-learn machine learning library.
The specific algorithm that we will look at is called the k-means clustering algorithm. We discuss what it is, and then we write a python program.