12 December 2019 3 2K Report

I have extracted 5000 Instagram posts, and used google API to get the labels of those pictures (e.g. mountain, sky, river etc). With these labels, I want to cluster them in several groups.

I tried k-means, hierarchical clustering, DBSCAN, and Louvain using tf-idf. But it appears that the best result is from Louvain method. I am not sure if Louvain algorithm can be applied to my case because Louvain seems about online social network analysis? Will there also be a relationship/network in the extracted texts?

Similar questions and discussions