Search results for "module:Algorithm::NaiveBayes"
Algorithm::NaiveBayes - Bayesian prediction of categories
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 reaso...
KWILLIAMS/Algorithm-NaiveBayes-0.04 - 08 Jun 2007 13:01:22 UTC
lib/Algorithm/NaiveBayes/Model/Gaussian.pm
KWILLIAMS/Algorithm-NaiveBayes-0.04
-
08 Jun 2007 13:01:22 UTC
lib/Algorithm/NaiveBayes/Model/Frequency.pm
KWILLIAMS/Algorithm-NaiveBayes-0.04
-
08 Jun 2007 13:01:22 UTC
lib/Algorithm/NaiveBayes/Model/Discrete.pm
KWILLIAMS/Algorithm-NaiveBayes-0.04
-
08 Jun 2007 13:01:22 UTC
Algorithm::SVMLight - Perl interface to SVMLight Machine-Learning Package
This module implements a perl interface to Thorsten Joachims' SVMLight package: SVMLight is an implementation of Vapnik's Support Vector Machine [Vapnik, 1995] for the problem of pattern recognition, for the problem of regression, and for the problem...
KWILLIAMS/Algorithm-SVMLight-0.09 - 25 Nov 2008 16:07:31 UTC