Coder Social home page Coder Social logo

mohammadzainabbas / mgma-lab Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 7.36 MB

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Lab Work for Massive Graph Management and Analytics (MGMA) โœจ

License: MIT License

Jupyter Notebook 99.98% Python 0.02%
graph-algorithms graph-analysis graph-manipulation graph-model graph-theory jupyter-notebook python centralesupelec

mgma-lab's Introduction

Lab Work @ Massive Graph Management and Analytics ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Table of contents

Data drives the world. Nowadays, most of the data (structured or unstructured) can be analysed as a graph. Today, many practical computing problems concern large graphs. Standard examples include the Web graph and various social networks. The scale of these graphs (in some cases billions of vertices, trillions of edges) poses challenges to their efficient processing.

Data we produce or consume has increasingly networked structures which have grown in complexity in different domains such as biology, social networks, economy, communication and transport networks. The need to process and to analyze such data carries out the emergence of network science research community to define algorithms which allow to characterize such complex structures, to understand their topology, their evolution and to interpret the underlying phenomena.

Besides, the distributed storage and parallel computation technologies offer specific tools for networks based on large-scale graph processing paradigms such as MapReduce and Pregel of Google.

The purpose of this course is to study the main algorithms and their implementation on artificial and real data in a distributed environment.

  • Preliminaries, Typology of graphs, Graph analytics measures
  • Basic algorithms: Random walk and Page Rank
  • Label propagation, Community detection, Influence maximisation
  • Graph analytics & Deep Learning

The main aim of this repository is to keep track of the work we have done in Massive Graph Management and Analytics (MGMA) labs. During this course, we will focus on some basic graph algorithms and see how we can utilise these algorithms to efficiently analyse our data. Since, there exist many similarities between graph theory and network science, you will see us using network science related packages as well.

NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

Please checkout lab's details here

Please checkout lab's details here

If you want to follow along with the lab exercises, make sure to clone and cd to the relevant lab's directory:

git clone https://github.com/mohammadzainabbas/MGMA-Lab.git
cd MGMA-Lab/src/<lab-of-your-choice>

For e.g: if you want to practice lab # 1, then you should do cd MGMA-Lab/src/lab1.

Before starting, you may have to create new enviornment for the lab. Kindly, checkout the documentation for creating an new environment.

Once, you have activated your new enviornment, we may have to install all the dependencies for a given lab (kindly check if requirements.txt file exists for a given lab before running the below command):

pip install -r requirements.txt

In order to setup pre-commit hooks, please refer to the documentation.

mgma-lab's People

Contributors

mohammadzainabbas avatar

Watchers

 avatar  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.