Yesterday we learned to run one training job well. Today, run that training automatically many times to find optimal hyperparameters via SageMaker Automatic Model Tuning (AMT). Tests ask about search strategies (Bayesian/random/grid/Hyperband), early stopping, warm start, objective metrics.
First, terminology:
AMT explores hyperparameter space to find the combination with best validation metric.