Learn Before
Concept
Grid Search for Hyperparameter Tuning Methods in Deep Learning
Grid search is slightly more sophisticated than manual tuning. It involves systematically testing multiple values of each hyperparameter, by automatically retraining the model for each value of the parameter. For example, you can perform a grid search for the optimal batch size by automatically training the model for batch sizes between 10-100 samples, in steps of 20. The model will run 5 times and the batch size selected will be the one which yields the highest accuracy.
0
2
Updated 2020-11-16
Contributors are:
Who are from:
Tags
Data Science