Data
subject:: Data Science Methods for Large Scale Graphs parent:: Graph Signals and Graph Signal Processing theme:: math notes
Graph Perceptron
Let . The graph perceptron is defined as
&\to_{u} y \cdot \sigma(u) \;\;\text{pointwise nonlinearity} \to_{y}
\end{aligned}$$
ie a graph convolution followed by a pointwise nonlinear function
Examples
- ReLU
- Sigmoid
- hypertangent
Mentions
TABLE
FROM [[]]
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
WHERE !direct_source