Difference between revisions of "M. Kim and J. Leskovec. ICML'12"

From Cohen Courses
Jump to navigationJump to search
Line 10: Line 10:
  
 
[[File:KimLeskovec.png]]
 
[[File:KimLeskovec.png]]
 +
 +
On the figure above, <math>N</math>, <math>L</math>, <math>K</math> is the number of users, number of user feature categories, and number of blocks respectively. The block membership of node <math>i</math> at bloc <math>k</math> is <math>\phi_{ik}\in [0, 1]</math>. Note that this model does not require <math>\sum_k\phi_{ik}= 1</math>
  
 
== Dicussion ==
 
== Dicussion ==

Revision as of 14:21, 2 October 2012

This is a scientific paper authored by M. Kim and J. Leskovec, and appeared in ICML'12. Below is the paper summary written by Tuan Anh.

Citation

Online Version

Latent Multi-group Membership Graph Model.

Summary

This is a paper on block based network analysis and prediction. This work furthers the work by Airoldi. et. al (see Related papers) to the extent that each node/ user can actually belong to more than one block and node features are modeled in addition to link existence. The generative process is given as below (see the figure)

KimLeskovec.png

On the figure above, , , is the number of users, number of user feature categories, and number of blocks respectively. The block membership of node at bloc is . Note that this model does not require

Dicussion

Related papers