A retail store wants to recommend products to customers based on their purchase history. They want to find products that other customers with similar purchase histories have bought. Which algorithm is apt for this recommendation system?

  • Apriori Algorithm
  • Collaborative Filtering
  • Linear Regression
  • Principal Component Analysis (PCA)
Collaborative Filtering is ideal for recommending products based on user behavior and finding items preferred by users with similar purchase histories. It leverages user-item interaction patterns for recommendations.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *