52baf56ecb
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.
6 lines
299 B
Plaintext
Executable File
6 lines
299 B
Plaintext
Executable File
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.
|