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

https://github.com/asadiahmad/partition-based-clustering

Comparing partition based clustering, K-means, K-means++, K-medoid
https://github.com/asadiahmad/partition-based-clustering

google-colab jupyter-notebook k-means k-means-clustering k-means-plus-plus k-medoids machine-learning partition-based-clustering python

Last synced: 7 months ago
JSON representation

Comparing partition based clustering, K-means, K-means++, K-medoid

Awesome Lists containing this project

README

          

# Partition-Based-Clustering
Comparing partition based clustering, K-means, K-means++, K-medoid

## Tech :hammer_and_wrench: Languages and Tools :


Python 
Jupyter Notebook 
Google Colab 
Pandas 
MatPlotLib 
seaborn 

## Run the Notebook on Google Colab

You can easily run this code on google colab by just clicking badges:

K-Means [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github.com/AsadiAhmad/Partition-Based-Clustering/blob/main/Code/K_Means.ipynb)

K_Medoid [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github.com/AsadiAhmad/Partition-Based-Clustering/blob/main/Code/K_Medoid.ipynb)

K-Means++ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github.com/AsadiAhmad/Partition-Based-Clustering/blob/main/Code/K_Means%2B%2B.ipynb)

## License

This project is licensed under the MIT License.