Optimization Code Gradient Descent

Kindly explain the theory behind this code...
Mdl = fitcnb(Trainingset,KindsofLabels,'ClassNames',{'FirstChoice','SecondChoice'},'OptimizeHyperparameters','auto',...% updating model by parameter optimization
'HyperparameterOptimizationOptions',struct('AcquisitionFunctionName',...
'expected-improvement-plus','MaxTime',15,'ShowPlots',1,'Verbose',0));

카테고리

도움말 센터File Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

질문:

2020년 7월 26일

답변:

2020년 7월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by