Network Analysis Resources & Updates
3.06K subscribers
808 photos
163 files
1.12K 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
加入频道
📄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