Hacker News new | ask | show | jobs
by jayalammar 1465 days ago
TIL louvain clustering! I see it used for graphs. Can also be used for vectors/points?

Thank you!

1 comments

You're welcome!

You can actually create a graph by using k-means similarities as edge weights. Then you do graph clustering on it. (using any algorithm, but louvain is one of the saner ones ... clique percolation, girvan-newman etc all have known problems).