Ultimate access to all questions.
You have developed a Keras module for a regression model with two architectures: linear regression and a DNN. The training_method
argument selects the architecture, while learning_rate
and num_hidden_layers
are used for the DNN. You plan to use Vertex AI hyperparameter tuning with a budget of 100 trials to find the architecture and hyperparameters that minimize training loss and maximize model performance. What should you do?