Lusiana Efrizoni
Universitas Sains dan Teknologi Indonesia, Pekanbaru, Indonesia

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Optimization of Content Recommendation System Based on User Preferences Using Neural Collaborative Filtering Lusiana Efrizoni; Junadhi Junadhi; Agustin Agustin
MATRIK : Jurnal Manajemen, Teknik Informatika dan Rekayasa Komputer Vol. 24 No. 2 (2025)
Publisher : Universitas Bumigora

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30812/matrik.v24i2.4775

Abstract

Recommender systems play a crucial role in enhancing user experience across various digital platforms by delivering relevant and personalized content. However, many recommender systems still face challenges in providing accurate recommendations, especially in cold-start situations and when user data is limited. This study aims to address these issues by optimizing content recommendation systems using Neural Collaborative Filtering (NCF), a deep learning-based approach capable of capturing non-linear relationships between users and items. We compare the performance of NCF with traditional methods such as Matrix Factorization (MF) and Content-Based Filtering (CBF) using the MovieLens-1M dataset. The research method employed is a quantitative approach that encompasses several stages, including preprocessing, model training, and evaluation using metrics such as Root Mean Squared Error (RMSE) and Precision@K. The results of this research are significant, demonstrating that NCF achieves the lowest RMSE of 0.870, outperforming MF with an RMSE of 0.950 and CBF with an RMSE of 1.020. Additionally, the Precision@K achieved by NCF is 0.73, indicating the model’s superior ability to provide more relevant recommendations compared to baseline methods. Hyperparameter tuning reveals that the optimal combination includes an embedding size of 16, three hidden layers, and a learning rate of 0.005. Despite its excellent performance, NCF still faces challenges in handling cold-start cases and requires significant computational resources. To address these challenges, integrating additional metadata and exploring regularization techniques such as dropout are recommended to enhance generalization. The implications of the findings from this study suggest that NCF can significantly improve prediction accuracy and recommendation relevance, thus having the potential for widespread application across various domains, such as e-commerce, streaming services, and education, to enhance user experience and the efficiency of recommendation systems. Further research is needed to explore innovative solutions to address cold-start challenges and reduce computational demands.
Optimizing Content Recommendations Using a Hybrid Filtering Algorithm to Enhance User Relevance and Engagement Lusiana Efrizoni; Junadhi; Agustin
MATRIK : Jurnal Manajemen, Teknik Informatika dan Rekayasa Komputer Vol. 25 No. 2 (2026)
Publisher : Universitas Bumigora

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30812/matrik.v25i2.5988

Abstract

Recommender systems play an important role in helping users discover relevant content in environments characterized by information overload. However, existing approaches often struggle to balance recommendation relevance and user engagement. Collaborative filtering is constrained by data sparsity and the cold-start problem, whereas content-based methods that rely on textual features may not fully capture dynamic user preferences. This study aims to develop a hybrid deep learning-based recommendation model that improves both recommendation relevance and user engagement. The proposed method integrates collaborative filtering via Neural Matrix Factorization (NeuMF) with content-based filtering via a Long Short-Term Memory (LSTM) text encoder, employing an early-fusion strategy. An experimental research method was applied using synthetic user–item interaction data. Model performance was evaluated using ranking metrics (Precision@10, Recall@10, and NDCG@10) and engagement metrics (Click-Through Rate and Average Completion Ratio). The results show that the hybrid model outperforms the baseline models. It achieves Precision@10 of 0.143, Recall@10 of 0.112, and NDCG@10 of 0.139, which exceed those of both the NeuMF-only and LSTM-only models. In terms of engagement, the hybrid model also records the best performance with a CTR of 0.0017 and an ACR of 0.0090. These findings indicate that integrating user–item interaction patterns with semantic content representations can significantly enhance recommendation quality and user engagement, providing a more effective solution for content-rich digital platforms.