
Ultimate access to all questions.
You are tasked with developing a custom Deep Neural Network in Keras to predict customer purchases from historical transaction data. The project requires evaluating model performance across various architectures, storing training data, and comparing evaluation metrics on a unified dashboard. The solution must be scalable, cost-effective, and comply with data privacy regulations. Which of the following approaches best facilitates this? (Choose two correct options)
A
Leverage AutoML Tables to generate a variety of models automatically, ensuring compliance with data privacy regulations.
B
Utilize Cloud Composer to orchestrate the execution of multiple training iterations, optimizing for cost and scalability.
C
Conduct several training jobs on AI Platform, using similar job names for organization and leveraging its built-in dashboard for metrics comparison.
D
Design an experiment within Kubeflow Pipelines to systematically manage and compare multiple runs, including data preprocessing, model training, and evaluation.
E
Combine the use of AI Platform for training jobs and Kubeflow Pipelines for experiment tracking and comparison, ensuring scalability and comprehensive metrics analysis.