graphsage-simple
Graph neural network
Reference implementation of a graph neural network algorithm
Simple reference implementation of GraphSAGE.
1k stars
13 watching
241 forks
Language: Python
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
eilene/gwnn | A TensorFlow implementation of a graph convolution algorithm using wavelet transforms instead of traditional methods. | 64 |
bobluppes/graaf | A lightweight C++ graph library designed to simplify graph-related tasks and provide general-purpose graph algorithms | 187 |
xgfs/verse | An open-source implementation of graph embedding from similarity measures | 129 |
dolevf/graphw00f | A tool to identify and analyze the underlying technology behind a GraphQL endpoint. | 587 |
matenure/fastgcn | Implementation of graph convolutional network algorithms with sampling techniques to improve learning speed and efficiency | 520 |
zhengwang100/rect | A deep learning framework for graph representation learning with partially labeled data | 19 |
hongyanggao/lgcn | An implementation of learnable graph convolutional networks for efficient graph processing | 46 |
liqimai/gcn | An implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries. | 45 |
snap-stanford/distance-encoding | A deep learning framework designed to improve the performance of Graph Neural Networks (GNNs) through distance encoding techniques. | 184 |
thomasp85/ggraph | A grammar of graphics for relational data structures, extending ggplot2 to support network and graph visualization. | 1,080 |
lamelizard/graphwavefunctioncollapse | This package uses graph patterns to color graphs based on an initial input graph | 58 |
graspologic-org/graspologic | A package providing graph statistical algorithms and utilities for processing and analyzing graphs | 833 |
snap-stanford/graphgym | A platform for designing and evaluating Graph Neural Networks (GNN) models | 1,738 |
graph4ai/graph4nlp | A Python library that enables the use of Graph Neural Networks for Natural Language Processing tasks. | 1,676 |
microsoft/prophetnet | A collection of research implementations and models for natural language generation | 694 |