For a recommendation system in an e-commerce platform, which machine learning technique would be most effective?
- Collaborative Filtering
- Decision Trees
- Linear Regression
- Naive Bayes
Collaborative filtering is commonly used in recommendation systems as it leverages user behavior and preferences to make personalized recommendations. Decision trees, linear regression, and Naive Bayes are not as well-suited for this task as they do not inherently capture user-item interactions for recommendations.
Loading...
Related Quiz
- If x = [10, 20, 30, 40, 50], what is the output of print(x[-2])?
- Which algorithm would be most appropriate for forecasting future sales based on historical data?
- ________ in ETL helps in reducing the load on the operational systems during data extraction.
- What is the primary challenge in dealing with 'dirty data' in big data applications?
- What is the process of dividing a data set into multiple subsets called in data mining?