Which features or feature crosses should you use to train city-specific relationships between car type and number of sales?
You are an ML engineer at a global car manufacturer. You need to build an ML model to predict car sales in different cities around the world. Which features or feature crosses should you use to train city-specific relationships between car type and number of sales?A . Three individual features...
How should you build the model?
You work for a large technology company that wants to modernize their contact center. You have been asked to develop a solution to classify incoming calls by product so that requests can be more quickly routed to the correct support team. You have already transcribed the calls using the Speech-to-Text...
What should you do?
You have trained a text classification model in TensorFlow using Al Platform. You want to use the trained model for batch predictions on text data stored in BigQuery while minimizing computational overhead. What should you do?A . Export the model to BigQuery MC . Deploy and version the model on...
How should you perform this comparison?
You have deployed multiple versions of an image classification model on Al Platform. You want to monitor the performance of the model versions overtime. How should you perform this comparison?A . Compare the loss performance for each model on a held-out dataset.B . Compare the loss performance for each model...
How should you create a dataset following Google-recommended best practices?
You have been asked to develop an input pipeline for an ML training model that processes images from disparate sources at a low latency. You discover that your input data does not fit in memory. How should you create a dataset following Google-recommended best practices?A . Create a tf.data.Dataset.prefetch transformationB...
Dispatch an appropriately sized shuttle and provide the map with the required stops based on the simulated outcome.
Dispatch an appropriately sized shuttle and provide the map with the required stops based on the simulated outcome.View AnswerAnswer: D
What should you do?
You are an ML engineer in the contact center of a large enterprise. You need to build a sentiment analysis tool that predicts customer sentiment from recorded phone conversations. You need to identify the best approach to building a model while ensuring that the gender, age, and cultural differences of...
Which architecture should you use?
You have trained a model on a dataset that required computationally expensive preprocessing operations. You need to execute the same preprocessing at prediction time. You deployed the model on Al Platform for high-throughput online prediction. Which architecture should you use?A . • Validate the accuracy of the model that you...
What should you do?
You are developing a Kubeflow pipeline on Google Kubernetes Engine. The first step in the pipeline is to issue a query against BigQuery. You plan to use the results of that query as the input to the next step in your pipeline. You want to achieve this in the easiest...
How should you address the input differences in production?
Your team trained and tested a DNN regression model with good results. Six months after deployment, the model is performing poorly due to a change in the distribution of the input data. How should you address the input differences in production?A . Create alerts to monitor for skew, and retrain...