paper-with-me

Papers

An Item-Based Collaborative Filtering using Dimensionality Reduction Techniques on Mahout Framework

2015-03-23 · Bokde Dheeraj kumar, Girase Sheetal, Mukhopadhyay Debajyoti

Collaborative Filtering is the most widely used prediction technique in Recommendation System. Most of the current CF recommender systems maintains single criteria user rating in user item matrix. However, recent studies indicate that recommender system depending on multi criteria can improve prediction and accuracy levels of recommendation by considering the user preferences in multi aspects of items. This gives birth to Multi Criteria Collaborative Filtering. In MC CF users provide the rating on multiple aspects of an item in new dimensions,thereby increasing the size of rating matrix, sparsity and scalability problem. Appropriate dimensionality reduction techniques are thus needed to take care of these challenges to reduce the dimension of user item rating matrix to improve the prediction accuracy and efficiency of CF recommender system. The process of dimensionality reduction maps the high dimensional input space into lower dimensional space. Thus, the objective of this paper is to propose an efficient MC CF algorithm using dimensionality reduction technique to improve the recommendation quality and prediction accuracy. Dimensionality reduction techniques such as Singular Value Decomposition and Principal Component Analysis are used to solve the scalability and alleviate the sparsity problems in overall rating. The proposed MC CF approach will be implemented using Apache Mahout, which allows processing of massive dataset stored in distributed/non-distributed file system.

📄 PDF Abstract BibTeX arXiv:1503.06562

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringDimensionality ReductionPredictionRecommendation Systems

Similar Papers 제목 키워드 기반

Completing partial recipes using item-based collaborative filtering to recommend ingredients

2019-07-23 · Paula Fermín Cueto, Meeke Roet, Agnieszka Słowik

Increased public interest in healthy lifestyles has motivated the study of algorithms that encourage people to follow a healthy diet. Applying collaborative filtering to build recommendation systems in domains where only…

Collaborative FilteringDimensionality ReductionRecommendation Systems

When Collaborative Filtering is not Collaborative: Unfairness of PCA for Recommendations

2023-10-15 · David Liu, Jackie Baek, Tina Eliassi-Rad

We study the fairness of dimensionality reduction methods for recommendations. We focus on the fundamental method of principal component analysis (PCA), which identifies latent components and produces a low-rank approxim…

Collaborative FilteringDimensionality ReductionFairness

A Hybrid Latent Variable Neural Network Model for Item Recommendation

2014-06-09 · Michael R. Smith, Tony Martinez, Michael Gashler

Collaborative filtering is used to recommend items to a user without requiring a knowledge of the item itself and tends to outperform other techniques. However, collaborative filtering suffers from the cold-start problem…

Collaborative Filtering

Dual-embedding based Neural Collaborative Filtering for Recommender Systems

2021-02-04 · Gongshan He, Dongxing Zhao, Lixin Ding

Among various recommender techniques, collaborative filtering (CF) is the most successful one. And a key problem in CF is how to represent users and items. Previous works usually represent a user (an item) as a vector of…

Collaborative FilteringRecommendation Systems

Collaborative Metric Learning

2017-04-01 · WWW 2017 4 · Cheng-Kang Hsieh, Longqi Yang, Yin Cui, Tsung-Yi Lin 외

Metric learning algorithms produce distance metrics that capture the important relationships among data. In this work we study the connection between metric learning and collaborative filtering. We propose Collaborative …

Collaborative FilteringMetric LearningRecommendation Systems