gnn_recurrent (449B)
1 # GNN recurrent 2 3 A [GNN] that consists of a single layer applied repeatedly: only one [combination_function], one [aggregation_function], and one [aggregation_function] for [global_aggregation] 4 5 We can say that there is a designated component so that every node can indicate whether computation is finished, and when computation is finished for every node we apply the [readout_function] 6 7 [GNN_recurrent_expressiveness] 8 9 Up: [fmt_2025_martin_grohe]