7
$\begingroup$

It seems in GNN(graph neural network), in transductive situation, we input the whole graph and we mask the label of valid data and predict the label for the valid data.

But is seems in inductive situation, we also input the whole graph(but sample to batch) and mask the label of the valid data and predict the label for the valid data.

$\endgroup$

1 Answer 1

6
$\begingroup$

In inductive learning, during training you are unaware of the nodes used for testing. For the specific inductive dataset here (PPI), the test graphs are disjoint and entirely unseen by the GNN during training.

$\endgroup$
1
  • 2
    $\begingroup$ It would be great to add some examples of inductive, transductive and both inductive and transductive algorithms $\endgroup$ Commented Mar 22, 2022 at 9:29

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.