tgoop.com/complexnetworkanalysis/1304
Last Update:
🎞 Machine Learning with Graphs: GraphSAGE Neighbor Sampling
💥Free recorded course by Prof. Jure Leskovec
💥 This part discussed Neighbor Sampling, That is a representative method used to scale up GNNs to large graphs. The key insight is that a K-layer GNN generates a node embedding by using only the nodes from the K-hop neighborhood around that node. Therefore, to generate embeddings of nodes in the mini-batch, only the K-hop neighborhood nodes and their features are needed to load onto a GPU, a tractable operation even if the original graph is large. To further reduce the computational cost, only a subset of neighboring nodes is sampled for GNNs to aggregate.
📽 Watch
📲Channel: @ComplexNetworkAnalysis
#video #course #Graph #GNN #Machine_Learning #GraphSAGE
BY Network Analysis Resources & Updates

Share with your friend now:
tgoop.com/complexnetworkanalysis/1304