scholarly journals Addressing Cold Start Problem in Collaborative Filtering using Demographic Data with Entropy-based Methodology

2021 ◽  
Vol 6 (4) ◽  
Author(s):  
Victor T. Odumuyiwa ◽  
Olalekan P. Oloba

Collaborative filtering based recommender systems (RS) are faced with cold start problem. This problem arises when the RS does not have enough information or opinion about a person or about a product and therefore cannot make recommendation for such person. In this paper, the demographic data of the user such as age, gender, and occupation are utilized as additional sources together with existing users’ rating to tackle the cold start problem by employing the entropy-based methodology to determine the degree of predictability.  Experimental results on MovieLens dataset showed that the proposed method gives higher accuracy than other existing demographic based methods. Keywords— Cold Start, Collaborative Filtering, Entropy, Demographic Approach, Recommender Systems

Information ◽  
2019 ◽  
Vol 10 (1) ◽  
pp. 15
Author(s):  
Sultan Alfarhood ◽  
Susan Gauch ◽  
Kevin Labille

Recommender systems can utilize Linked Open Data (LOD) to overcome some challenges, such as the item cold start problem, as well as the problem of explaining the recommendation. There are several techniques in exploiting LOD in recommender systems; one approach, called Linked Data Semantic Distance (LDSD), considers nearby resources to be recommended by calculating a semantic distance between resources. The LDSD approach, however, has some drawbacks such as its inability to measure the semantic distance resources that are not directly linked to each other. In this paper, we first propose another variation of the LDSD approach, called wtLDSD, by extending indirect distance calculations to include the effect of multiple links of differing properties within LOD, while prioritizing link properties. Next, we introduce an approach that broadens the coverage of LDSD-based approaches beyond resources that are more than two links apart. Our experimental results show that approaches we propose improve the accuracy of the LOD-based recommendations over our baselines. Furthermore, the results show that the propagation of semantic distance calculation to reflect resources further away in the LOD graph extends the coverage of LOD-based recommender systems.


2021 ◽  
Author(s):  
Kirubahari R ◽  
Miruna Joe Amali S

Abstract Recommender Systems (RS) help the users by showing better products and relevant items efficiently based on their likings and historical interactions with other users and items. Collaborative filtering is one of the most powerful technique of recommender system and provides personalized recommendation for users by prediction rating approach. Many Recommender Systems generally model only based on user implicit feedback, though it is too challenging to build RS. Conventional Collaborative Filtering (CF) techniques such as matrix decomposition, which is a linear combination of user rating for an item with latent features of user preferences, but have limited learning capacity. Additionally, it has been suffering from data sparsity and cold start problem due to insufficient data. In order to overcome these problems, an integration of conventional collaborative filtering with deep neural networks is proposed. A Weighted Parallel Deep Hybrid Collaborative Filtering based on Singular Value Decomposition (SVD) and Restricted Boltzmann Machine (RBM) is proposed for significant improvement. In this approach a user-item relationship matrix with explicit ratings is constructed. The user - item matrix is integrated to Singular Value Decomposition (SVD) that decomposes the matrix into the best lower rank approximation of the original matrix. Secondly the user-item matrix is embedded into deep neural network model called Restricted Boltzmann Machine (RBM) for learning latent features of user- item matrix to predict user preferences. Thus, the Weighted Parallel Deep Hybrid RS uses additional attributes of user - item matrix to alleviate the cold start problem. The proposed method is verified using two different movie lens datasets namely, MovieLens 100K and MovieLens of 1M and evaluated using Root Mean Squared Error (RMSE) and Mean Absolute Error (MAE). The results indicate better prediction compared to other techniques in terms of accuracy.


