CFP last date
22 July 2024
Call for Paper
August Edition
IJCA solicits high quality original research papers for the upcoming August edition of the journal. The last date of research paper submission is 22 July 2024

Submit your paper
Know more
Reseach Article

Comparative Analysis of Recommendation System Algorithms for Building Recommendation System as a Service

by Suyash Nehete, Riddhi Dhage, Sarvesh Hon, Tanuja Patankar, Laxmi Kale
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 185 - Number 17
Year of Publication: 2023
Authors: Suyash Nehete, Riddhi Dhage, Sarvesh Hon, Tanuja Patankar, Laxmi Kale
10.5120/ijca2023922881

Suyash Nehete, Riddhi Dhage, Sarvesh Hon, Tanuja Patankar, Laxmi Kale . Comparative Analysis of Recommendation System Algorithms for Building Recommendation System as a Service. International Journal of Computer Applications. 185, 17 ( Jun 2023), 24-28. DOI=10.5120/ijca2023922881

@article{ 10.5120/ijca2023922881,
author = { Suyash Nehete, Riddhi Dhage, Sarvesh Hon, Tanuja Patankar, Laxmi Kale },
title = { Comparative Analysis of Recommendation System Algorithms for Building Recommendation System as a Service },
journal = { International Journal of Computer Applications },
issue_date = { Jun 2023 },
volume = { 185 },
number = { 17 },
month = { Jun },
year = { 2023 },
issn = { 0975-8887 },
pages = { 24-28 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume185/number17/32788-2023922881/ },
doi = { 10.5120/ijca2023922881 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-07T01:26:20.672312+05:30
%A Suyash Nehete
%A Riddhi Dhage
%A Sarvesh Hon
%A Tanuja Patankar
%A Laxmi Kale
%T Comparative Analysis of Recommendation System Algorithms for Building Recommendation System as a Service
%J International Journal of Computer Applications
%@ 0975-8887
%V 185
%N 17
%P 24-28
%D 2023
%I Foundation of Computer Science (FCS), NY, USA
Abstract

In the modern world of online enterprises and e-commerce, there is a tremendous need to engage users by delivering relevant and interesting content. Recommendation systems play a crucial role in providing personalized content recommendations to users, which can improve customer interest, purchase rates, and, ultimately, company profits. This paper aims to categorize and explore different types of recommendation systems, such as collaborative and content-based filtering, and examine various methods and algorithms that can be used for implementing these systems. The accuracy of these algorithms is evaluated using an e-commerce dataset. Experimental results revealed that SVD++ achieved the best and lowest RMSE (Root Mean Square Error) with the parameters 'n epochs': 25, 'reg all': 0.4, and 'lr all': 0.01, while SVD had the second best RMSE with the parameters 'n epochs': 20, 'reg all': 0.2, and 'lr all': 0.005. Comparison between SVD and SVDpp revealed slight differences in RMSE and MAE values, but SVD had significantly shorter Fit Time and Test Time (12 times less) compared to SVDpp. Based on the research and experimental results, SVDpp performed the best in terms of RMSE among the Matrix Factorization Based Algorithms, and KNNWithMeans showed promising results in RMSE among the Collaborative Filtering Algorithms.

References
  1. Hafed Zarzour, Ziad Al-Sharif , Mahmoud Al-Ayyoub, Yaser Jararwe). “A New Collaborative Filtering Recommendation Algorithm Based on Dimensionality Reduction and Clustering Techniques.”. 2018 9th International Conference on Information and Communication Systems (ICICS)
  2. Bin Li, Sailuo Wan, Hua Xia and Fengshou Qian. “The Research for Recommendation System Based on Improved KNN Algorithm”. 2020 IEEE International Conference on Advances in Electrical Engineering and Computer Applications (AEECA)
  3. BABAK MALEKI SHOJA, AND NASSEH TABRIZI. “Customer Reviews Analysis with Deep Neural Networks for E-Commerce Recommender Systems”. Citation information: DOI 10.1109/ACCESS.2019.2937518, IEEE Access
  4. Li H aihan, Qi Guanglei, He N ana, Dong X inri. “Shopping Recommendation System Design Based On Deep Learning”. 2021 IEEE 6th International Conference on Intelligent Computing and Signal Processing (ICSP 2021)
  5. Kyle Ong, Su-Cheng Haw, Kok-Why Ng. “Deep Learning Based-Recommendation System: An Overview on Models, Datasets, Evaluation Metrics, and Future Trends”. CIIS’19, November, 2019, Bangkok, Thailand
  6. Rohit Dwivedi, Abhineet Anand, Prashant Johri. “ Product Based Recommendation System On Amazon Data”. Researchgate publication 352815845
  7. Hyeyoung Ko , Suyeon Lee, Yoonseo Park and Anna Choi. “A Survey of Recommendation Systems: Recommendation Models, Techniques, and Application Fields”. Electronics 2022, 11(1), 141; https://doi.org/10.3390/electronics11010141
  8. Beel, J., Gipp, B., Langer, S. et al. “Research-paper recommender systems: a literature survey”. Int J Digit Libr 17, 305–338 (2016). https://doi.org/10.1007/s00799-015-0156-0
  9. Cleomar Valois B. JrMarcius Armada de Oliveira. “Recommender systems in social networks”. JISTEM J.Inf.Syst. Technol. Manag. 8 (3) • Dec 2011 • https://doi.org/10.4301/S1807-17752011000300009
  10. LIU Liling. “Summary of recommendation system development”.  2019 J. Phys.: Conf. Ser. 1187 052044
Index Terms

Computer Science
Information Sciences

Keywords

Recommendation Systems Collaborative Filtering Content-Based Filtering K-means K- Nearest Neighbor Mean Square Error.