๐A review of graph neural networks: concepts, architectures, techniques, challenges, datasets, applications, and future directions
๐ Journal: Journal of Big Data (I.F=10.835)
๐Publish year: 2024
๐Study paper
๐ฒChannel: @ComplexNetworkAnalysis
#paper #GNN #GraphSage #GAT #Survey
๐ Journal: Journal of Big Data (I.F=10.835)
๐Publish year: 2024
๐Study paper
๐ฒChannel: @ComplexNetworkAnalysis
#paper #GNN #GraphSage #GAT #Survey
๐ฅ4๐2
๐ 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
๐ฅ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
YouTube
Stanford CS224W: Machine Learning with Graphs | 2021 | Lecture 17.2 - GraphSAGE Neighbor Sampling
For more information about Stanfordโs Artificial Intelligence professional and graduate programs, visit: https://stanford.io/3Brn5kW
Lecture 17.2 - GraphSAGE Neighbor Sampling Scaling up GNNs
Jure Leskovec
Computer Science, PhD
Neighbor Sampling is a representativeโฆ
Lecture 17.2 - GraphSAGE Neighbor Sampling Scaling up GNNs
Jure Leskovec
Computer Science, PhD
Neighbor Sampling is a representativeโฆ