Question 92 of 280
Single answerYou work as an ML engineer at a social media company, and you are developing a visual filter for users’ profile photos. This requires you to train an ML model to detect bounding boxes around human faces. You want to use this filter in your company’s iOS-based mobile phone application. You want to minimize code development and want the model to be optimized for inference on mobile phones. What should you do?
✓ATrain a model using AutoML Vision and use the “export for Core ML” option.
BTrain a model using AutoML Vision and use the “export for Coral” option.
CTrain a model using AutoML Vision and use the “export for TensorFlow.js” option.
DTrain a custom TensorFlow model and convert it to TensorFlow Lite (TFLite).
✓
Correct Answer: A
Train a model using AutoML Vision and use the “export for Core ML” option.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.