Giter VIP home page Giter VIP logo

graphsize's Introduction

Lab exercise in Advanced Topics in Distributed Systems: Sampling Massive Online Graphs

---

Data source
- http://snap.stanford.edu/data/p2p-Gnutella31.html 
- or ./download_data.sh 

---

Exercise

Implement graph size estimation using the following sampling techniques:
(a) Uniform Independent Sample Without Replacement, 
(b) Uniform Independent Sample With Replacement, 
(c) Weighted Independent Sample With Replacement (with weights equal to node degrees), 
(d) Random Walk (Metropolis-Hastings and Reweighted)
    1) using all nodes, 
    2) every k-th node,
    3) the weights are node degrees 

What do you observe?

---

Requirements
1) Python
2) networkx (easy_install networkx)
3) gnuplot

---

Where to start?

Each sampling technique is contained in its own file (except UIS_WOR which doesn't make sense since there wont be any collisions). For example, to start a full MHRW sample run: 
     python mhrw_sample.py

UIS_WR and WIS_WR samples are self-contained. Run as:
     python uis_wr.py or python wis_wr.py

RWRW is broken. 

---  

Generate graphs

Run 'gnuplot generate.graph' to create some (good looking) graphs.

graphsize's People

Contributors

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