subbyte / graphsage-tf2
Yet Another GraphSage Implementation in TensorFlow2
☆20Updated 5 years ago
Alternatives and similar repositories for graphsage-tf2
Users that are interested in graphsage-tf2 are comparing it to the libraries listed below
Sorting:
- GraphSAGE 的 tensorflow2.0 实现☆15Updated 4 years ago
- 自己 学习推荐系统过程中用到的代码☆50Updated 5 years ago
- KDD2019-Metapath-guided Heterogeneous Graph Neural Network for Intent Recommendation☆189Updated 2 years ago
- Tensorflow implementation of 'Inductive Representation Learning on Large Graphs'☆25Updated 6 years ago
- 将deepwalk、node2vector和阿里的文章:Billion-scale Commodity Embedding for E-commerce Recommendation in Alibaba 用代码实现☆55Updated 5 years ago
- Source code for TKDE 2018 "Heterogeneous information network embedding for recommendation"☆168Updated 3 years ago
- Source code for KDD 2018 paper "Leverage Meta-path based Context for Top-N Recommendation with a Neural Co-Attention Model"☆127Updated 5 years ago
- ☆18Updated 4 years ago
- SR-GNN增加中文注释(学习版本)☆32Updated 2 years ago
- Attentive Group Recommendation☆134Updated 4 years ago
- Paper and notes of Recommender systems.☆37Updated 5 years ago
- 使用DGL和pytorch实现metapath2vec☆50Updated 3 years ago
- The learning of the GraphNeuralNetwork☆155Updated 5 years ago
- A demo code of KDD2020 paper "M2GRL: A Multi-task Multi-view Graph Representation Learning Framework for Web-scale Recommender Systems"☆97Updated 4 years ago
- The project including MMOE, SNR_trans, SNR_avg, PLE, etc implemented by pytorch.