# GraphNeuralNetwork **Repository Path**: d8899p/GraphNeuralNetwork ## Basic Information - **Project Name**: GraphNeuralNetwork - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-28 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GraphNeuralNetwork 《深入浅出图神经网络:GNN原理解析》配套代码 ### 环境依赖 ``` python>=3.6 jupyter scipy numpy matplotlib torch>=1.2.0 ``` ### Getting Start * [x] [Chapter5: 基于GCN的节点分类](./chapter5) * [x] [Chapter7: GraphSage示例](./chapter7) * [x] [Chapter8: 图分类示例](./chapter8) * [x] [Chapter9: 图自编码器](./chapter9)