scholarly journals Sistema de recomendación de contenidos para libros electrónicos inteligentes [Contents recommender system for intelligent eBooks]

Author(s):  
Edward Rolando Núnez Valdez ◽  
Vicente García Díaz ◽  
Jordan Pascual Espada ◽  
Carlos Enrique Montenegro Marín ◽  
Juan Manuel Cueva Lovelle ◽  
...  

Resumen Un sistema de recomendación de contenidos para libros electrónicos inteligentes permite construir conocimientos colectivos para un conjunto de usuarios de una red social. Basándose en el análisis del comportamiento, preferencias y antecedentes de lectura, ayuda a los usuarios a descubrir contenidos interesantes relacionados a su perfil. En este trabajo, se propone un modelo para una plataforma de recomendación de contenidos basado en la retroalimentación implícita que ayude a los usuarios a descubrir contenidos de su interés de forma automática y dinámica. Palabras ClaveACRIE. GIUG, libros electrónicos, retroalimentación implícita, retroalimentación explicita, Sistemas de recomendación.   Abstract A content recommendation system for intelligent electronic books can build collective knowledge to a set of social network users. Based on the analysis of the behavior, preferences and background reading, helps users discover interesting content related to their profile. In this paper, we propose a model for a content recommendation platform based on implicit feedback to help users to discover content on their interest, automatically and dynamically. Keywords ACRIE, eBooks, GIUG, implicit feedback, explicit feedback, recommendation systems. 

2021 ◽  
Vol 3 (2) ◽  
pp. 66-72
Author(s):  
Riad Taufik Lazwardi ◽  
Khoirul Umam

The analysis used in this study uses the help of Google Analytics to understand how the user's behavior on the Calculus learning material educational website page. Are users interested in recommendation articles? The answer to this question provides insight into the user's decision process and suggests how far a click is the result of an informed decision. Based on these results, it is hoped that a strategy to generate feedback from clicks should emerge. To evaluate the extent to which feedback shows relevance, versus implicit feedback to explicit feedback collected manually. The study presented in this study differs in at least two ways from previous work assessing the reliability of implicit feedback. First, this study aims to provide detailed insight into the user decision-making process through the use of a recommendation system with an implicit feedback feature. Second, evaluate the relative preferences that come from user behavior (user behavior). This differs from previous studies which primarily assessed absolute feedback. 


Author(s):  
Gandhali Malve ◽  
Lajree Lohar ◽  
Tanay Malviya ◽  
Shirish Sabnis

Today the amount of information in the internet growth very rapidly and people need some instruments to find and access appropriate information. One of such tools is called recommendation system. Recommendation systems help to navigate quickly and receive necessary information. Many of us find it difficult to decide which movie to watch and so we decided to make a recommender system for us to better judge which movie we are more likely to love. In this project we are going to use Machine Learning Algorithms to recommend movies to users based on genres and user ratings. Recommendation system attempt to predict the preference or rating that a user would give to an item.


2020 ◽  
Vol 5 ◽  
pp. 21-30
Author(s):  
Oksana Chala ◽  
Lyudmyla Novikova ◽  
Larysa Chernyshova ◽  
Angelika Kalnitskaya

The problem of identifying shilling attacks, which are aimed at forming false ratings of objects in the recommender system, is considered. The purpose of such attacks is to include in the recommended list of items the goods specified by the attacking user. The recommendations obtained as a result of the attack will not correspond to customers' real preferences, which can lead to distrust of the recommender system and a drop in sales. The existing methods for detecting shilling attacks use explicit feedback from the user and are focused primarily on building patterns that describe the key characteristics of the attack. However, such patterns only partially take into account the dynamics of user interests. A method for detecting shilling attacks using implicit feedback is proposed by comparing the temporal description of user selection processes and ratings. Models of such processes are formed using a set of weighted temporal rules that define the relationship in time between the moments when users select a given object. The method uses time-ordered input data. The method includes the stages of forming sets of weighted temporal rules for describing sales processes and creating ratings, calculating a set of ratings for these processes, and forming attack indicators based on a comparison of the ratings obtained. The resulting signs make it possible to distinguish between nuke and push attacks. The method is designed to identify discrepancies in the dynamics of purchases and ratings, even in the absence of rating values at certain time intervals. The technique makes it possible to identify an approach to masking an attack based on a comparison of the rating values and the received attack indicators. When applied iteratively, the method allows to refine the list of profiles of potential attackers. The technique can be used in conjunction with pattern-oriented approaches to identifying shilling attacks


Author(s):  
Başar Öztayşi ◽  
Ahmet Tezcan Tekin ◽  
Cansu Özdikicioğlu ◽  
Kerim Caner Tümkaya

Recommendation systems have become very important especially for internet based business such as e-commerce and web publishing. While content based filtering and collaborative filtering are most commonly used groups in recommendation systems there are still researches for new approaches. In this study, a personalized recommendation system based on text mining and predictive analytics is proposed for a real world web publishing company. The approach given in this chapter first preprocesses existing web contents, integrate the structured data with history of a specific user and create an extended TDM for the user. Then this data is used for prediction of the users interest in new content. In order to reach that point, SVM, K-NN and Naïve Bayesian methods are used. Finally, the best performing method is used for determining the interest level of the user in a new content. Based on the forecasted interest levels the system recommends among the alternatives.


