A Comparative Study of Machine Learning Algorithms for Recommendation Systems
摘要
This research explores recommendation algorithms for e-commerce efficacy. From e-commerce giants like Amazon to streaming services like Netflix, recommendation algorithms are integral in giving personalized experiences to attract and retain customers. It tests KNN, K-Means, Decision Tree (Gini, Entropy), and Naive Bayes on the Amazon review dataset 2018—Electronics category. Decision Trees emerged as the most accurate predictor of user preferences, suggesting the tree’s ability to capture complex data relationships is key for relevant product recommendations. To get a better understanding, this research also examines each algorithm’s power and weakness in the context of recommendation systems. It offers valuable information on how to approach the optimization of their recommendation strategies in e-commerce businesses, highlighting not only the most effective approach (Decision Trees) but also the considerations for choosing an algorithm based on its strengths and weaknesses (e.g., interpretability vs. accuracy). Ultimately, this research contributes to informing data-driven decision-making for personalized recommendations in e-commerce, paving the way for a more user-centric shopping experience.