OhadCohen97 / Kmeans-clustering

K-means clustering is a type of unsupervised learning, which is used when you have unlabeled data. The goal of this algorithm is to find groups in the data, with the number of groups represented by the variable K.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kmeans-clustering

K-means clustering is a type of unsupervised learning algorithm, which is used when you have unlabeled data. The goal of this algorithm is to find groups in the data, with the number of groups represented by the variable K.

The dataset I used is hand-write digits 0 through 9, taken from sklearn library datasets.

Observations before clustering division

Observations after clustering division

About

K-means clustering is a type of unsupervised learning, which is used when you have unlabeled data. The goal of this algorithm is to find groups in the data, with the number of groups represented by the variable K.


Languages

Language:Jupyter Notebook 100.0%