Skip to content

Six Degrees of Separation and visualising actor graphs using Gephi .

License

Notifications You must be signed in to change notification settings

bhi5hmaraj/SixDegreesKevinBacon

Repository files navigation

Six Degrees of separation and Bacon number in actor graphs

This was an assignment that I did quite some time ago (Nov 2015) for the course Introduction to science of Networks by Sashi Prabh .

The idea was inspired from a similar assignment in Princeton. The code for parsing and graph algrithms were written in Java . The IMDb data was also taken from their website.

The main idea is that many of the social networks have a property called small world phenomenon and the claim is that on an average any 2 person in the network can communicate to each other is 6. This idea was popularised by Stanley Milgram.

The IMDb graph is a bipartite graph where the 2 sets of vertices are actors and movies. So any 2 actors who acted in the same movie are directly related to each other.

Introduction

Introduction

Visualizing using Gephi

About

Six Degrees of Separation and visualising actor graphs using Gephi .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages