What is hyperparameter tuning and which approach searches the space most efficiently?
-
A
Manually adjusting weights; manual search is most efficient
-
B
Searching for optimal training configuration values; Bayesian optimization generally outperforms random or grid search
-
C
Adjusting model architecture during training; random search is always best
-
D
Tuning only the learning rate; grid search suffices