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
- Host: GitHub
- URL: https://github.com/asadiahmad/partition-based-clustering
- Owner: AsadiAhmad
- License: mit
- Created: 2024-12-09T22:23:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T08:46:02.000Z (10 months ago)
- Last Synced: 2024-12-24T09:34:40.244Z (10 months ago)
- Topics: google-colab, jupyter-notebook, k-means, k-means-clustering, k-means-plus-plus, k-medoids, machine-learning, partition-based-clustering, python
- Language: Jupyter Notebook
- Homepage:
- Size: 8.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :
![]()
![]()
![]()
![]()
![]()
![]()
## Run the Notebook on Google Colab
You can easily run this code on google colab by just clicking badges:
K-Means [](https://colab.research.google.com/github.com/AsadiAhmad/Partition-Based-Clustering/blob/main/Code/K_Means.ipynb)
K_Medoid [](https://colab.research.google.com/github.com/AsadiAhmad/Partition-Based-Clustering/blob/main/Code/K_Medoid.ipynb)
K-Means++ [](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.