alphabetsoup / smla1

Statistical Machine Learning Assignment 1
0 stars 0 forks source link

Common neighbours #4

Closed alphabetsoup closed 9 years ago

alphabetsoup commented 9 years ago

As per this paper: http://cs.iupui.edu/~alhasan/papers/SNDA11.pdf Create a common neighbours features.

stevenxxiu commented 9 years ago

Is this the # of undirected common neighbors? I've implemented a version where both nodes follow another common node.

stevenxxiu commented 9 years ago

Nice survey article btw, we could use an ensemble which combine a couple of the described approaches.

alphabetsoup commented 9 years ago

Thanks. An ensemble I think is the best approach.