Skip to content
This repository was archived by the owner on Oct 17, 2018. It is now read-only.

Ranker poster (2)

jpuigcerver edited this page May 15, 2012 · 2 revisions

I would add an slide regarding the ranker, explaining which factors TweetRank measures. Something like that:

Stochastic matrix built as a weighted sum of:

  • Randomly accessing tweet j from tweet i.
  • Accessing tweet j which is retweeted or replied by tweet i.
  • Accessing author of tweet j mentioned by tweet i, and then accessing tweet j.
  • Accessing author of tweet j followed by author of tweet i, and then accessing tweet j.
  • Accessing a hashtag shared by tweet i and tweet j, and then accessing tweet j.

This matrix represents the total probability of accessing tweet j from tweet i.

TweetRank is the eigenvector of this stochastic matrix.

Clone this wiki locally