Author(s):  
Maryam Jallouli ◽  
Sonia Lajmi ◽  
Ikram Amous

In the last decade, social-based recommender systems have become the best way to resolve a user's cold start problem. In fact, it enriches the user's model by adding additional information provided from his social network. Most of those approaches are based on a collaborative filtering and compute similarities between the users. The authors' preliminary objective in this work is to propose an innovative context aware metric between users (called contextual influencer user). These new similarities are called C-COS, C-PCC and C-MSD, where C refers to the category. The contextual influencer user model is integrated into a social based recommendation system. The category of the items is considered as the most pertinent context element. The authors' proposal is implemented and tested within the food dataset. The experimentation proved that the contextual influencer user measure achieves 0.873, 0.874, and 0.882 in terms of Mean Absolute Error (MAE) corresponding to C-cos, C-pcc and C-msd, respectively. The experimental results showed that their model outperforms several existing methods.


2022 ◽  
Vol 2022 ◽  
pp. 1-12
Author(s):  
Huazhen Liu ◽  
Wei Wang ◽  
Yihan Zhang ◽  
Renqian Gu ◽  
Yaqi Hao

Explicit feedback and implicit feedback are two important types of heterogeneous data for constructing a recommendation system. The combination of the two can effectively improve the performance of the recommendation system. However, most of the current deep learning recommendation models fail to fully exploit the complementary advantages of two types of data combined and usually only use binary implicit feedback data. Thus, this paper proposes a neural matrix factorization recommendation algorithm (EINMF) based on explicit-implicit feedback. First, neural network is used to learn nonlinear feature of explicit-implicit feedback of user-item interaction. Second, combined with the traditional matrix factorization, explicit feedback is used to accurately reflect the explicit preference and the potential preferences of users to build a recommendation model; a new loss function is designed based on explicit-implicit feedback to obtain the best parameters through the neural network training to predict the preference of users for items; finally, according to prediction results, personalized recommendation list is pushed to the user. The feasibility, validity, and robustness are fully demonstrated in comparison with multiple baseline models on two real datasets.


2021 ◽  
Vol 11 (4) ◽  
pp. 1733
Author(s):  
Yuseok Ban ◽  
Kyungjae Lee

Many studies have been conducted on recommender systems in both the academic and industrial fields, as they are currently broadly used in various digital platforms to make personalized suggestions. Despite the improvement in the accuracy of recommenders, the diversity of interest areas recommended to a user tends to be reduced, and the sparsity of explicit feedback from users has been an important issue for making progress in recommender systems. In this paper, we introduce a novel approach, namely re-enrichment learning, which effectively leverages the implicit logged feedback from users to enhance user retention in a platform by enriching their interest areas. The approach consists of (i) graph-based domain transfer and (ii) metadata saliency, which (i) find an adaptive and collaborative domain representing the relations among many users’ metadata and (ii) extract attentional features from a user’s implicit logged feedback, respectively. The experimental results show that our proposed approach has a better capacity to enrich the diversity of interests of a user by means of implicit feedback and to help recommender systems achieve more balanced personalization. Our approach, finally, helps recommenders improve user retention, i.e., encouraging users to click more items or dwell longer on the platform.


2014 ◽  
Vol 496-500 ◽  
pp. 1865-1868
Author(s):  
Hu Xin Tang ◽  
Xu Qian

Research status and development of the recommendation system are studied, the focus of evaluation of recommender system and recommender system based on social network in two aspects, and puts forward some improved algorithm, and achieved certain results. KDD Cup 2012 Track data for the simulation experiments on the correlation algorithm based on search engine, has been shown in different positions on the relative attractiveness of advertising, numerical user. At the same time, rapid calculation of the degree of correlation between a user and other users of an algorithm is given, and then quickly given the recommendation results. KDD Cup 2012 Track data for the simulation experiment of the algorithm, and the analysis result is given.


2020 ◽  
Vol 10 (5) ◽  
pp. 37-39
Author(s):  
Shawni Dutta ◽  
Prof. Samir Kumar Bandyopadhyay

Researchers still believe that the information filtering system/ collaborating system is a recommender system or a recommendation system. It is used to predict the "rating" or "preference" of a user to an item.  In other words, both predict rating or preference for an item or product on a specific platform. The aim of the paper is to extend the areas of the recommender system/recommendation systems. The basic task of the recommender system mainly is to predict or analyze items/product. If it is possible to include more products in the system, then obviously the system may be extended for other areas also. For example, Medicine is a product and doctors filter the particular medicine for the particular disease. In the medical diagnosis doctors prescribed a medicine and it a product. It depends on the disease of the user/patient so here doctor predicts a medicine or product just like an item is recommended in a recommender system. The main objective of the paper is to extend the Recommender System/Recommendation system in other fields so that the research works can be extended Social Science, Bio-medical Science and many other areas.


Sign in / Sign up

Export Citation Format

Share Document