What should you do?

You are training a TensorFlow model on a structured data set with 100 billion records stored in several CSV files. You need to improve the input/output execution performance. What should you do?A . Load the data into BigQuery and read the data from BigQuery.B . Load the data into Cloud...

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

October 5, 2024 No Comments READ MORE +

What should you do?

You manage a team of data scientists who use a cloud-based backend system to submit training jobs. This system has become very difficult to administer, and you want to use a managed service instead. The data scientists you work with use many different frameworks, including Keras, PyTorch, theano. Scikit-team, and...

October 4, 2024 No Comments READ MORE +

Which service should you use?

You are responsible for building a unified analytics environment across a variety of on-premises data marts. Your company is experiencing data quality and security challenges when integrating data across the servers, caused by the use of a wide range of disconnected tools and temporary solutions. You need a fully managed,...

October 4, 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

October 4, 2024 No Comments READ MORE +

What should you do?

You work for an online retail company that is creating a visual search engine. You have set up an end-to-end ML pipeline on Google Cloud to classify whether an image contains your company's product. Expecting the release of new products in the near future, you configured a retraining functionality in...

October 3, 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 ....

October 3, 2024 No Comments READ MORE +

How should you adjust the model's final layer softmax threshold to increase precision?

You work for a social media company. You need to detect whether posted images contain cars. Each training example is a member of exactly one class. You have trained an object detection neural network and deployed the model version to Al Platform Prediction for evaluation. Before deployment, you created an...

October 2, 2024 No Comments READ MORE +

What should you do?

You recently designed and built a custom neural network that uses critical dependencies specific to your organization's framework. You need to train the model using a managed training service on Google Cloud. However, the ML framework and related dependencies are not supported by Al Platform Training. Also, both your model...

October 2, 2024 No Comments READ MORE +

Which modifications should you make to the tf .data dataset?

You are training a Resnet model on Al Platform using TPUs to visually categorize types of defects in automobile engines. You capture the training profile using the Cloud TPU profiler plugin and observe that it is highly input-bound. You want to reduce the bottleneck and speed up your model training...

October 2, 2024 No Comments READ MORE +