gaudelbijay / GraphSAGELite

A general framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously unseen data. Instead of training individual embeddings for each node, GraphSAGE learn a function that generates embeddings by sampling and aggregating features from a node’s local neighborhood. Here, the implementation of GraphSAGE is based on transductive training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphSAGELite

TensorFlow 2.x implementation

A general inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously unseen data. Instead of training individual embeddings for each node, GraphSAGE learn a function that generates embeddings by sampling and aggregating features from a node’s local neighborhood

About

A general framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously unseen data. Instead of training individual embeddings for each node, GraphSAGE learn a function that generates embeddings by sampling and aggregating features from a node’s local neighborhood. Here, the implementation of GraphSAGE is based on transductive training


Languages

Language:Python 100.0%