bayes classifier
Afficher commentaires plus anciens
anyone know good tutorial for bayes classifier implementaion?
Réponses (1)
Drew
le 22 Août 2023
0 votes
See the description and examples at these MATLAB doc pages:
- https://www.mathworks.com/help/stats/fitcnb.html, "Train multiclass naive Bayes model"
- https://www.mathworks.com/help/stats/classificationnaivebayes.html, "Naive Bayes classification for multiclass classification"
For further reading about this technique see the reference below. (A pdf of this book is available online at https://hastie.su.domains/ElemStatLearn/)
- Hastie, Trevor, Robert Tibshirani, and Jerome Friedman. The Elements of Statistical Learning: Data Mining, Inference, and Prediction. 2nd ed. Springer Series in Statistics. New York, NY: Springer, 2009. https://doi.org/10.1007/978-0-387-84858-7.
Catégories
En savoir plus sur Naive Bayes dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!