What’s the one common thing between finding colleagues in Linkedin, friends in Facebook, co-authors in Google Scholar, dates in Tinder, products recommendation in Amazon, new songs in Spotify, movies advice in Netflix, new suppliers in supply chain and interactions of gene/protein in a biological network? — Answer: They can all be mathematically formulated as a graph link prediction problem! In short, given a graph G (V, E) with |V| vertices and |E| edges, our task is to predict the existence of a previously unknown edge e_12 ∉ E between vertices v_1, v_2 ∈ V. We can…