FighterLYL/GraphNeuralNetwork
Python code implementing graph neural network algorithms including GCN, GraphSage, graph autoencoders, and graph classification models.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
This repository contains Jupyter Notebook and Python implementations of graph neural network concepts from a Chinese book on GNN principles. It covers foundational architectures including Graph Convolutional Networks for node classification, GraphSAGE for sampling-based neighborhood aggregation, graph autoencoders for representation learning, and graph-level classification. All implementations use PyTorch.