CyrilZhao-sudo's Stars
tensorflow/tensor2tensor
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.
optuna/optuna
A hyperparameter optimization framework
jadore801120/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
tkipf/gcn
Implementation of Graph Convolutional Networks in TensorFlow
shuhuai007/Machine-Learning-Session
williamleif/GraphSAGE
Representation learning on large graphs using stochastic graph convolutions.
PetarV-/GAT
Graph Attention Networks (https://arxiv.org/abs/1710.10903)
Diego999/pyGAT
Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)
dreamquark-ai/tabnet
PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf
google/youtube-8m
Starter code for working with the YouTube-8M dataset.
yuanliangding/books
"我的阅历"
jrzaurin/pytorch-widedeep
A flexible package for multimodal-deep-learning to combine tabular data with text and images using Wide and Deep models in Pytorch
Lyken17/Efficient-PyTorch
My best practice of training large dataset using PyTorch.
rixwew/pytorch-fm
Factorization Machine models in PyTorch
guoday/Tencent2020_Rank1st
The code for 2020 Tencent College Algorithm Contest, and the online result ranks 1st.
lucidrains/tab-transformer-pytorch
Implementation of TabTransformer, attention network for tabular data, in Pytorch
lsdefine/attention-is-all-you-need-keras
A Keras+TensorFlow Implementation of the Transformer: Attention Is All You Need
Lyken17/pytorch-memonger
Sublinear memory optimization for deep learning. https://arxiv.org/abs/1604.06174
FakerYFX/Bert-Pytorch-Chinese-TextClassification
Pytorch Bert Finetune in Chinese Text Classification
busesese/MultiTaskModel
multi task mode for esmm and mmoe
JianxGao/C-machine-learning
C语言手撕机器学习/深度学习算法
bottergpt/Tencent2020_Top5
2020腾讯广告算法大赛 Top5 solution. https://algo.qq.com/
aldente0630/gauss-rank-scaler
Scikit-learn compatible implementation of the Gauss Rank scaling method
dglai/dgl_winter_school
llllllyu/Tencent2020_Rank11
2020腾讯广告算法大赛复赛rank11(lyu)
DataCanvasIO/tabular-toolbox
A library of extension and helper modules for tabular data base on python's machine learning frameworks.
zyDotwei/word2vec_skipgram
手写基于负采样的skip-gram的Word2vec。
lucacarniato/optuna-cross-validation-search
Performing hyperparameter search for models implementing the scikit-learn model interface
xamxxxx/gauss_rank_scaler
Scikit-learn compatible implementation of the Gauss Rank scaling method