|
Algorithm 1 Our embedding generation algorithm for directed graphs. |
Input:Digraph hop K; input features weight matrices ; non-linearity ; the aggregator functions: MeanLayer and AttentionLayer; the gate function: gate; the concatenate function: Concat; the neighborhood sampling function ; the weight coefficient:
Output: Node representations for all
DO
DO
DO
END
END
|