Graph Data Science: Networks and Graph Analytics
Graph data science analyzes relationships between entities. This lesson covers network analysis, centrality, community detection, and graph neural networks.
Graph Fundamentals
NetworkX Basics
The adjacency matrix represents graph connectivity:
Centrality Measures
Degree centrality:
Betweenness centrality:
Community Detection
Graph Algorithms
Graph Neural Networks (GNNs)
Knowledge Graphs
Graph Features for ML
Key Takeaways
- Graphs model relationships between entities
- Centrality measures identify important nodes
- Community detection finds groups in networks
- GNNs learn node/graph representations
- Graph features enable ML on network data