In this post, I briefly go over the concept of an unsupervised learning method, Fuzzy C-Means clustering, and its implementation in Python. — Fuzzy C-means clustering algorithm is an unsupervised learning method. Before learning the details, let me first decipher its fancy name. So, “fuzzy” here means “not sure”, which indicates that it’s a soft clustering method. …