About 29,900 results
Open links in new tab
  1. GraphSAGE - Stanford University

    GraphSAGE is a framework for inductive representation learning on large graphs. GraphSAGE is used to generate low-dimensional vector representations for nodes, and is especially useful for …

  2. [1706.02216] Inductive Representation Learning on Large Graphs

    Jun 7, 2017 · Here we present GraphSAGE, a general, inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously …

  3. GraphSage: Representation Learning on Large Graphs - GitHub

    This directory contains code necessary to run the GraphSage algorithm. GraphSage can be viewed as a stochastic generalization of graph convolutions, and it is especially useful for …

  4. 【Graph Neural Network】GraphSAGE: 算法原理,实现和应用

    本文介绍的GraphSAGE则是一种能够利用顶点的属性信息高效产生未知顶点embedding的一种归纳式 (inductive)学习的框架。 其核心思想是通过学习一个对邻居顶点进行聚合表示的函数来产 …

  5. GraphSAGE: Full Paper Walkthrough! | by Arjhun Sreedar | Medium

    Feb 2, 2025 · Now let’s see how this compares to GraphSAGE. We start with an initial feature vector for each node (or vertex). At each step, we aggregate information from the local …

  6. GraphSAGE in PyTorch: A Comprehensive Guide - codegenes.net

    Jul 20, 2025 · This blog aims to provide a comprehensive guide on using GraphSAGE in PyTorch, covering fundamental concepts, usage methods, common practices, and best practices.

  7. Graph Neural Networks Part 3: How GraphSAGE Handles …

    Apr 1, 2025 · In this post, I will explain GraphSAGE and how it solves common problems of GCNs and GATs. We will train GraphSAGE and use it for graph predictions to compare performance …

  8. GraphSAGE — Graph4NLP v0.4.1 documentation

    GraphSAGE (GraphSAGE) is a framework for inductive representation learning on large graphs. GraphSAGE is used to generate low-dimensional vector representations for nodes, and is …

  9. GraphSAGE++: Weighted Multi-scale GNN for Graph ... - Springer

    Feb 9, 2024 · To address these challenges, we introduce a novel graph neural network framework, GraphSAGE++. Our model extracts the representation of the target node at each …

  10. Introducing GraphSAGE: A Framework for Inductive Graph

    Apr 23, 2025 · GraphSAGE is an inductive framework that efficiently generates graph embeddings for unseen nodes, making it particularly useful for applications involving dynamic …