Network and Graph Analytics

Parent: data analysis · researched 2026-05-30T22:23:24.945Z· 16 sources · 9 concepts · skill da-27-network-graph-analytics

Network (graph) analytics models data as nodes (vertices) connected by edges (links) and measures the resulting structure to answer questions that row/column tables cannot: who is influential, what cl

Overview

1. Graph representations

2. Connectivity & paths

3. Centrality (who matters)

4. Community detection (what clusters)

5. Link prediction (what edges will form)

6. Network motifs & bipartite projection

7. Graph embeddings (nodes → vectors)

8. GNN basics for analytics

Tools / Frameworks

Methodology

Practical Patterns

Anti-Patterns

Troubleshooting

References

Children

Frontier under this node: Centrality measures (degree, betweenness, closeness, eigenvector, PageRank), Community detection (Louvain, Leiden, label propagation, modularity, resolution limit), Connectivity and shortest paths (connected components, BFS, Dijkstra, Bellman-Ford), Graph analytics tooling (NetworkX, igraph, graph-tool, cuGraph, Neo4j GDS), Graph embeddings (node2vec, DeepWalk), Graph neural networks for analytics (GCN, GraphSAGE), Graph representations (adjacency matrix/list, directed/weighted, bipartite, ego networks), Link prediction (common neighbors, Jaccard, Adamic-Adar, preferential attachment), Network motifs and bipartite projection

← the whole tree · 3D view· how to read this page