Optimization Code Gradient Descent

1 回表示 (過去 30 日間)
DARLINGTON ETAJE
DARLINGTON ETAJE 2020 年 7 月 26 日
回答済み: Rajani Mishra 2020 年 7 月 29 日
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));

回答 (1 件)

Rajani Mishra
Rajani Mishra 2020 年 7 月 29 日

カテゴリ

Help Center および File ExchangeGet Started with Optimization Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by