How should you adjust your model to ensure that it converges?
During batch training of a neural network, you notice that there is an oscillation in the loss . How should you adjust your model to ensure that it converges?A . Increase the size of the training batchB . Decrease the size of the training batchC . Increase the learning rate...
How can you make your production model more accurate?
You are building a model to predict daily temperatures. You split the data randomly and then transformed the training and test datasets. Temperature data for model training is uploaded hourly. During testing, your model performed with 97% accuracy; however, after deploying to production, the model's accuracy dropped to 66% ....
How should you resolve the class imbalance problem?
You were asked to investigate failures of a production line component based on sensor readings. After receiving the dataset, you discover that less than 1% of the readings are positive examples representing failure incidents. You have tried to train several classification models, but none of them converge . How should...
How should you ensure that AutoML fits the best model to your data?
You work for a large hotel chain and have been asked to assist the marketing team in gathering predictions for a targeted marketing strategy. You need to make predictions about user lifetime value (LTV) over the next 30 days so that marketing can be adjusted accordingly. The customer dataset is...
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...
What is the purpose of this configuration?
A company has implemented 802 1X authentication on AOS-CX access switches, where two ClearPass servers are used to implement AAA Each switch has the two servers defined A network engineer notices the following command configured on the AOS'CX switches: radius-server tracking user-name monitor password plaintext arubal23 What is the purpose...
What should you do?
You are training an LSTM-based model on Al Platform to summarize text using the following job submission script: You want to ensure that training time is minimized without significantly compromising the accuracy of your model . What should you do?A . Modify the 'epochs' parameterB . Modify the 'scale-tier' parameterC...
What is the most streamlined and reliable way to perform this validation?
You work for a global footwear retailer and need to predict when an item will be out of stock based on historical inventory data. Customer behavior is highly dynamic since footwear demand is influenced by many different factors. You want to serve models that are trained on all available data,...
What should you do?
You are developing ML models with Al Platform for image segmentation on CT scans. You frequently update your model architectures based on the newest available research papers, and have to rerun training on the same dataset to benchmark their performance. You want to minimize computation costs and manual intervention while...
What should you do?
You are developing models to classify customer support emails. You created models with TensorFlow Estimators using small datasets on your on-premises system, but you now need to train the models using large datasets to ensure high performance. You will port your models to Google Cloud and want to minimize code...