Skip to content

πŸŽ¬πŸ“Š Dive into the world of actor collaborations! Analyze the Actor Collaboration Network and discover key insights about actors, their connections, and the movie industry. πŸŽ₯🀝

Notifications You must be signed in to change notification settings

steguess/actor_network

Repository files navigation

Actor Collaboration Network Analysis πŸŽ¬πŸ“Š

Welcome to the Actor Collaboration Network Analysis project! In this assignment, we delve into the world of actor collaborations, examining the structure and characteristics of the actor network based on collaborations in movies between 1995 and 2004. The project is divided into several sections, each focusing on different aspects of network analysis using the Igraph package.

Table of Contents πŸ“š

  1. Description & General Objective: Overview of the project's objectives and datasets.
  2. Import Libraries: Importing the necessary Python libraries.
  3. Import Datasets: Loading the actors dataset for analysis.
  4. Graph Creation: Creating the actor collaboration graph using Igraph and Networkx.
  5. Summary Statistics: Calculating key network statistics.
  6. Degree Distribution: Analyzing the distribution of actor degrees.
  7. Network Diameter and Average Path Length: Investigating the diameter and average path length.
  8. Node Importance: Centrality Measures: Calculating centrality measures for actors.
  9. Community Detection: Identifying communities within the actor network.
  10. Instructions: Guidelines for completing the assignment and submitting results.

General Objective 🎯

The objective of this assignment is to apply basic functions of the Igraph package for network analysis. We explore the actor collaboration network derived from the IMDB movie database and draw insights from the analysis of network properties.

Datasets πŸ“Š

  • Actors dataset - undirected graph: A reduced version of the IMDB movie database, focusing on actor-actor collaboration edges where actors co-starred in at least 2 movies together between 1995 and 2004.

Inverse Weight πŸ”„

In this analysis, we consider the weight of edges in the context of actor collaborations. The concept of inverse weight is introduced to reflect the strength of relationships between actors in the network. Larger weights represent stronger relationships due to more collaborations, resulting in shorter distances in the graph.

Community Detection πŸ•΅οΈβ€β™‚οΈ

The community detection section utilizes the multilevel algorithm to identify underlying community structures within the actor network. This reveals groups of closely related actors and provides insights into network organization.

Instructions πŸ“

The assignment requires completion of code chunks, analysis of results, and answering short questions. Please fill in the provided CSV with your answers and upload both this document in HTML and the CSV with your solutions.

Author πŸ‘€

πŸŽ‰

Stephanie Gessler
Stephanie Gessler

πŸ’»

About

πŸŽ¬πŸ“Š Dive into the world of actor collaborations! Analyze the Actor Collaboration Network and discover key insights about actors, their connections, and the movie industry. πŸŽ₯🀝

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published