# 图神经网络研究 **Repository Path**: fu-junyu/Graph-Neural-Networks ## Basic Information - **Project Name**: 图神经网络研究 - **Description**: 包含图神经网络的综述、领域应用、优化研究论文 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-05-07 - **Last Updated**: 2023-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 图神经网络研究 ├─GCN综述 │ A Comprehensive Survey on Graph Neural.pdf │ Deep Learning on Graphs A Survey.pdf │ Graph neural networks A review of methods and applications.pdf │ Relational inductive biases, deep learning, and graph networks.pdf │ 图卷积神经网络综述.pdf │ ├─GNN分类 │ ├─R-GCNs │ │ Modeling Relational Data with Graph Convolutional Networks.pdf │ │ │ ├─图卷积网络GCN │ │ SEMI-SUPERVISED CLASSIFICATION WITH.pdf │ │ │ ├─图时空网络Graph Spatial-temporal Networks │ ├─图注意力网络GAN │ ├─图生成网络Graph Generative Networks │ └─图自编码器Graph Autoencoders └─应用