Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

What are the major machine learning theories that maybe used by Twitter for suggesting followers?

share|improve this question

1 Answer

up vote 6 down vote accepted

Three different approaches come to my mind

  1. decisions based solely on the following / follower lists. If a lot of people you are following, follow a particular person, the chance is high you might be interested in this persons tweet.
  2. using links and hashtags. Assuming you link very often to specific websites or use specific links you might be interested in people doing the same.
  3. doing some kind of document clustering approaches on the tweets, to figure out who's writing similar things and suggest him or her.

The problem with recommender systems to me is that most machine learning algorithms are just using some kind of similarity measure to give suggestions.

Check out "recommender systems" and "document clustering" as search keywords to get some more ideas.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.