Optimization Code Gradient Descent

2 views (last 30 days)
DARLINGTON ETAJE
DARLINGTON ETAJE on 26 Jul 2020
Answered: Rajani Mishra on 29 Jul 2020
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));

Answers (1)

Rajani Mishra
Rajani Mishra on 29 Jul 2020

Categories

Find more on Problem-Based Optimization Setup in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!