Classification
Currently collection notes and material on classification.
Naive Bayes
Most classification line Naive Bayes is not really AI, but probabilistic models, but it is a useful tool which can be used instead of AI to solve some types of problems.
Naive Bayes is very well known from spam filters.
Perl
- MetaCPAN: AI::Categorizer
- MetaCPAN: Data::Classifier::NaiveBayes
- MetaCPAN: Algorithm::NaiveBayes
- MetaCPAN: AI::Classifier::Text
- MetaCPAN: AI::NaiveBayes::Learner
- MetaCPAN: AI::NaiveBayes