I have applied KMeans, Hierarichal, DBSCAN Clustering on the dataset and shown which Cluster is highly bounded
-
Updated
Sep 16, 2023 - Jupyter Notebook
I have applied KMeans, Hierarichal, DBSCAN Clustering on the dataset and shown which Cluster is highly bounded
This C++ from-scratch project implements a machine learning system to classify images of washers and coins using the K-nearest neighbors (Knn) classifier and K-means clustering for segmentation. The system incorporates Sobel edge detection and Hu moments for shape analysis, allowing it to accurately distinguish between similar circular objects.
Add a description, image, and links to the kmeans- topic page so that developers can more easily learn about it.
To associate your repository with the kmeans- topic, visit your repo's landing page and select "manage topics."