TL;DR
GHRS is a graph-based hybrid recommendation system that combines user ratings, demographics, and location data with autoencoder features to improve accuracy, especially in cold-start scenarios, demonstrated on MovieLens data.
Contribution
The paper introduces GHRS, a novel hybrid recommender system utilizing graph models and autoencoder features to enhance recommendation accuracy and cold-start performance.
Findings
GHRS outperforms existing algorithms on MovieLens dataset.
Autoencoder-based feature extraction improves user clustering.
Hybrid approach effectively addresses cold-start problem.
Abstract
Research about recommender systems emerges over the last decade and comprises valuable services to increase different companies' revenue. Several approaches exist in handling paper recommender systems. While most existing recommender systems rely either on a content-based approach or a collaborative approach, there are hybrid approaches that can improve recommendation accuracy using a combination of both approaches. Even though many algorithms are proposed using such methods, it is still necessary for further improvement. In this paper, we propose a recommender system method using a graph-based model associated with the similarity of users' ratings, in combination with users' demographic and location information. By utilizing the advantages of Autoencoder feature extraction, we extract new features based on all combined attributes. Using the new set of features for clustering users, our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methodsk-Means Clustering
