Skip to content

Instantly share code, notes, and snippets.

View Kashif-Rabbani's full-sized avatar

Kashif Rabbani Kashif-Rabbani

View GitHub Profile
@Kashif-Rabbani
Kashif-Rabbani / DistributedGraphLab.md
Created November 13, 2018 14:38 — forked from shagunsodhani/DistributedGraphLab.md
Notes for "Distributed GraphLab: A Framework for Machine Learning and Data Mining in the Cloud" paper.

Introduction

  • GraphLab abstraction exposes asynchronous, dynamic, graph-parallel computation model in the shared-memory setting.
  • This paper extends the abstraction to the distributed setting.
  • Link to the paper.

Characteristics of MLDM (Machine Learning and Data Mining)

  • Graph Structured Computation
  • Sometimes computation requires modeling dependencies between data.