Skip to content

A network analysis of the complex game of thrones co-appearances network and using the various centrality measures such as betweenness, closeness, degree and pagerank and deduced the most important, consistent and influential character in the network. A modularity based community detection to find the top communities inside the complex network.

Notifications You must be signed in to change notification settings

KarnVadaliya/game-of-thrones-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

-> Preferrably run Code on Anaconda Distribution. 

-> Python Version Requirement: Python 3.6

-> Libraries Requirement:

1) networkx
2) matplotlib
3) numpy
4) community
5) scipy

-> Dataset required in '.txt' file format. The graph should be undirected and weighted.

_____________________________________________________________________________________________

Number of Nodes in the Network:  796
Number of Edges in the Network:  2823

Average Clustering Co-effecient =  0.48586220733504853 .

About

A network analysis of the complex game of thrones co-appearances network and using the various centrality measures such as betweenness, closeness, degree and pagerank and deduced the most important, consistent and influential character in the network. A modularity based community detection to find the top communities inside the complex network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages