Pinned Repositories
ASReP
Released code of SIGIR2021 Augmenting Sequential Recommendation with Pseudo-Prior Items via Reversely Pre-training Transformer.
BERT-pytorch
Google AI 2018 BERT pytorch implementation
birankr
CRAN package for estimating various rank (centrality) measures of nodes in bipartite graphs (two-mode networks).
BPR-pytorch
A pytorch implementation for BPR (Bayesian Personalized Ranking).
BUIR
Bootstrapping User and Item Representations for One-Class Collaborative Filtering
CLCRec
Contrastive Learning for Cold-start Recommendation
deepwalk
DeepWalk - Deep Learning for Graphs
DWSRec
gdcl
MP4SR
lzz0007's Repositories
lzz0007/birankr
CRAN package for estimating various rank (centrality) measures of nodes in bipartite graphs (two-mode networks).
lzz0007/BPR-pytorch
A pytorch implementation for BPR (Bayesian Personalized Ranking).
lzz0007/deepwalk
DeepWalk - Deep Learning for Graphs
lzz0007/disentangled_graph_collaborative_filtering
Disentagnled Graph Collaborative Filtering, SIGIR2020
lzz0007/DMC
Code for Deep Multimodal Clustering for Unsupervised Audiovisual Learning (CVPR2019)
lzz0007/DMGC
Deep Multi-Graph Clustering via Attentive Cross-Graph Association
lzz0007/ESRM-KG
lzz0007/gae
Implementation of Graph Auto-Encoders in TensorFlow
lzz0007/gdc
Graph Diffusion Convolution, as proposed in "Diffusion Improves Graph Learning" (NeurIPS 2019)
lzz0007/GPT-GNN
Code for KDD'20 "Generative Pre-Training of Graph Neural Networks"
lzz0007/HERec
Source code for TKDE 2018 "Heterogeneous information network embedding for recommendation"
lzz0007/HNE
Heterogeneous Network Embedding: Survey, Benchmark, Evaluation, and Beyond
lzz0007/KDD2019_HetGNN
code of HetGNN
lzz0007/knowledge_graph_attention_network
KGAT: Knowledge Graph Attention Network for Recommendation, KDD2019
lzz0007/LightGCN-PyTorch
The PyTorch implementation of LightGCN
lzz0007/MGAT
This project is the source code for Multimodal Graph Attention Network(MGAT). The source code will be available on the acceptance of the paper.
lzz0007/MMGCN
MMGCN: Multi-modal Graph Convolution Network forPersonalized Recommendation of Micro-video
lzz0007/Multimodal-Transformer
[ACL'19] [PyTorch] Multimodal Transformer
lzz0007/multimodal-vae-public
A PyTorch implementation of "Multimodal Generative Models for Scalable Weakly-Supervised Learning" (https://arxiv.org/abs/1802.05335)
lzz0007/MVAE
This repository contains the code to the paper "MVAE: Multimodal Variational Autoencoder for Fake News Detection"
lzz0007/neural_collaborative_filtering
Neural Collaborative Filtering
lzz0007/NGCF-PyTorch
PyTorch Implementation for Neural Graph Collaborative Filtering
lzz0007/ppnp
PPNP & APPNP models from "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019)
lzz0007/pprgo_pytorch
PPRGo model in PyTorch, as proposed in "Scaling Graph Neural Networks with Approximate PageRank" (KDD 2020)
lzz0007/pretrain-gnns
Strategies for Pre-training Graph Neural Networks
lzz0007/pyGAT
Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)
lzz0007/pytorch-graphsage
Representation learning on large graphs using stochastic graph convolutions.
lzz0007/text-autoencoders
lzz0007/Transformer
Transformer seq2seq model, program that can build a language translator from parallel corpus
lzz0007/vae-cf-pytorch
Variational Autoencoders for Collaborative Filtering - Implementation in PyTorch