Learn Before
Concept

Parameter Sharing

The core idea of parameter sharing is to use the same parameters in all the AGGREGATE and UPDATE functions in the GNN. Generally, this approach is most effective in GNNs with more than six layers, and it is often used in conjunction with gated update functions.

0

1

Updated 2022-07-15

Tags

Data Science

Related