
Ultimate access to all questions.
You work for an ecommerce company aiming to automatically classify products in images to enhance user experience. You possess a large dataset of labeled images featuring various unique products. You must implement a scalable, effective solution for identifying custom products that can be deployed rapidly. What should you do?
A
Develop a rule-based system to categorize the images.
B
Use a TensorFlow deep learning model that is trained on the image dataset.
C
Use a pre-trained object detection model from Model Garden.
D
Use AutoML Vision to train a model using the image dataset.