Difference between revisions of "Class meeting for 10-605 Graph Architectures for ML"

From Cohen Courses
Jump to navigationJump to search
Line 13: Line 13:
  
 
* Differences and commonalities between the graph-processing methods discussed: Pregel, Signal-Collect, GraphX, and GraphChi.
 
* Differences and commonalities between the graph-processing methods discussed: Pregel, Signal-Collect, GraphX, and GraphChi.
* How graph-processing approaches could be used for ML problems studied in class, like SSL, PIC, and LDA.
+
* How graph-processing approaches could be used for ML problems that will be studied in class, like SSL, PIC, and LDA.
 
* How operations on graphs can be implemented in dataflow languages.
 
* How operations on graphs can be implemented in dataflow languages.

Revision as of 14:00, 9 November 2016

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

Slides

Readings

Things to Remember and/or Think About

  • Differences and commonalities between the graph-processing methods discussed: Pregel, Signal-Collect, GraphX, and GraphChi.
  • How graph-processing approaches could be used for ML problems that will be studied in class, like SSL, PIC, and LDA.
  • How operations on graphs can be implemented in dataflow languages.