Machine Learning/Kaggle Social Network Contest/lit review

From Noisebridge
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This page contains links to relevant articles and summaries of the papers.

Papers

Supervised Random Walks

  • title: "Supervised Random Walks: Predicting and Recommending Links in Social Networks"
  • authors: Lars Backstrom and Jure Leskovec
  • paper
  • Summary
    • develop an algorithm based on Supervised Random Walks
    • uses network structure info combined with node and edge level attributes to guide the walk
    • learn a function to weight edges s.t. random walker more likely to visit nodes to which new links will be created (equivalent to missing nodes for our application)
    • they develop a good training algorithm.
    • test it on a facebook network and on co-author network
    • compare to decision trees, logistic regression and unsupervised techniques.