You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comparative study of graph-based recommendation models NGCF and LightGCN, reproducing benchmark results on Amazon-book and evaluating generalization on Amazon-software-2023 using Recall@20 and NDCG@20.
This repository documents our comprehensive approach to building an effective recommendation system for predicting customer repurchases on Carrefour's eCommerce platform. Starting with simple statistical methods and progressing to advanced neural network architectures, we've explored multiple approaches to tackle this recommendation challenge.
Comparative Analysis of Recommender Systems on Goodreads Data: A study benchmarking SVD, SVAE, NGCF, and LightGCN models to understand their efficacy in book recommendation.