maryamastero's Stars
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
google-deepmind/deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
deepchem/deepchem
Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology
snap-stanford/ogb
Benchmark datasets, data loaders, and evaluators for graph machine learning
weihua916/powerful-gnns
How Powerful are Graph Neural Networks?
benedekrozemberczki/SimGNN
A PyTorch implementation of "SimGNN: A Neural Network Approach to Fast Graph Similarity Computation" (WSDM 2019).
dmarx/anthology-of-modern-ml
Collection of important articles to be treated as a textbook
lukecavabarrett/pna
Implementation of Principal Neighbourhood Aggregation for Graph Neural Networks in PyTorch, DGL and PyTorch Geometric
rxn4chemistry/rxnmapper
RXNMapper: Unsupervised attention-guided atom-mapping. Code complementing our Science Advances publication on "Extraction of organic chemistry grammar from unsupervised learning of chemical reactions" (https://advances.sciencemag.org/content/7/15/eabe4166).
Lin-Yijie/Graph-Matching-Networks
PyTorch implementation of Graph Matching Networks, e.g., Graph Matching with Bi-level Noisy Correspondence (COMMON, ICCV 2023), Graph Matching Networks for Learning the Similarity of Graph Structured Objects (GMN, ICML 2019).
rusty1s/deep-graph-matching-consensus
Implementation of "Deep Graph Matching Consensus" in PyTorch
deepfindr/gnn-project
A Graph Neural Network project on HIV data
chrsmrrs/k-gnn
Source code for our AAAI paper "Weisfeiler and Leman Go Neural: Higher-order Graph Neural Networks".
Graph-COM/GSAT
[ICML 2022] Graph Stochastic Attention (GSAT) for interpretable and generalizable graph learning.
connorcoley/retrosim
knu-lcbc/RetroTRAE
Retrosynthetic prediction with Atom Environments
chython/chython
Library for processing molecules and reactions in python way
linafaik08/graph_neural_networks
nghiahhnguyen/Graph-Matching-Networks-PyTorch
This is a **reimplementation** of the ICLR 2019 paper "Graph Matching Networks for Learning the Similarity of Graph Structured Objects" (Li et al.) in PyTorch.
rxn4chemistry/rxn-chemutils
Chemistry-related Python utilities used in the RXN universe
hasic-haris/one_step_retrosynth_ai
This project introduces a novel single-step retrosynthesis approach based on chemical compound substructures and fingerprint descriptors.
jiyangbai/TaGSim
CMACH508/IA-SSGM
connorcoley/nips17-rexgen
Predicting Organic Reaction Outcomes with Weisfeiler-Lehman Network
shichence/GLN
Implementation of Retrosynthesis Prediction with Conditional Graph Logic Network