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 CenterFile Exchange에서 Get 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