Search:
Main Menu
Login | RSS |

Quick PHP Code Tips and Examples

PHP Programming Tips, Tutorials and Source Code Examples for newbie

Naive Bayesian Tutorial in PHP

May 16th, 2007 by 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 :

  1. Implement Bayesian inference using PHP, Part 1
  2. Implement Bayesian inference using PHP, Part 2
  3. Implement Bayesian inference using PHP, Part 3

Other PHP Naive Bayesian Library
Here is a few great naive bayesian implementation written in PHP

  1. PHP Naive Bayesian Filter
  2. b8 (formerly bayes-php)

Tags: , , , , , ,

Bookmark Post:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • NewsVine
  • Reddit
  • Netvouz
  • Spurl
  • Furl
  • digg
  • YahooMyWeb
  • del.icio.us

Posted in Uncategorized |

Related Posts

3 Responses

  1. toydi Says:

    Here’s a nice introductory tutorial on Bayesian probability.

  2. Kohana Forums - Handling Spam Says:

    Kramer auto Pingback[...] found some interesting resources for handling spam without having to rely on third party services: Naive Bayesian Filters [...]

  3. Warning: This is a non-vWorker.com link Says:

    Kramer auto Pingback[...] here to visit: http://phpcode.mypapit.net/naive-bayesian-tutorial-in-php/41/ (To close this windows instead, click here). function [...]

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.