Answered step by step
Verified Expert Solution
Question
1 Approved Answer
For an undirected graph without labels on the edges, a function that we calculate in each layer of a neural network graph must satisfy certain
For an undirected graph without labels on the edges, a function that we calculate in each layer of a neural network graph must satisfy certain special properties in order to be able to use the same function with weight sharing in different nodes of the graph. Suppose for a specific node in the graph, hi represents the state calculated in the previous layer for this node, while the messages from the previous layer of the ni neighbors of node i are denoted by ij where ranges from to ni We will use subscripts and superscripts to indicate learnable weights. If a superscript is absent the weights are shared across layers. Assume that all dimensions work correctly. Explain which of these are valid functions for calculating the next message hi for this node. For each invalid choice, briefly state the reason.
Note: Validity means that they must satisfy the Invariance and Equivariance properties required for using them as a GNN on an undirected graph.
a hi whi nij
c hi maxdots, where max operates elementwise on vectors.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started