Giter Club home page Giter Club logo

social-network-analysis's Introduction

Social Network Analysis

Facebook Social Network Visualization

This project is an analysis of a social network using various network analysis techniques and visualization methods. It focuses on examining the Facebook social network to understand its structure, properties, and community dynamics.

Features

  • Network Visualization: Generate visual representations of the social network.
  • Adjacency Matrix Heatmap: Visualize the adjacency matrix of the network.
  • Degree Distribution Analysis: Analyze and visualize the degree distribution of the network.
  • Clustering Coefficient Analysis: Compute and visualize the clustering coefficient distribution.
  • Centrality Measures: Calculate and visualize various centrality measures including eigenvalue centrality, closeness centrality, betweenness centrality, and degree centrality.
  • Community Detection: Detect and visualize communities within the network using the Louvain method.
  • Information Diffusion Models: Simulate information diffusion using the Linear Threshold (LT) and Independent Cascade (IC) models.

Technologies Used

  • NetworkX: A Python library for the creation, manipulation, and study of complex networks.
  • Matplotlib: A comprehensive library for creating static, animated, and interactive visualizations in Python.
  • NumPy: A library for the Python programming language, adding support for large, multi-dimensional arrays and matrices.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/SamaRostami/Social-Network-Analysis.git
  2. Change into the project directory:

    cd social-network-analysis
  3. Install necessary Python packages:

    pip install networkx matplotlib numpy
  4. Download the dataset: Ensure you have the facebook_combined.txt.gz file in the project directory.

Usage

  1. Run Analysis Scripts: Execute the provided scripts to perform various analyses on the social network dataset.
  2. Generate Visualizations: Use the scripts to create visual representations and plots to help understand the network's structure.
  3. Explore Centrality Measures: Examine the centrality measures to identify key nodes within the network.
  4. Community Detection: Identify and visualize communities to see how the network is divided into subgroups.
  5. Simulate Information Spread: Use the simulation models to study how information or influence spreads through the network.

License

This project is licensed under the MIT License.

Collaborators

social-network-analysis's People

Contributors

samarostami avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.