Stupid22's Stars
hermosayhl/books
统计相关书籍
msnews/MIND
Microsoft News Dataset
fendouai/Awesome-Chatbot
Awesome Chatbot Projects,Corpus,Papers,Tutorials.Chinese Chatbot =>:
thunlp/GNNPapers
Must-read papers on graph neural networks (GNN)
RexYing/gnn-model-explainer
gnn explainer
declare-lab/conv-emotion
This repo contains implementation of different architectures for emotion recognition in conversations.
PetarV-/DGI
Deep Graph Infomax (https://arxiv.org/abs/1809.10341)
Yale-LILY/Awesome-NLP-Research
eliorc/node2vec
Implementation of the node2vec algorithm.
malllabiisc/WordGCN
ACL 2019: Incorporating Syntactic and Semantic Information in Word Embeddings using Graph Convolutional Networks
svjan5/GNNs-for-NLP
Tutorial: Graph Neural Networks for Natural Language Processing at EMNLP 2019 and CODS-COMAD 2020
leoguti85/GraphEmbs
Unsupervised Network Embeddings for Graph Visualization, Clustering and Classification
Tiiiger/SGC
official implementation for the paper "Simplifying Graph Convolutional Networks"
dbusbridge/gcn_tutorial
A tutorial on Graph Convolutional Neural Networks
tkipf/pygcn
Graph Convolutional Networks in PyTorch
spriya14/Data_Visualization-using_T-SNE
Visualization of data using t-distributed stochastic neighbor embedding plots to a huge dataset.
XifengGuo/DEC-keras
Keras implementation for Deep Embedding Clustering (DEC)
nnzhan/Graph-WaveNet
graph wavenet
HKUST-KnowComp/MNE
Source Code for IJCAI 2018 paper "Scalable Multiplex Network Embedding"
stuntgoat/kmeans
K Means Clustering with Python
thunlp/OpenNE
An Open-Source Package for Network Embedding (NE)
dmpierre/LINE
A PyTorch implementation of the LINE paper.
tangjianpku/LINE
LINE: Large-scale information network embedding
dragen1860/GCN-PyTorch
Graph Convolution Network for PyTorch
bmsookim/graph-cnn.pytorch
Pytorch Implementation for Graph Convolutional Neural Networks
iworldtong/text_gcn.pytorch
PyTorch implementation of "Graph Convolutional Networks for Text Classification. Yao et al. AAAI2019."
SConsul/Global_Convolutional_Network
Pytorch implementation of GCN architecture for semantic segmentation
tkipf/gcn
Implementation of Graph Convolutional Networks in TensorFlow
rusty1s/pytorch_sparse
PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch