Does Matlab classification learner app allow changes to hyperparameters such as epoch and learning rate?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
i currently exploring both machine learning and deep learning in Matlab. I notice that when i try to train CNN in deep learning, i could modify the epoch, learning rate and batch size in trainingOptions such as code below.
options = trainingOptions('sgdm', ...
'MiniBatchSize',miniBatchSize, ...
'MaxEpochs',3, ...
'InitialLearnRate',1e-4,
'Plots','training-progress');
However, when i using classification learner app the UX is better but there is no options for me to tune the hyperpareters such as epoch as the training is done automatically and very fast.
So back to my questions, is there any setting that allow me to tune the hyperparameters such as epoch and learning rate in classification learner app?
Hope someone could help to clarify. Thank you.
0 Kommentare
Antworten (1)
Abhijeet
am 10 Jul. 2022
Hi, Teo
I understand that you wanted to explore tuning hyperparameters in the Classification learner application.
Classification learner application provides an option called "optimizer" though which you can tune the hyper-parameters.
You can find the option "optimizer" in the top panel.
To understand the various parameters available for tuning, you can kindly refer to below mentioned documentation:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!