Automated Machine Learning: Grid Search and Random Search

preview_player
Показать описание
In this video, we look at two methods to perform hyperparameter optimization (finding the best hyperparameters for a learning algorithm to maximize the performance), namely grid search and random search.

If you liked the video, make sure to share it with others!

Any comments, feedback, or questions? Let me know through the comments section!
Рекомендации по теме
Комментарии
Автор

Thank you for the explanation, I found it very clear :)

zukofire
Автор

Great explanation. Would be helpful if Hyperparameter Tuning was also included in the vid along with other background information.

mohammadadnan
Автор

How often are these methods even used in practise because from what I have realized you would need to retrain neural network as many times as there are combinations/configurations?

drazen.antunovic
Автор

Why are we using logUniform and not just uniform? I didnt quite get that.

papa-hz