Multi-Component-Graph-Convolutional-Collaborative-Filtering
Recommender system
A deep learning framework for collaborative filtering and graph-based recommender systems
Source code for AAAI 2020 paper "Multi-Component Graph Convolutional Collaborative Filtering"
60 stars
2 watching
18 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
recommendation
Related projects:
Repository | Description | Stars |
---|---|---|
xiangwang1223/neural_graph_collaborative_filtering | A Python implementation of a graph neural network-based collaborative filtering framework for personalized recommendation systems | 806 |
yihong-chen/neural-collaborative-filtering | An implementation of a deep learning-based framework for making recommendations using neural networks and matrix factorization. | 480 |
hexiangnan/neural_collaborative_filtering | An implementation of collaborative filtering models using deep learning techniques | 1,800 |
deepgraphlearning/recommendersystems | A comprehensive library of algorithms and techniques for building recommender systems | 1,102 |
mauriziofd/recsys2019_deeplearning_evaluation | An evaluation framework and repository of deep learning algorithms for recommendation systems | 983 |
bupt-gamma/openhgnn | An open-source toolkit for training and applying heterogeneous graph neural networks using PyTorch and the Deep Graph Library. | 867 |
preferredai/cornac | A tool for building and comparing multimodal recommender systems using various machine learning algorithms. | 884 |
je-dbl/gnn-recsys | A framework for building and training Graph Neural Networks for recommendation systems | 277 |
alibaba/easyrec | A framework for building and deploying scalable recommendation algorithms | 1,784 |
deeplearningbrasil/mars-gym | A framework for building and evaluating recommender systems using reinforcement learning | 51 |
ghamrouni/recommender | A C-based system for predicting product recommendations using collaborative filtering algorithms | 264 |
mop/bier | This project implements a deep metric learning framework using an adversarial auxiliary loss to improve robustness. | 39 |
clhchtcjj/bine | This repository provides an implementation of a bipartite network embedding algorithm for collaborative filtering and link prediction tasks. | 226 |
greenwolf-nsk/yandex-cup-2022-recsys | A recommender system built using multiple candidate selection and ranking methods for predicting next item likes in a streaming data environment. | 54 |
mediabrain-sjtu/pfedgraph | This project enables personalized federated learning with inferred collaboration graphs to improve the performance of machine learning models on non-IID (non-independent and identically distributed) datasets. | 26 |