Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 976 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 976 Bytes

Social Network Analysis

Supply chain network analysis for product categories through Network Centrality & Community Detection

Dataset

Graphs

  • Bipartite Graph
  • Weighted Projected Graph
  • Cliques

Network Centrality

  • Degree Centrality
  • Betweenness Centrality
  • Closeness Centrality
  • Eigenvector Centrality
  • PageRank

Community Detection

  • Louvain Algorithm
  • K-Means Algorithm
  • Gaussian Mixture Model

References