Modern graph representation learning — GNNs.
hardAnswer
- Graph Neural Networks aggregate neighbor features iteratively: (, ).
- Variants: GraphSAGE (sampled aggregation), GAT (attention weights), GCN (spectral), MPNN (message passing).
- Trained supervised, semi-sup, or self-supervised (GraphCL, BGRL).
- Uses: recommendation, drug discovery, molecule property prediction, fraud rings.
Check yourself — multiple choice
- Random
- Iteratively aggregate neighbor features ; GraphSAGE / GAT / GCN / MPNN; used in recsys, drug discovery, fraud rings
- Same as CNN
- Not real
GNN: iterative neighbor aggregation; GraphSAGE / GAT / GCN / MPNN.
#representation-learning#deep-learning
Practise Unsupervised Learning
214 interview questions in this topic.