for finding top nodes with the highest betweenness centrality from a given graph
-
Updated
Oct 2, 2022 - Python
for finding top nodes with the highest betweenness centrality from a given graph
This project is to analyze the network of characters in Game of Thrones and how it changes over the course of the five books of "A song of Ice and Fire" series. Jon Snow, Daenerys Targaryen, or Tyrion Lannister? Who is the most important character in Game of Thrones? Let's see what mathematics can tell us about this!
This project evolves around the concept of networks, centralities, and community detection, and infection simulation.
This repository contains a collection of group projects for the course fundamentals of artificial intelligence (AI).
A framework for implementing graph algorithms in SYCL.
In this repository, we deal with the calculation of the betweenness centrality in networks represented as undirected graphs. Betweenness centrality is a measure of the importance of a particular node in a network.
Add a description, image, and links to the betweeness-centrality topic page so that developers can more easily learn about it.
To associate your repository with the betweeness-centrality topic, visit your repo's landing page and select "manage topics."