What should you do?

You recently developed a deep learning model using Keras, and now you are experimenting with different training strategies. First, you trained the model using a single GPU, but the training process was too slow. Next, you distributed the training across 4 GPUs using tf.distribute.MirroredStrategy (with no other changes), but you...

May 24, 2023 No Comments READ MORE +

Which Google Cloud tools should you use to complete this task in the most efficient and self-serviced way?

You have been given a dataset with sales predictions based on your company’s marketing activities. The data is structured and stored in BigQuery, and has been carefully managed by a team of data analysts. You need to prepare a report providing insights into the predictive capabilities of the data. You...

May 24, 2023 No Comments READ MORE +

What should you use as the input and output for your model?

You work on the data science team for a multinational beverage company. You need to develop an ML model to predict the company’s profitability for a new line of naturally flavored bottled waters in different locations. You are provided with historical data that includes product types, product sales volumes, expenses,...

May 23, 2023 No Comments READ MORE +

What should you do?

You work for the AI team of an automobile company, and you are developing a visual defect detection model using TensorFlow and Keras. To improve your model performance, you want to incorporate some image augmentation functions such as translation, cropping, and contrast tweaking. You randomly apply these functions to each...

May 23, 2023 No Comments READ MORE +

How should the project manager work with these risk handling strategies?

A project manager wants to work on understanding the project risks. The project manager works with the integrated project team to develop the risk handling strategies for the identified risks. How should the project manager work with these risk handling strategies?A . Review and revise the strategies periodically. B. Implement...

May 23, 2023 No Comments READ MORE +

What should you first try to quickly lower the serving latency?

You have trained a DNN regressor with TensorFlow to predict housing prices using a set of predictive features. Your default precision is tf.float64, and you use a standard TensorFlow estimator; estimator = tf.estimator.DNNRegressor( feature_columns=[YOUR_LIST_OF_FEATURES], hidden_units-[1024, 512, 256], dropout=None) Your model performs well, but Just before deploying it to production, you...

May 23, 2023 No Comments READ MORE +

How should you build and orchestrate your training pipeline?

You are an ML engineer responsible for designing and implementing training pipelines for ML models. You need to create an end-to-end training pipeline for a TensorFlow model. The TensorFlow model will be trained on several terabytes of structured data. You need the pipeline to include data quality checks before training...

May 22, 2023 No Comments READ MORE +

What should you do?

While monitoring your model training’s GPU utilization, you discover that you have a native synchronous implementation. The training data is split into multiple files. You want to reduce the execution time of your input pipeline. What should you do?A . Increase the CPU load B. Add caching to the pipeline...

May 22, 2023 No Comments READ MORE +

Which actions should you take?

You have a functioning end-to-end ML pipeline that involves tuning the hyperparameters of your ML model using Al Platform, and then using the best-tuned parameters for training. Hypertuning is taking longer than expected and is delaying the downstream processes. You want to speed up the tuning job without significantly compromising...

April 27, 2021 1 Comment READ MORE +

What should you do?

You are an ML engineer in the contact center of a large enterprise. You need to build a sentiment analysis tool that predicts customer sentiment from recorded phone conversations. You need to identify the best approach to building a model while ensuring that the gender, age, and cultural differences of...

April 26, 2021 No Comments READ MORE +