how to choose the optimumize values of the training option

4 ビュー (過去 30 日間)
Hussain Mumtaiz
Hussain Mumtaiz 2022 年 2 月 6 日
回答済み: Udit06 2024 年 11 月 20 日 3:52
Dear all I have a question, I am using Transfer Learning of the pretraining Deep learning networks I would like to know how to choose the optimum values of the training options (Solver, initial learning rate, max epoch, miniBatchsize etc) should I keep trying different values or choosing the default values, please

回答 (1 件)

Udit06
Udit06 2024 年 11 月 20 日 3:52
Hi,
You can consider using Bayesian optimization in order to find optimal network parameters. Bayesian optimization is an algorithm well suited to optimizing hyperparameters of classification and regression models.
You can refer to the following MathWorks documentation for more details related to Bayesian optimization:
If Bayesian optimization does not suits your use case, you can consider other optimization techniques like grid search or randomized search optimization. You can refer to the following MathWorks documentation for more details:
I hope this helps.

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by