Optimization Code Gradient Descent

2 visualizaciones (últimos 30 días)
DARLINGTON ETAJE
DARLINGTON ETAJE el 26 de Jul. de 2020
Respondida: Rajani Mishra el 29 de Jul. de 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));

Respuestas (1)

Rajani Mishra
Rajani Mishra el 29 de Jul. de 2020

Categorías

Más información sobre Problem-Based Optimization Setup en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by