Re: Link Prediction with Giraph

2013-11-04 Thread David J Garcia
You could also approach the problem from a statistical point of view and sample from an inferred distribution of the links (which vertices they link). The prior distribution probably won't be as interesting as the conditional distributions you are most likely interested in...that is, start with

Re: Link Prediction with Giraph

2013-10-31 Thread Claudio Martella
I would assume that it depends on your data. A graph is a very general structure, and it is difficult to attack this problem in general. The most obvious one is transitive closure (if A is connected to B and B to C then A could be conntected to C). The triangle counting example in our codebase

Re: Link Prediction with Giraph

2013-10-31 Thread Ameya Vilankar
Hi, You can look at the Facebook Link Prediction Challenge on Kaggle where you have to suggest links in a social Network. The link for the forum for the contest is: http://www.kaggle.com/c/FacebookRecruiting/forums It has a lot of interesting approaches. One of them can be found at the link below: