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 ML.B . Deploy and version the model on...

January 17, 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...

January 17, 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...

January 16, 2024 No Comments READ MORE +

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

January 16, 2024 No Comments READ MORE +

What should you do?

You have been asked to build a model using a dataset that is stored in a medium-sized (~10 GB) BigQuery table. You need to quickly determine whether this data is suitable for model development. You want to create a one-time report that includes both informative visualizations of data distributions and...

January 16, 2024 No Comments READ MORE +

What should you do?

You work for an advertising company and want to understand the effectiveness of your company's latest advertising campaign. You have streamed 500 MB of campaign data into BigQuery. You want to query the table, and then manipulate the results of that query with a pandas dataframe in an Al Platform...

January 16, 2024 No Comments READ MORE +

Which management solution should you recommend to your team?

You are a lead ML engineer at a retail company. You want to track and manage ML metadata in a centralized way so that your team can have reproducible experiments by generating artifacts. Which management solution should you recommend to your team?A . Store your tf.logging data in BigQuery.B ....

January 15, 2024 No Comments READ MORE +

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 ML.B . Deploy and version the model on...

January 15, 2024 No Comments READ MORE +

What should you do?

You need to design a customized deep neural network in Keras that will predict customer purchases based on their purchase history. You want to explore model performance using multiple model architectures, store training data, and be able to compare the evaluation metrics in the same dashboard. What should you do?A...

January 15, 2024 No Comments READ MORE +

How many trainable weights does your model have?

You are going to train a DNN regression model with Keras APIs using this code: How many trainable weights does your model have? (The arithmetic below is correct.)A . 501*256+257*128+2 = 161154B . 500*256+256*128+128*2 = 161024C . 501*256+257*128+128*2=161408D . 500*256*0 25+256*128*0 25+128*2 = 40448View AnswerAnswer: C

January 15, 2024 No Comments READ MORE +