aggregation readout layer
[[concept]]
Aggregation Readout Layer
The aggregation readout layer is a readout layer given by
where
Typical aggregation functions are the mean, sum, max, min, median, etc
Note
- this is now independent of
(my aggregation functions don't change based on the size of my graph) - permutation invariant since the aggregation functions are also permutation invariant
- this remains transferrable across graphs, unlike the fully connected readout layer