What should you do?

You are training an object detection machine learning model on a dataset that consists of three million X-ray images, each roughly 2 GB in size. You are using Vertex AI Training to run a custom training application on a Compute Engine instance with 32-cores, 128 GB of RAM, and 1...

June 6, 2023 No Comments READ MORE +

What issue is most likely causing the steady decline in model accuracy?

You built and manage a production system that is responsible for predicting sales numbers. Model accuracy is crucial, because the production model is required to keep up with market changes. Since being deployed to production, the model hasn't changed; however the accuracy of the model has steadily deteriorated. What issue...

June 5, 2023 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...

June 5, 2023 No Comments READ MORE +

What should you do?

One of your models is trained using data provided by a third-party data broker. The data broker does not reliably notify you of formatting changes in the data. You want to make your model training pipeline more robust to issues like this. What should you do?A . Use TensorFlow Data...

June 5, 2023 No Comments READ MORE +

What should you do?

You work on the data science team at a manufacturing company. You are reviewing the company's historical sales data, which has hundreds of millions of records. For your exploratory data analysis, you need to calculate descriptive statistics such as mean, median, and mode; conduct complex statistical tests for hypothesis testing;...

June 4, 2023 No Comments READ MORE +

What should you do?

You are developing an ML model using a dataset with categorical input variables. You have randomly split half of the data into training and test sets. After applying one-hot encoding on the categorical variables in the training set, you discover that one categorical variable is missing from the test set....

June 4, 2023 No Comments READ MORE +

What should you do?

You are an ML engineer at a bank. You have developed a binary classification model using AutoML Tables to predict whether a customer will make loan payments on time. The output is used to approve or reject loan requests. One customer’s loan request has been rejected by your model, and...

June 4, 2023 No Comments READ MORE +

Without training a new model, which model optimization technique for reducing latency should you try first?

You are an ML engineer at a mobile gaming company. A data scientist on your team recently trained a TensorFlow model, and you are responsible for deploying this model into a mobile application. You discover that the inference latency of the current model doesn’t meet production requirements. You need to...

June 4, 2023 No Comments READ MORE +

Which data transformation strategy would likely improve the performance of your classifier?

You work for a bank and are building a random forest model for fraud detection. You have a dataset that includes transactions, of which 1% are identified as fraudulent. Which data transformation strategy would likely improve the performance of your classifier?A . Write your data in TFRecords. B. Z-normalize all...

June 4, 2023 No Comments READ MORE +

How should you build a model to ensure that the application does not falsely accept a non-compliant picture?

You need to build an ML model for a social media application to predict whether a user’s submitted profile photo meets the requirements. The application will inform the user if the picture meets the requirements. How should you build a model to ensure that the application does not falsely accept...

June 3, 2023 No Comments READ MORE +