shengwa's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
google-research/bert
TensorFlow code and pre-trained models for BERT
Lightning-AI/pytorch-lightning
Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
cool-RR/PySnooper
Never use print for debugging again
thunlp/GNNPapers
Must-read papers on graph neural networks (GNN)
ShangtongZhang/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
allenai/allennlp
An open-source NLP research library, built on PyTorch.
grandyang/leetcode
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
Lyken17/pytorch-OpCounter
Count the MACs / FLOPs of your PyTorch model.
martinarjovsky/WassersteinGAN
openai/finetune-transformer-lm
Code and model for the paper "Improving Language Understanding by Generative Pre-Training"
chemprop/chemprop
Message Passing Neural Networks for Molecule Property Prediction
microsoft/gated-graph-neural-network-samples
Sample Code for Gated Graph Neural Networks
molecularsets/moses
Molecular Sets (MOSES): A Benchmarking Platform for Molecular Generation Models
openseg-group/OCNet.pytorch
Please choose the openseg.pytorch project for the updated code that achieve SOTA on 6 benchmarks!
wengong-jin/icml18-jtnn
Junction Tree Variational Autoencoder for Molecular Graph Generation (ICML 2018)
snap-stanford/GraphRNN
shagunsodhani/Graph-Reading-Group
Weekly reading group on Graphs at Mila
microsoft/constrained-graph-variational-autoencoder
Sample code for Constrained Graph Variational Autoencoders
EBjerrum/SMILES-enumeration
SMILES enumeration for QSAR modelling using LSTM recurrent neural networks
danieldjohnson/gated-graph-transformer-network
Code to accompany the paper "Learning Graphical State Transitions"
wengong-jin/iclr19-graph2graph
Learning Multimodal Graph-to-Graph Translation for Molecular Optimization (ICLR 2019)
dongjun-Lee/transfer-learning-text-tf
Tensorflow implementation of Semi-supervised Sequence Learning (https://arxiv.org/abs/1511.01432)
Hanjun-Dai/sdvae
code for Syntax-Directed Variational Autoencoder that generates programs and molecues
wengong-jin/chemprop
Chemical Property Prediction with Graph Convolutional Networks
YuemingJin/MTRCNet-CL
[MedIA'20]Multi-task recurrent convolutional network with correlation loss for surgical video analysis, winner algorithm at MICCAI'19 Surgical Workflow and Skill Analysis Challenge
thaonguyen19/gated-graph-neural-network-pytorch
PyTorch implementation of Gated Graph Neural Networks by Microsoft Research