content based filtering
Recently Published Documents


TOTAL DOCUMENTS

208
(FIVE YEARS 89)

H-INDEX

14
(FIVE YEARS 3)

Electronics ◽  
2022 ◽  
Vol 11 (2) ◽  
pp. 242
Author(s):  
Oumaima Stitini ◽  
Soulaimane Kaloun ◽  
Omar Bencharef

Nowadays, recommendation systems offer a method of facilitating the user’s desire. It is useful for recommending items from a variety of areas such as in the e-commerce, medical, education, tourism, and industry domains. The e-commerce area represents the most active research we found, which assists users in locating the things they want. A recommender system can also provide users with helpful knowledge about things that could be of interest. Sometimes, the user gets bored with recommendations which are similar to their profiles, which leads to the over-specialization problem. Over-specialization is caused by limited content data, under which content-based recommendation algorithms suggest goods directly related to the customer profile rather than new things. In this study, we are particularly interested in recommending surprising, new, and unexpected items that may likely be enjoyed by users and will mitigate this limited content. In order to recommend novel and serendipitous items along with familiar items, we need to introduce additional hacks and note of randomness, which can be achieved using genetic algorithms that brings diversity to recommendations being made. This paper describes a Revolutionary Recommender System using a Genetic Algorithm called RRSGA which improves the fitness functions for recommending optimal results. The proposed approach employs a genetic algorithm to address the over-specialization issue of content-based filtering. The proposed method aims to incorporate genetic algorithms that bring variety to recommendations and efficiently adjust and suggest unpredictable and innovative things to the user. Experiments objectively demonstrate that our technology can recommend additional products that every consumer is likely to appreciate. The results of RRSGA have been compared against recommendation results from the content-based filtering approach. The results indicate the effectiveness of RRSGA and its capacity to make more accurate predictions than alternative approaches.


2022 ◽  
Vol 7 (1) ◽  
pp. 23-36
Author(s):  
Yefta Christian ◽  
Kelvin Kelvin

Lembaga Kursus dan Pelatihan (LKP) merupakan pendidikan non-formal yang menyediakan berbagai pelatihan khusus untuk mendidik keterampilan pelajar. Namun, terdapat hal yang sering menjadi kendala bagi calon pelajar yaitu bingung melakukan dalam melakukan pemilihan kursus sesuai dengan preferensinya. Oleh karena itu, tujuan dari penelitian ini adalah merancang sebuah aplikasi kursus online dengan sistem rekomendasi metode Content-based Filtering. Selain itu, penelitian ini juga menerapkan algoritma cosine similarity untuk menentukan kursus yang serupa dengan riwayat kursus yang pernah diakses oleh pengguna. Dataset yang digunakan untuk menjalankan algoritma sistem rekomendasi diambil dari situs Kaggle berjudul “Udemy Course” dengan jumlah data sebanyak 3,682 records. Hasil akhir dari penelitian ini adalah sebuah aplikasi kursus online yang dapat memberikan rekomendasi kursus berdasarkan nilai kesamaan yang paling tinggi dari algoritma cosine similarity.


In education, the needs of learners are different in the majority of the time, as each has specificities in terms of preferences, performance and goals. Recommendation systems have proven to be an effective way to ensure this learning personalization. Already used and tested in other areas such as e-commerce, their adaptation to the educational context has led to several research studies that have tried to find the best approaches with the best expected results. This article suggests that a hybridization of recommendation systems filtering methods can improve the quality of recommendations. An experiment was conducted to test an approach that combines content-based filtering and collaborative filtering. The results proved to be convincing.


Author(s):  
Jyoti Kumari

Abstract: Due to its vast applications in several sectors, the recommender system has gotten a lot of interest and has been investigated by academics in recent years. The ability to comprehend and apply the context of recommendation requests is critical to the success of any current recommender system. Nowadays, the suggestion system makes it simple to locate the items we require. Movie recommendation systems are intended to assist movie fans by advising which movie to see without needing users to go through the time-consuming and complicated method of selecting a film from a large number of thousands or millions of options. The goal of this research is to reduce human effort by recommending movies based on the user's preferences. This paper introduces a method for a movie recommendation system based on a convolutional neural network with individual features layers of users and movies performed by analyzing user activity and proposing higher-rated films to them. The proposed CNN approach on the MovieLens-1m dataset outperforms the other conventional approaches and gives accurate recommendation results. Keywords: Recommender system, convolutional neural network, movielens-1m, cosine similarity, Collaborative filtering, content-based filtering.


Author(s):  
Siddhesh Masrurkar ◽  
Aditi K. Panchal ◽  
Hitesh M. Bhanushali

