Learn Before
Concept
Randomly Tuning Hyperparameters in Deep Learning
Grid Search may be very inefficient because it requires training the model for each of the combinations of values to calculate and compare the dev error. A more efficient method is to take only random combinations from the grid and compare the dev error on those random combinations.
0
1
Updated 2021-03-30
Tags
Data Science