How do we vary hyperparameters to find the optimal values?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How do we vary hyperparameters to find the optimal values for naive bayes model?
% Train the classifier
Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu Nonlinear Optimization finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!