Giter VIP home page Giter VIP logo

datastructure2019-1's Introduction

Team Members

  • Ibrahim Amr
  • Ahmed Hessuin
  • Ahmad El-Rashed
  • Almonzer Alaaeldin

Project Description

Social Media Analysis

This projects aims to implement different analysis strategies to analize social networks for the Centrality property of the nodes(users) in the network, utilizing Graph theory and some of its related topics (ex: Single Source Shortest Path).

Centrality

As its deffinition varies acording to the criteria of interest we will generally define it here as "The Criteria that defines the score of a particular node(user) in the network". In this project three types of centrality(criteria) are implemented:

Centrality Criteria Definition
Degree Centrality Degree Centrality for a node is simply its degree, a node's degree is simply a count of how many social connections (i.e. edges) it has.
Closeness Centrality Closeness Centrality indicates how close a node is to all other nodes in the network. It is calculated as the average of the shortest path length from the node to every other node in the network.
Betweenes Centrality Betweenness Centrality measures the number of times a node lies on the shortest path between other nodes.

Project Dependincies

Programming Language Setup:

JDK Setup:

  1. Download and Install Java JDK version Java SE 8u191 / Java SE 8u192 here.
  2. Configure Environment Variables: Start menu -> Control Panel -> System -> Advanced -> Environment Variables.
  3. Edit PATH variable and Add the path to the JRE bin folder. (ex: C:\Program Files\Java\jre1.8.0_172\bin)
  4. Edit System variables and add a new variable with name JAVA_HOME and value set to the path of your JDK folder (ex: C:\Program Files\Java\jdk1.8.0_172)

Integrated development environment (IDE):

As For the IDE of choice it's the Netbeans IDE 8.2 which can be downloaded at the official website's download page.

datastructure2019-1's People

Contributors

ibrahimamribrahim avatar ahmedhessuin avatar almonzer-alaaeldin avatar ahmad-ra avatar

Watchers

James Cloos 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.