Network Analysis Resources & Updates
3.03K subscribers
780 photos
163 files
1.1K links
Are you seeking assistance or eager to collaborate?
Don't hesitate to dispatch your insights, inquiries, proposals, promotions, bulletins, announcements, and more to our channel overseer. We're all ears!

Contact: @Questioner2
Download Telegram
๐Ÿ“„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
๐Ÿ”ฅ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