ports/math/p5-Algorithm-NaiveBayes/pkg/DESCR

6 lines
299 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
This module implements the classic "Naive Bayes" machine learning
algorithm. It is a well-studied probabilistic algorithm often used in
automatic text categorization. Compared to other algorithms (kNN, SVM,
Decision Trees), it's pretty fast and reasonably competitive in the
quality of its results.