Which actions should you take?

You have a functioning end-to-end ML pipeline that involves tuning the hyperparameters of your ML model using Al Platform, and then using the best-tuned parameters for training. Hypertuning is taking longer than expected and is delaying the downstream processes. You want to speed up the tuning job without significantly compromising...

April 27, 2021 1 Comment READ MORE +

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...

April 26, 2021 No Comments READ MORE +

Which strategy should you use when retraining the model?

You have trained a deep neural network model on Google Cloud. The model has low loss on the training data, but is performing worse on the validation data. You want the model to be resilient to overfitting . Which strategy should you use when retraining the model?A . Apply a...

April 26, 2021 No Comments READ MORE +

What should you do?

You have written unit tests for a Kubeflow Pipeline that require custom libraries. You want to automate the execution of unit tests with each new push to your development branch in Cloud Source Repositories . What should you do?A . Write a script that sequentially performs the push to your...

April 26, 2021 No Comments READ MORE +

How should you configure the end-to-end architecture of the predictive model?

You work for a public transportation company and need to build a model to estimate delay times for multiple transportation routes. Predictions are served directly to users in an app in real time. Because different seasons and population increases impact the data relevance, you will retrain the model every month....

April 26, 2021 No Comments READ MORE +

What should you do?

You are building a linear regression model on BigQuery ML to predict a customer's likelihood of purchasing your company's products. Your model uses a city name variable as a key predictive component. In order to train and serve the model, your data must be organized in columns. You want to...

April 25, 2021 No Comments READ MORE +

How should you build the pipeline on Google Cloud while meeting the speed and processing requirements?

You want to rebuild your ML pipeline for structured data on Google Cloud. You are using PySpark to conduct data transformations at scale, but your pipelines are taking over 12 hours to run. To speed up development and pipeline run time, you want to use a serverless tool and SQL...

April 24, 2021 No Comments READ MORE +

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...

April 23, 2021 No Comments READ MORE +

How should you adjust your model to ensure that it converges?

During batch training of a neural network, you notice that there is an oscillation in the loss . How should you adjust your model to ensure that it converges?A . Increase the size of the training batchB . Decrease the size of the training batchC . Increase the learning rate...

April 23, 2021 No Comments READ MORE +

How can you make your production model more accurate?

You are building a model to predict daily temperatures. You split the data randomly and then transformed the training and test datasets. Temperature data for model training is uploaded hourly. During testing, your model performed with 97% accuracy; however, after deploying to production, the model's accuracy dropped to 66% ....

April 21, 2021 No Comments READ MORE +