You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My OOP Semester Project- Artist Graph. Pulls data from MongoDB and Discogs API to generate graph with artist nodes and collaborators. Implements design patterns such as Adapter, Bridge, and Decorator.
Implementing a Graph ADT to analyze social network data from GitHub and Facebook, focusing on metrics like influence, centrality, and proximity using algorithms such as Dijkstra's
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!
Demo on applying the concept of network analysis on a network of connected railway stations, attempting to identify the important stations (nodes) in this network. Web scraping techniques using rvest package is also briefly discussed upon.