Filter löschen
Filter löschen

How do we vary hyperparameters to find the optimal values?

4 Ansichten (letzte 30 Tage)
Yooya yooya
Yooya yooya am 10 Dez. 2020
How do we vary hyperparameters to find the optimal values for naive bayes model?
% Train the classifier
Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);

Antworten (1)

Sai Veeramachaneni
Sai Veeramachaneni am 16 Dez. 2020
Hi,
You can try parameters listed here to build the optimal model which is suitable for your dataset.

Kategorien

Mehr zu Problem-Based Optimization Setup 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!

Translated by