Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommend users to follow based on paper 'OWA operator based link prediction ensemble for social network' #313

Open
iandioch opened this issue Jan 28, 2019 · 0 comments

Comments

@iandioch
Copy link
Member

iandioch commented Jan 28, 2019

This involves implementing 9 (simple) node similarity metrics, and normalising their answers to [0, 1].

Then, a programming problem must be solved to find the vector w. The paper goes into 3 different methods to choose a w; just do one, and choose the orness(w) to be maximal based on their results, as choosing a different one is probably computationally infeasible.

Then, use scipy to solve this nonlinear programming problem, based on the given method (MEM, MVM, or CSM) and the chosen orness, to get a vector w.

Finally, generate recommendations using this vector, and calculate the accuracy of the system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants