SunQingYun1996's Stars
conwnet/github1s
One second to read GitHub code with VS Code.
MorvanZhou/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
naganandy/graph-based-deep-learning-literature
links to conference publications in graph-based deep learning
louisfb01/best_AI_papers_2021
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
divelab/DIG
A library for graph deep learning research
htqin/awesome-model-quantization
A list of papers, docs, codes about model quantization. This repo is aimed to provide the info for model quantization research, we are continuously improving the project. Welcome to PR the works (papers, repositories) that are missed by the repo.
BDBC-KG-NLP/QA-Survey-CN
北京航空航天大学大数据高精尖中心自然语言处理研究团队开展了智能问答的研究与应用总结。包括基于知识图谱的问答(KBQA),基于文本的问答系统(TextQA),基于表格的问答系统(TableQA)、基于视觉的问答系统(VisualQA)和机器阅读理解(MRC)等,每类任务分别对学术界和工业界进行了相关总结。
THUYimingLi/backdoor-learning-resources
A list of backdoor learning resources
seongjunyun/Graph_Transformer_Networks
Graph Transformer Networks (Authors' PyTorch implementation for the NeurIPS 19 paper)
acbull/pyHGT
Code for "Heterogeneous Graph Transformer" (WWW'20), which is based on pytorch_geometric
Cantoria/dynamic-graph-papers
Archive of Temporal Knowledge Reasoning in Social Network and Knowledge Graph
sunfanyunn/InfoGraph
Official code for "InfoGraph: Unsupervised and Semi-supervised Graph-Level Representation Learning via Mutual Information Maximization" (ICLR 2020, spotlight)
villmow/datasets_knowledge_embedding
Datasets for Knowledge Graph Completion with textual information about the entities
YingtongDou/CARE-GNN
Code for CIKM 2020 paper Enhancing Graph Neural Network-based Fraud Detectors against Camouflaged Fraudsters
hugochan/IDGL
Code & data accompanying the NeurIPS 2020 paper "Iterative Deep Graph Learning for Graph Neural Networks: Better and Robust Node Embeddings".
snap-stanford/graphwave
xingjunm/lid_adversarial_subspace_detection
Code for paper "Characterizing Adversarial Subspaces Using Local Intrinsic Dimensionality".
GSL-Benchmark/GSLB
A comprehensive benchmark of Graph Structure Learning (NeurIPS 2023 Datasets and Benchmarks Track)
kashif/ICLR2022-OpenReviewData
Crawl & visualize ICLR papers and reviews.
SikaStar/IDM
nd7141/graph_datasets
Data for "Understanding Isomorphism Bias in Graph Data Sets" paper.
dfdazac/dgi
TensorFlow implementation of Deep Graph Infomax
zhaohan-xi/GraphBackdoor
Samyu0304/graph-information-bottleneck-for-Subgraph-Recognition
burklight/nonlinear-IB-PyTorch
Pytorch Implementation of the Nonlinear Information Bottleneck
zaixizhang/graphbackdoor
A PyTorch implementation of "Backdoor Attacks to Graph Neural Networks" (SACMAT'21)
mgarbellini/Quantum-Walks-Time-Dependent-Hamiltonians
In this thesis we study the properties of quantum walks with time dependent Hamiltonians, focusing in particular on the application to the quantum search problem on graphs. We study the search, localization and give a measure of robustness.
pradeepnpk/Quantum-walk
Open quantum walk simulations in python
SunQingYun1996/SUGAR
Code for "SUGAR: Subgraph Neural Network with Reinforcement Pooling and Self-Supervised Mutual Information Mechanism""
mapleyustat/quantum_walk_neural_network
This is an algorithm for quantum walk neural networks on a star-shaped graph. The quantum walker learns a transition matrix of the graph through the algorithm.