ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 12 - Professional Machine Learning Engineer discussion

Report
Export

As the lead ML Engineer for your company, you are responsible for building ML models to digitize scanned customer forms. You have developed a TensorFlow model that converts the scanned images into text and stores them in Cloud Storage. You need to use your ML model on the aggregated data collected at the end of each day with minimal manual intervention. What should you do?

A.
Use the batch prediction functionality of Al Platform
Answers
A.
Use the batch prediction functionality of Al Platform
B.
Create a serving pipeline in Compute Engine for prediction
Answers
B.
Create a serving pipeline in Compute Engine for prediction
C.
Use Cloud Functions for prediction each time a new data point is ingested
Answers
C.
Use Cloud Functions for prediction each time a new data point is ingested
D.
Deploy the model on Al Platform and create a version of it for online inference.
Answers
D.
Deploy the model on Al Platform and create a version of it for online inference.
Suggested answer: A

Explanation:

Batch prediction is the process of using an ML model to make predictions on a large set of data points. Batch prediction is suitable for scenarios where the predictions are not time-sensitive and can be done in batches, such as digitizing scanned customer forms at the end of each day. Batch prediction can also handle large volumes of data and scale up or down the resources as needed. AI Platform provides a batch prediction service that allows users to submit a job with their TensorFlow model and input data stored in Cloud Storage, and receive the output predictions in Cloud Storage as well. This service requires minimal manual intervention and can be automated with Cloud Scheduler or Cloud Functions. Therefore, using the batch prediction functionality of AI Platform is the best option for this use case.

Batch prediction overview

Using batch prediction

asked 18/09/2024
Fabrizio Leo
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first