neural-collaborative-filtering
There are 47 repositories under neural-collaborative-filtering topic.
rixwew/pytorch-fm
Factorization Machine models in PyTorch
xiangwang1223/neural_graph_collaborative_filtering
Neural Graph Collaborative Filtering, SIGIR2019
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)
mengfeizhang820/Paperlist-for-Recommender-Systems
Recommender Systems Paperlist that I am interested in
Leavingseason/OpenLearning4DeepRecsys
Some deep learning based recsys for open learning.
guoyang9/NCF
A pytorch implementation of He et al. "Neural Collaborative Filtering" at WWW'17
huangtinglin/NGCF-PyTorch
PyTorch Implementation for Neural Graph Collaborative Filtering
sisinflab/elliot
Comprehensive and Rigorous Framework for Reproducible Recommender Systems Evaluation
duxy-me/ConvNCF
Experimental codes for paper "Outer Product-based Neural Collaborative Filtering".
xiangwang1223/disentangled_graph_collaborative_filtering
Disentagnled Graph Collaborative Filtering, SIGIR2020
xiangwang1223/neural_social_collaborative_ranking
Item Silk Road: Recommending Items from Information Domains to Social Users, SIGIR2017
AmanPriyanshu/Federated-Recommendation-Neural-Collaborative-Filtering
Federated Neural Collaborative Filtering (FedNCF). Neural Collaborative Filtering utilizes the flexibility, complexity, and non-linearity of Neural Network to build a recommender system. Aim to federate this recommendation system.
pyy0715/Neural-Collaborative-Filtering
pytorch version of NCF
liu-jc/PyTorch_NGCF
PyTorch Implemenation for Neural Graph Collaborative Filtering
Leavingseason/NeuralCF
A fork from https://github.com/hexiangnan/neural_collaborative_filtering. Change keras version to v2.1.3, and use tensorflow as the backend.
ash-shar/Long-Tail-GAN
Adversarial learning framework to enhance long-tail recommendation in Neural Collaborative Filtering
irecsys/DeepCARSKit
A Deep Learning Based Context-Aware Recommendation Library
DAC-KHUPID/seoul-date-course-recommendation
사용자의 취향에 따라 서울 내의 데이트 코스를 추천해주는 앱
tlatkowski/neural-recommender
Neural recommender system implementation in TensorFlow.
changhyeonnam/NCF
Neural Collaborative Filtering with MovieLens in pytorch
Ach113/federeco
implementation of federated neural collaborative filtering algorithm
stxupengyu/NCF-MF-for-Recommendation
分别使用传统方法(KNN,SVD,NMF等)和深度方法(NCF)进行推荐系统的评分预测。Traditional methods (KNN, SVD, NMF, etc.) and depth method (NCF) were used to predict rating of the recommendation system.
markdouthwaite/xanthus
Neural recommendation models in Python, using Tensorflow 2.0 & Keras.
michaelbzms/DeepRecommendation
This is the source code for my MSc thesis on Hybrid Recommendation Systems using Neural Networks.
IkgyuLee/NCF
Neural Collaborative Filtering with MovieLens dataset(WWW, 2017)
jinudaniel/neural_recommender
Neural Collaborative Filtering using Keras
reinbugnot/movielens-recommender-system
Recommender System ⬩ Created a Neural Collaborative Filtering Recommender System to predict user engagement/interaction using movies from 1995 to 2020 in the MovieLens dataset.
poludmik/NeuralCollaborativeFiltering.jl
A Julia implementation of three different recommender systems based on the concept of Neural Collaborative Filtering.
stxupengyu/NCF-for-Implicit-Feedback
Neural collaborative filtering (NCF) method is used for Microsoft MIND news recommendation dataset.
Aroize/Neural-Collaborative-Filtering-PyTorch
Implementation of NCF paper (https://arxiv.org/abs/1708.05031). Optional, you can use item and user features to reach higher scores
ashwinhprasad/Anime-Recommender-System
Anime Recommender System with various recommender system algorithms implemented in python
cheon-research/J-NCF-pytorch
PyTorch Implementation for J-NCF (ACM Transactions on Information Systems, 2019)
Soumyajain29/Neural-Collaborative-Filtering-PyTorch
Implementation of paper Neural Collaborative Filtering in PyTorch.
SumanSudhir/NeuMF-Swift
Neural Collaborative Filtering implementation in Swift for TensorFlow
Tejas-TA/Neural-Network-Movie-Recommendation
The repository consists of a recommendation engine that suggests movies to the users based on the genre and ratings previously received. Under the hood, a neural collaborative filtering technique has been implemented