Our great sponsors
-
A few people are asking what this is a visualization of. OP's graphs look very similar to an example of the Louvain Method shown in the library's documentation. The Louvain Method is a community detection algorithm used on network graphs. It works by iteratively optimizing modularity of the graph. Modularity is a measure of the density of the number of edges (lines between nodes) that fall within a given group/cluster compared to what would be expected from a random distribution of edges throughout the graph.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- I made a graph neural network specifically for graphs with community structure
- Algorithmically organizing a social network into cliques
- I made Communities: a library of clustering algorithms for network graphs (link in comments)
- [P] I made Communities: a library of clustering algorithms for network graphs (link in comments)
- I made a library for organizing social networks into cliques (link in comments)