List of questions
Related questions
Question 249 - Professional Machine Learning Engineer discussion
You are creating a social media app where pet owners can post images of their pets. You have one million user uploaded images with hashtags. You want to build a comprehensive system that recommends images to users that are similar in appearance to their own uploaded images.
What should you do?
A.
Download a pretrained convolutional neural network, and fine-tune the model to predict hashtags based on the input images. Use the predicted hashtags to make recommendations.
B.
Retrieve image labels and dominant colors from the input images using the Vision API. Use these properties and the hashtags to make recommendations.
C.
Use the provided hashtags to create a collaborative filtering algorithm to make recommendations.
D.
Download a pretrained convolutional neural network, and use the model to generate embeddings of the input images. Measure similarity between embeddings to make recommendations.
Your answer:
0 comments
Sorted by
Leave a comment first