Question 155:
You are a machine learning specialist for a retail clothing company. Your company receives a significant amount of its revenue from your retail website. Your marketing team wishes to implement a recommendation feature for your customers that uses online and in-store shopping patterns, user preferences, and overall fashion trends to give suggestions to your customers for items to purchase. Your dataset contains customer data such as demographics, prior visits, prior purchases, and location. Your task is to develop a machine learning model that uses the customer data to enhance the user’s experience with your website while also giving informed recommendations. Which option best suits your task?
Answer options:
A.Build a model that uses the Random Cut Forest (RCF) algorithm with a training dataset of customer data to identify patterns in the customer data. B.Build a model based on collaborative filtering that leverages implicit feedback derived from user activity, such as clicks and views to identify patterns in the customer data. C.Build a recurrent neural network (RNN) using the DeepAR algorithm with an initial weight decay coefficient that adds L2 regularization and a minimum of five layers to identify patterns in the customer data. D.Build a model using the Neural Topic Model (NTM) algorithm using the Stochastic Gradient Descent (SGD) optimizer to identify patterns in the customer data.