oelakad
oelakad

Reputation: 1

How to perform random walk on multilayer network to predict new edges

I have a multi-layer network that is a union of 3 networks (field of human biology/ Omics data). The 3 networks have dense connections within each other (local), but sparse connections to each other.

I want to perform random walks or node2vec on the multi-layer network to predict new edges and increase the multi-layer connections. I am kind of new to the field of network analysis and kind of lost in the numerous algorithms and models that do exist.

Can anyone with experience in the field suggest to me an algorithm/package that can perform randomwalk/node2vec-similar walk on the graph to predict new edges? I would rather go for something simple and kind of validated and accepted in the field (not a new fancy algorithm)

Thank you in advance :)

I tried node2vec, however as mentioned it seems to lack the ability to capture the full global multi-layer structure.

Upvotes: 0

Views: 29

Answers (0)

Related Questions