The paper “Inductive Representation Learning on Large Graphs (Graphsage)” has an unsupervised loss function based on random walks (sec 3.2) that is similar to deepwalk and node2vec, I couldn’t find it anywhere.
Is there an implementation or a plan to implement this loss function in dgl?
Thanks.