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 +

What approach should you use?

You are developing an ML model that uses sliced frames from video feed and creates bounding boxes around specific objects. You want to automate the following steps in your training pipeline: ingestion and preprocessing of data in Cloud Storage, followed by training and hyperparameter tuning of the object model using...

June 3, 2023 No Comments READ MORE +

What should you do first?

You work on an operations team at an international company that manages a large fleet of on-premises servers located in few data centers around the world. Your team collects monitoring data from the servers, including CPU/memory consumption. When an incident occurs on a server, your team is responsible for fixing...

June 3, 2023 No Comments READ MORE +