MbuviM / Network-Analysis-for-Game-of-Thrones

This project is aimed at showing how Graph Theory can be applied in real life through networking. It shows the connection of different characters in the Game of Thrones book through the use of undirected graphs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

A network analysis project that is aimed at showing the correlation of different actors using graphs. The project shows how to add edges, find the degree and betweenness centrality and how to plot graphs for the same. For correlation, Pearson correlation was used.

Libraries Used

  • Pandas
  • Matplotlib.pyplot
  • Networkx

Technologies Used

  • Jupyter Notebook
  • Python 3.7+

Copyright

DataCamp

About

This project is aimed at showing how Graph Theory can be applied in real life through networking. It shows the connection of different characters in the Game of Thrones book through the use of undirected graphs.


Languages

Language:Jupyter Notebook 100.0%