Jiakui/awesome-gcn
resources for graph convolutional networks (图卷积神经网络相关资源)
This resource provides a curated collection of materials related to Graph Convolutional Networks (GCNs) and Graph Attention Networks (GATs). It gathers implementations, tutorials, and examples of how these techniques are applied across various tasks. Developers and researchers working with graph-structured data will find codebases and academic resources for building and enhancing models.
911 stars. No commits in the last 6 months.
Use this if you are a machine learning practitioner or researcher looking for existing implementations and examples of GCNs and GATs to apply to problems like text classification, recommendation systems, or knowledge graph analysis.
Not ideal if you are looking for a simple, off-the-shelf tool to solve a specific problem without needing to dive into the underlying model implementations or research.
Stars
911
Forks
135
Language
—
License
—
Category
Last pushed
Jul 12, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Jiakui/awesome-gcn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kyzhouhzau/NLPGNN
1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and...
IndexFziQ/GNN4NLP-Papers
A list of recent papers about Graph Neural Network methods applied in NLP areas.
qipeng/gcn-over-pruned-trees
Graph Convolution over Pruned Dependency Trees Improves Relation Extraction (authors' PyTorch...
kenqgu/Text-GCN
A PyTorch implementation of "Graph Convolutional Networks for Text Classification." (AAAI 2019)
daiquocnguyen/Graph-Transformer
Universal Graph Transformer Self-Attention Networks (TheWebConf WWW 2022) (Pytorch and Tensorflow)