Diffusion models

From Cohen Courses
Revision as of 00:44, 31 March 2011 by Reyyan (talk | contribs) (Created page with 'Diffusion models were originally used in social networks to model the spread of influence in a network. In these models each node is either active or inactive. Over iterations an…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Diffusion models were originally used in social networks to model the spread of influence in a network. In these models each node is either active or inactive. Over iterations an inactive nodes becomes active as more of its neighbors become active.

Linear Threshold Model

The Linear Threshold Model is one of the most popular diffusion models.

Given

  • a set of active nodes as seeds
  • a threshold θ for each node selected uniformly at random

At each step an inactive node becomes active if the sum of the weights of the edges with active neighbors exceeds threshold