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

https://github.com/nitor-infotech-oss/aiml-cluster

AIML Cluster
https://github.com/nitor-infotech-oss/aiml-cluster

hierarchical-clustering kmeans-clustering

Last synced: 3 months ago
JSON representation

AIML Cluster

Awesome Lists containing this project

README

          

## aiml-cluster

Clustering in Data Mining. Clustering is an unsupervised Machine Learning-based Algorithm that comprises a group of data points into clusters so that the objects belong to the same group. ... Clustering only utilizes input data, to determine patterns, anomalies, or similarities in its input data.

- [K-Means Clsutering](https://github.com/nitor-infotech-oss/aiml-cluster/blob/main/K-Means%20Clsutering.ipynb)
- [K-Means Clsutering Dataset](https://github.com/nitor-infotech-oss/aiml-cluster/blob/main/Mall_Customers.csv)
- [Hierarchical Clustering](https://github.com/nitor-infotech-oss/aiml-cluster/blob/main/Hierarchical%20Clustering.ipynb)
- [Hierarchical Clustering Dataset](https://github.com/nitor-infotech-oss/aiml-cluster/blob/main/Mall_Customers.csv)