How should you configure the pipeline?

You have a large corpus of written support cases that can be classified into 3 separate categories: Technical Support, Billing Support, or Other Issues. You need to quickly build, test, and deploy a service that will automatically classify future written requests into one of the categories. How should you configure...

October 6, 2024 No Comments READ MORE +

What should you do?

You need to train a natural language model to perform text classification on product descriptions that contain millions of examples and 100,000 unique words. You want to preprocess the words individually so that they can be fed into a recurrent neural network. What should you do?A . Create a hot-encoding...

October 6, 2024 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 hyperparameterD...

October 6, 2024 No Comments READ MORE +

How should you resolve the class imbalance problem?

You were asked to investigate failures of a production line component based on sensor readings. After receiving the dataset, you discover that less than 1% of the readings are positive examples representing failure incidents. You have tried to train several classification models, but none of them converge. How should you...

October 6, 2024 No Comments READ MORE +

How should you ensure that AutoML fits the best model to your data?

You work for a large hotel chain and have been asked to assist the marketing team in gathering predictions for a targeted marketing strategy. You need to make predictions about user lifetime value (LTV) over the next 30 days so that marketing can be adjusted accordingly. The customer dataset is...

October 6, 2024 No Comments READ MORE +

What should you do?

You need to execute a batch prediction on 100 million records in a BigQuery table with a custom TensorFlow DNN regressor model, and then store the predicted results in a BigQuery table. You want to minimize the effort required to build this inference pipeline. What should you do?A . Import...

October 6, 2024 No Comments READ MORE +

Which action should you try first to increase the efficiency of your pipeline?

You are profiling the performance of your TensorFlow model training time and notice a performance issue caused by inefficiencies in the input data pipeline for a single 5 terabyte CSV file dataset on Cloud Storage. You need to optimize the input pipeline performance. Which action should you try first to...

October 6, 2024 No Comments READ MORE +

What should your next step be to identify and fix the problem?

You are working on a classification problem with time series data and achieved an area under the receiver operating characteristic curve (AUC ROC) value of 99% for training data after just a few experiments. You haven’t explored using any sophisticated algorithms or spent any time on hyperparameter tuning. What should...

October 5, 2024 No Comments READ MORE +

Which metrics would give you the most confidence in your model?

You are working on a binary classification ML algorithm that detects whether an image of a classified scanned document contains a company’s logo. In the dataset, 96% of examples don’t have the logo, so the dataset is very skewed. Which metrics would give you the most confidence in your model?A...

October 5, 2024 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 development...

October 5, 2024 No Comments READ MORE +