I have a collection of 3500 images and each image is apparted of 12 merged figures that look like this:
I am searching for an unsupervised ML algorithm that will help me identify possible clusters out of these images. Any suggestions?
I have a collection of 3500 images and each image is apparted of 12 merged figures that look like this:
I am searching for an unsupervised ML algorithm that will help me identify possible clusters out of these images. Any suggestions?
You could for example use K-means or DBSCAN (use the pixels as coordinates).
Then you could highlight your clusters by changing the pixel colors.