liwenwei5110's Stars
PaddlePaddle/PaddleRec
Recommendation Algorithm大规模推荐算法库,包含推荐系统经典及最新算法LR、Wide&Deep、DSSM、TDM、MIND、Word2Vec、Bert4Rec、DeepWalk、SSR、AITM,DSIN,SIGN,IPREC、GRU4Rec、Youtube_dnn、NCF、GNN、FM、FFM、DeepFM、DCN、DIN、DIEN、DLRM、MMOE、PLE、ESMM、ESCMM, MAML、xDeepFM、DeepFEFM、NFM、AFM、RALM、DMR、GateNet、NAML、DIFM、Deep Crossing、PNN、BST、AutoInt、FGCNN、FLEN、Fibinet、ListWise、DeepRec、ENSFM,TiSAS,AutoFIS等,包含经典推荐系统数据集criteo 、movielens等
wubinzzu/NeuRec
Next RecSys Library
kang205/SASRec
SASRec: Self-Attentive Sequential Recommendation
AmazingDD/daisyRec
Official code for "DaisyRec 2.0: Benchmarking Recommendation for Rigorous Evaluation" (TPAMI2022) and "Are We Evaluating Rigorously? Benchmarking Recommendation for Reproducible Evaluation and Fair Comparison" (RecSys2020)
jaywonchung/BERT4Rec-VAE-Pytorch
Pytorch implementation of BERT4Rec and Netflix VAE.
pmixer/SASRec.pytorch
PyTorch(1.6+) implementation of https://github.com/kang205/SASRec
GavinHacker/recsys_core
[推荐系统] Based on the scoring data set, the recommendation system is built with FM and LR as the core(基于评分数据集,构建以FM和LR为核心的推荐系统).
RUCAIBox/CIKM2020-S3Rec
Code for CIKM2020 "S3-Rec: Self-Supervised Learning for Sequential Recommendation with Mutual Information Maximization"
SungMinCho/BERT4Rec-PyTorch
ACVAE/ACVAE-PyTorch
PyTorch Code for Adversarial and Contrastive AutoEncoder for Sequential Recommendation.
yeganegi-reza/Torch-GRU4Rec
PyTorch implementation GRU4Rec model
riktor/KGPL
A tensorflow implementation of KGPL
BoBoManTou/KG
对于三元组中的实体首先通过实体链接维基百科获取实体描述信息,在经过停用词过滤等预处理后输入BERT模型获得句子级向量表示,然后通过卷积神经网络获取实体描述文本整体向量表示。
jinweiluo/BERT4Rec_AC
xiez22/BERT4RecPy3
Python3 Version of BERT4Rec.
emailhxn/gcmc
Graph Convolutional Matrix Completion
ghost0913/BERT4Rec_AC