search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
509 B
Text
10 lines
509 B
Text
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.
|
|
|
|
A paper by Fabrizio Sebastiani provides a really good introduction to
|
|
text categorization:
|
|
http://faure.iei.pi.cnr.it/~fabrizio/Publications/ACMCS02.pdf
|
|
|
|
WWW: https://metacpan.org/release/Algorithm-NaiveBayes
|