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
- Host: GitHub
- URL: https://github.com/nitor-infotech-oss/aiml-cluster
- Owner: nitor-infotech-oss
- Created: 2021-08-18T11:01:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T14:11:32.000Z (about 4 years ago)
- Last Synced: 2025-03-27T04:16:54.398Z (7 months ago)
- Topics: hierarchical-clustering, kmeans-clustering
- Language: Jupyter Notebook
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)