An open API service indexing awesome lists of open source software.

https://github.com/parvvaresh/k-means-clustering-algorithm-from-scratch-in-python

K-means clustering is a type of unsupervised learning, which is used when you have unlabeled data (i.e., data without defined categories or groups). The goal of this algorithm is to find groups in the data, with the number of groups represented by the variable K. The algorithm works iteratively to assign each data point to one of K groups based on
https://github.com/parvvaresh/k-means-clustering-algorithm-from-scratch-in-python

jupyter-notebook machine-learning numpy python

Last synced: 7 months ago
JSON representation

K-means clustering is a type of unsupervised learning, which is used when you have unlabeled data (i.e., data without defined categories or groups). The goal of this algorithm is to find groups in the data, with the number of groups represented by the variable K. The algorithm works iteratively to assign each data point to one of K groups based on

Awesome Lists containing this project