SciRepID - Scientific Publication Search

Publication Search

23,109 articles from 385 journals · 1,447 citations tracked

Showing 1-3 of 3

Analytics

Rayhan Rizal Mahendra; Fetty Tri Anggraeny; Henni Endah Wahanani

Repeater : Publikasi Teknik Informatika dan Jaringan 2024 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

Item-based collaborative filtering is a popular technique in recommendation systems that aims to provide suggestions for films to watch or services to users based on similarities between items. In this approach, the similarity between items is calculated using metrics such as cosine similarity, allowing the prediction of user preferences for items that have never been rated. This research implements Item-based collaborative filtering using datasets from Kaggle. Experimental results show that the resulting model is able to provide recommendations with significant improvements in evaluation metrics such as Mean Absolute Error (MAE) and Root Mean Square Error (RMSE) of 3.05 and 3.26. This shows that the smaller the value, the better.

Sahnoun, Ismail; Elhadjamor, Emna Ammar

Journal of Computing Theories and Applications 2024 Universitas Dian Nuswantoro

The objective of this research is to devise a personalized recommendation system for a freelancing platform to optimize the freelancer project matching process. This enhancement is intended to improve user experience and increase the success rate of projects. The system will recommend projects to freelancers based on their skills and preferences by employing data analysis and machine learning methodologies. The research methodology adheres to the Cross Industry Standard Process for Data Mining (CRISP-DM), incorporating six stages: Business Understanding, Data Understanding, Data Preparation, Modeling, Evaluation, and Deployment. The proposed project employs a hybrid recommendation strategy, integrating Content-Based Filtering through KNearest Neighbors (K-NN) and Cosine Similarity, Collaborative Filtering via Singular Value Decomposition (SVD), and recommendations derived from Word2vec. Evaluation metrics such as precision, recall, F1 score, MAP, and MRR are utilized to assess model performance. The results, including precision scores of 0.80 for KNN and 0.728 for SVD, recall scores of 0.60 for KNN and 0.623 for SVD, and F1 scores of 0.69 for KNN and 0.671 for SVD, as well as a MAP of 0.75 and MRR of 0.80 for Word2vec, demonstrate the efficacy of the hybrid recommendation system in delivering accurate and varied project suggestions to freelancers, with a weighted average ensemble learning model emerging as the most effective solution.

Novi Siti Juariah; Rizky Pratama .H; Melda Ayu Nengsi

International Journal of Applied Mathematics and Computing 2024 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

Collaborative filtering systems rely heavily on matrix factorization techniques, which often face scalability issues when handling large datasets. This paper presents an efficient parallel algorithm that leverages distributed computing to perform largescale matrix factorization. Experimental results show that our algorithm significantly reduces computation time while maintaining high accuracy. The approach has practical implications for recommendation systems, particularly in ecommerce and social media platforms.