# GraphNeuralNetwork **Repository Path**: blackclover/GraphNeuralNetwork ## Basic Information - **Project Name**: GraphNeuralNetwork - **Description**: 《深入浅出图神经网络:GNN原理解析》配套代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-04-21 - **Last Updated**: 2021-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GraphNeuralNetwork 《深入浅出图神经网络:GNN原理解析》配套代码 ### 环境依赖 ``` python>=3.6 jupyter scipy numpy matplotlib torch>=1.2.0 ``` ### Getting Start * [x] [Chapter5](./chapter5) * [x] [Chapter7](./chapter7) * [x] [Chapter8](./chapter8) * [ ] [Chapter9](./chapter9)