Naive Bayesian Tutorial in PHP
Jon Moffet
The practitioner of artificial intelligence and machine learning algorithm will recognize Naive Bayesian as one of the technique use to construct intelligent web application. Naive Bayesian is widely use as an intelligent classifier utilized to automatically classfies data based on statistical probability.
Among the immediate use of Naive Bayesian technique is the classification of (spam) emails, medical diagnosis dan data pattern identification.
Naive Bayesian is able to 'learn' from experience by training it with sample data set to categorized certain type data.
Excellent Naive Bayesian Tutorial
I found an excellent source of PHP Naive Bayesian classifier tutorial written specifically for those who has no background experience in the field of AI and Data Mining :
- Implement Bayesian inference using PHP, Part 1
- Implement Bayesian inference using PHP, Part 2
- Implement Bayesian inference using PHP, Part 3
Other PHP Naive Bayesian Library
Here is a few great naive bayesian implementation written in PHP
Tags: naive bayesian, bayes, bayesian, php, artificial intelligence, ai, scripts
Posted in Uncategorized |








June 10th, 2007 at 10:56 am
Here’s a nice introductory tutorial on Bayesian probability.