In the past few years, the advent of computational and prediction technologies has spurred a lot of interest in recommendation research. Content-based recommendation and collaborative filtering are two elementary ways to build recommendation systems. In a content based recommender system, products are described using keywords and a user profile is developed to enlist the type of products the user may like. Widely used Collaborative filtering recommender systems provide recommendations based on similar user preferences. Hybrid recommender systems are a blend of content-based and collaborative techniques to harness their advantages to maximum. Although both these methods have their own advantages, they fail in ‘cold start’ situations where new users or products are introduced to the system, and the system fails to recommend new products as there is no usage history available for these products. In this work we work on MovieLens 100k dataset to recommend movies based on the user preferences. This paper proposes a weighted average method for combining predictions to improve the accuracy of hybrid models. We used standard error as a measure to assign the weights to the classifiers to approximate their participation in predicting the recommendations. The cold start problem is addressed by including demographic data of the user by using three approaches namely Latent Vector Method, Bayesian Weighted Average, and Nearest Neighbor Algorithm.


2019 ◽  
Vol 06 (01) ◽  
pp. 3-16
Author(s):  
Leschek Homann ◽  
Denis Mayr Lima Martins ◽  
Gottfried Vossen ◽  
Karsten Kraume

Collaborative Filtering (CF) has become the most popular approach for developing Recommender Systems in diverse business applications. Unfortunately, problems such as the cold-start problem (i.e., new users or items enter the system and for those no previous preference information is available) and the gray sheep problem (i.e., cases in which a user profile does not match any other profile in the user community) are widely recognized for hindering recommendation effectiveness of traditional CF methods. To alleviate such problems, substantial research has focused on enhancing CF with social information about users (e.g., social relationships and communities). However, despite the crescent interest in social-based approaches, researches and practitioners face the challenge of developing their own Recommender System architecture for appropriately combining social and collaborative filtering methods to improve recommendation results. In this paper, we address this issue by introducing a flexible architecture to support researchers and practitioners in the task of designing real-world Recommender Systems that exploit social network data. We focus on detailing our proposed architecture modules and their interplay, potential algorithms for extracting and combining relevant social information, and candidate technologies for handling diverse and massive data volumes. Additionally, we provide an empirical analysis demonstrating the effectiveness of the proposed architecture on alleviating the cold-start problem over a concrete experimental case.


2012 ◽  
Vol 3 (2) ◽  
pp. 14-28 ◽  
Author(s):  
Zainab Khanzadeh ◽  
Mehregan Mahdavi

Internet technology has rapidly grown during the last decades. Presently, users are faced with a great amount of information and they need help to find appropriate items in the shortest possible time. Recommender systems were introduced to overcome this problem of overloaded information. They recommend items of interest to users based on their expressed preferences. Major e-commerce companies try to use this technology to increase their sales. Collaborative Filtering is the most promising technique in recommender systems. It provides personalized recommendations according to user preferences. But one of the problems of Collaborative Filtering is cold-start. The authors provide a novel approach for solving this problem through using the attributes of items in order to recommend items to more people for improving e-business activities. The experimental results show that the proposed method performs better than existing methods in terms of the number of generated recommendations and their quality.


2016 ◽  
Vol 43 (1) ◽  
pp. 135-144 ◽  
Author(s):  
Mehdi Hosseinzadeh Aghdam ◽  
Morteza Analoui ◽  
Peyman Kabiri

Recommender systems have been widely used for predicting unknown ratings. Collaborative filtering as a recommendation technique uses known ratings for predicting user preferences in the item selection. However, current collaborative filtering methods cannot distinguish malicious users from unknown users. Also, they have serious drawbacks in generating ratings for cold-start users. Trust networks among recommender systems have been proved beneficial to improve the quality and number of predictions. This paper proposes an improved trust-aware recommender system that uses resistive circuits for trust inference. This method uses trust information to produce personalized recommendations. The result of evaluating the proposed method on Epinions dataset shows that this method can significantly improve the accuracy of recommender systems while not reducing the coverage of recommender systems.


Sign in / Sign up

Export Citation Format

Share Document