In this study searched for the survey paper on recommendation system. Recommendation system sorts through massive amounts of data to identify interest of users and makes the information search easier. For that purpose many methods have been used. Collaborative Filtering (CF) is a method of making automatic predictions about the interests of customers by collecting information from number of other customers, for that purpose many collaborative base algorithms are used. Web Recommendation(WR) help the website visitors for easy navigation of web pages, quickly reaching their destination and to obtain relevant information. Content based filtering method(CBF) filtering is done based on customer’s interested items. In content-based filtering technique, the web pages are recommended for a user very quickly from ancient database. In that database different content of items are added that the user has used in the ancient times and/or user’s personal information and preferences.


2021 ◽  
Vol 6 (2) ◽  
pp. 121-127
Author(s):  
Yurii Kohut ◽  
◽  
Iryna Yurchak

Over the past few years, interest in applications related to recommendation systems has increased significantly. Many modern services create recommendation systems that, based on user profile information and his behavior. This services determine which objects or products may be interesting to users. Recommendation systems are a modern tool for understanding customer needs. The main methods of constructing recommendation systems are the content-based filtering method and the collaborative filtering method. This article presents the implementation of these methods based on decision trees. The content-based filtering method is based on the description of the object and the customer’s preference profile. An object description is a finite set of its descriptors, such as keywords, binary descriptors, etc., and a preference profile is a weighted vector of object descriptors in which scales reflect the importance of each descriptor to the client and its contribution to the final decision. This model selects items that are similar to the customer’s favorite items before. The second model, which implements the method of collaborative filtering, is based on information about the history of behavior of all customers on the resource: data on their purchases, assessments of product quality, reviews, marked product. The model finds clients that are similar in behavior and the recommendation is based on their assessments of this element. Voting was used to combine the results issued by individual models — the best result is chosen from the results of two models of the ensemble. This approach minimizes the impact of randomness and averages the errors of each model. The aim: The purpose of work is to create real competitive recommendation system for short period of time and minimum costs.


Author(s):  
Dr. C. K. Gomathy

Abstract: Here we are building an collaborative filtering matrix factorization based hybrid recommender system to recommend movies to users based on the sentiment generated from twitter tweets and other vectors generated by the user in their previous activities. To calculate sentiment data has been collected from twitter using developer APIs and scrapping techniques later these are cleaned, stemming, lemetized and generated sentiment values. These values are merged with the movie data taken and create the main data frame.The traditional approaches like collaborative filtering and content-based filtering have limitations like it requires previous user activities for performing recommendations. To reduce this dependency hybrid is used which combines both collaborative and content based filtering techniques with the sentiment generated above. Keywords: machine learning, natural language processing, movie lens data, root mean square equation, matrix factorization, recommenders system, sentiment analysis


Author(s):  
J Manikandan

Abstract: Recommendation systems (RSs) have garnered immense interest for applications in e-commerce and digital media. Traditional approaches in RSs include such as collaborative filtering (CF) and content-based filtering (CBF) through these approaches that have certain limitations, such as the necessity of prior user history and habits for performing the task of recommendation. To minimize the effect of such limitation, this article proposes a hybrid RS for the movies that leverage the best of concepts used from CF and CBF along with sentiment analysis of tweets from microblogging sites. The purpose to use movie tweets is to understand the current trends, public sentiment, and user response of the movie. Experiments conducted on the public database have yielded promising results. Keywords: Collaborative filtering, Content based filtering, Recommendation System, Sentiment Analysis, Twitter


2021 ◽  
Vol 2083 (4) ◽  
pp. 042079
Author(s):  
Kaiying Zuo

Abstract Spam is a growing threat to mobile communications. This paper puts forward some mitigation technologies, including white list and blacklist, challenge response and content-based filtering. However, none are perfect and it makes sense to use an algorithm with higher accuracy for classification. Bayesian classification method shows high accuracy in spam processing, so it has attracted extensive attention. In this paper, a Bayesian classification method based on annealing evolution algorithm is introduced into Chinese spam filtering to improve the accuracy of classification. Our simulation results show that the algorithm has better performance in spam filtering.


2021 ◽  
Vol 5 (5) ◽  
pp. 977-983
Author(s):  
Muhammad Johari ◽  
Arif Laksito

Today, consumers are faced with an abundance of information on the internet; accordingly, it is hard for them to reach the vital information they need. One of the reasonable solutions in modern society is implementing information filtering. Some researchers implemented a recommender system as filtering to increase customers’ experience in social media and e-commerce. This research focuses on the combination of two methods in the recommender system, that is, demographic and content-based filtering, commonly it is called hybrid filtering. In this research, item products are collected using the data crawling method from the big three e-commerce in Indonesia (Shopee, Tokopedia, and Bukalapak). This experiment has been implemented in the web application using the Flask framework to generate products’ recommended items. This research employs the IMDb weight rating formula to get the best score lists and TF-IDF with Cosine similarity to create the similarity between products to produce related items.  


Sign in / Sign up

Export Citation Format

Share Document