Difference between revisions of "Class meeting for 10-605 Scalable PageRank"

From Cohen Courses
Jump to navigationJump to search
Line 20: Line 20:
 
=== Key things to remember ===
 
=== Key things to remember ===
  
* How to implement graph algorithms like PageRank by streaming through a graph,
+
* How to implement graph algorithms like PageRank by streaming through a graph, under various conditions:
under various conditions:
 
 
** Vertex weights fit in memory
 
** Vertex weights fit in memory
 
** Vertex weights do not fit in memory
 
** Vertex weights do not fit in memory
 +
* The meaning of various graph statistics: degree distribution, clustering coefficient, ...
 +
* Why sampling from a graph is non-trivial

Revision as of 17:48, 4 December 2015

This is one of the class meetings on the schedule for the course Machine Learning with Large Datasets 10-605 in Fall_2015.

Slides

Quiz

Readings

Key things to remember

  • How to implement graph algorithms like PageRank by streaming through a graph, under various conditions:
    • Vertex weights fit in memory
    • Vertex weights do not fit in memory
  • The meaning of various graph statistics: degree distribution, clustering coefficient, ...
  • Why sampling from a graph is non-trivial