| Algorithm 1: GraphSAGE algorithm. The model first takes the node features as inputs. For each layer, the model aggregates the information from neighbors and then updates the hidden state of each node . |
|
Input: : The graph G with set of nodes V and set of edges E. : The input features of node L: The depth of hidden layers, : Differentiable aggregator functions : The set of neighbors of node . Output: : Vector representations for .
|
