Clustering is an unsupervised learning technique. It is the task of grouping together a set of objects in a way that objects in the same cluster are more similar to each other than to objects in other clusters. The similarity is an amount that reflects the strength of the relationship between two data objects. Clustering is mainly used for exploratory data mining. It is used in many fields such as machine learning, pattern recognition, image analysis, information retrieval, bioinformatics, data compression, and computer graphics.
K-means algorithm identifies k number of centroids, and then allocates every data point to the nearest cluster while keeping the centroids as small as possible. The ‘means’ in the K-means refers to averaging of the data; that is, finding the centroid.
Download Working File:
Like Facebook Page:
Watch Full Playlist on Machine Learning with Theory and Example
Make Your Own Automated Email Marketing Software in Python:
kmean,k-mean,knn,unsupervised learning,supervised learning,k-mean clustering,clustering,python,machine learning,ai,artificial intelligence,kgp talkie,iit,machine learning tutorials,what is k-mean,knn vs k-mean,what is unsupervised machine learning,
0 Comments