Final Project

For the literature survey: For the programming project: Some project ideas:
  1. Analysis of foruming.it.
  2. Detect communities on some social network (e.g, IMDB), using the divisive algorithm of Newman and Girvan that we did in class. Find the best level using the modularity measure.
  3. Crawl a part of the Facebook network. Gather friends, create the social network of people who participate.Compute statistics such as degree distribution, clustering coefficient, diameter, etc.
  4. Implement an algorithm for community detection based on the modularity measure. Check with Aris for ideas about a specific algorithm.
  5. Implement the simple model for burst detection (the version with the two states low and high) from http://www.cs.cornell.edu/home/kleinber/bhs.pdf.
  6. Perform query recommendation based on random walks on the click-graph as described in http://research.microsoft.com/en-us/um/people/nickcr/pubs/craswell_sigir07.pdf
  7. Create a facebook application that performs something interesting. Especially welcome are applications that give incentives to become viral.