PHP
  Home arrow PHP arrow Page 10 - Implement Bayesian inference using PHP...
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Forums Sitemap 
IBM® developerWorks 
Sun Developer Network 
E-Commerce Hosting 
Linux Web Hosting 
Managed Hosting 
Small Business Hosting 
Mobile Linux 
App Generation ROI 
VPS Hosting 
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
PHP

Implement Bayesian inference using PHP, Part 1
By: developerWorks
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 23
    2005-01-05

    Table of Contents:
  • Implement Bayesian inference using PHP, Part 1
  • Conditional probability
  • Learning from experience
  • Conditional probability and SQL
  • Frequency versus probability format
  • Deriving Bayes Theorem
  • Medical diagnosis wizard
  • Implementing the calculation with Bayes.php
  • Sensitivity analysis
  • Resources

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Implement Bayesian inference using PHP, Part 1 - Resources


    (Page 10 of 10 )

    • Download the source code used in this article. Find updates to the code at phpmath.com.

    • Read "SMART HEURISTICS" by Gerd Gigerenzer. This study of fast and frugal decision-making looks at smart heuristics people actually use to make good decisions.

    • Look at the paper "Teaching Bayesian Reasoning in Less Than Two Hours." Authors Gerd Gigerenzer and Peter Sedlmeier present and test a new method of teaching Bayesian reasoning.

    • Discover one of the oldest (but still powerful) computer science references, "An Essay towards solving a Problem in the Doctrine of Chances" by Thomas Bayes (1763) as it covers the Bayes's Theorem.

    • Explore the development of a new concept for aggregating items of evidence in classification problems in "Multiplicative Adjustment of Class Probability: Educating Naive Bayes."

    • Read "A Decomposition Of Classes Via Clustering To Explain And Improve Naive Bayes" for a method to improve the probability estimates made by Naive Bayes and avoid the effects of poor class conditional probabilities based on product distributions when each class spreads into multiple regions.

    • In "An analysis of data characteristics that affect naive Bayes performance," identify some data characteristics for which naive Bayes works well.

    • Take the "Web site user modeling with PHP" tutorial and learn how to construct a user-modeling platform that can use clickstream data to build Web site user models (developerWorks, December 2003).

    • Explore "An autonomic computing roadmap" for more about the Agent Building and Learning Environment (ABLE) that provides Learning Beans that implement Bayesian reasoning (developerWorks, February 2004).

    • Halt spam with these two Bayesian-based techniques in "Spam filtering techniques" (developerWorks, September 2002).

    • In "Apply probability models to Web data using PHP," discover how to fit the benefits of probability modeling into Web application development (developerWorks, October 2003).

    • Get good ideas on how to apply Bayesian inference to database technology in these data mining publications by Rakesh Agrawal, an IBM Fellow recently recognized as an ACM Fellow for his pioneering research in data mining.

    • Read the later articles in the author's series on Bayesian inference:
    o "Implement Bayesian inference using PHP, Part 2" solves parameter estimation problems (developerWorks, April 2004).
    o "Implement Bayesian inference using PHP, Part 3" solves classification problems in medical diagnostic testing and Web survey analysis as it applies Bayesian and conditional probability concepts to both building classifier systems and analyzing the accuracy of their output (developerWorks, May 2004)

    • Explore the Hugin Expert site for such Bayesian networking software tools as BayesCredit, a tool for risk protection.

    • See what Norsys offers with Netica, a Bayesian network development software that helps manage uncertainty.

    • Visit Bayesia for products that facilitate knowledge modeling and data mining, and can help developers add the power of a Bayesian decision engine to their applications.

    • Get a good start on topics in probability with the textbook Introduction to Probability by Charles Grimstead and J. Laurie Snell (American Mathematical Society, 2nd Ed., available in PDF).

    • For excellent coverage of more advanced Bayesian reasoning techniques, read Artificial Intelligence: A Modern Approach by Stuart Russell and Peter Norvig (Prentice Hall, 2003).

    • If you're interested in applying Bayesian inference to data mining problems, Data Mining: Concepts and Techniques by Jiawei Han and Micheline Kamber is a good starting point (Morgan Kaufmann Publishers, 2000).

    • Learn the conceptual basis of programming in this well-know text, Structure and Interpretation of Computer Programs by Harold Abelson, Gerald Jay Sussman, and Julie Sussman (MIT Press, 2nd. Ed., 1996).

    • Check out Statistical Methods, Experimental Design, and Scientific Inference, a single volume that brings together the classical works of R.A. Fisher: Statistical Methods for Research Workers, Statistical Methods and Scientific Inference (mentioned in this article), and The Design of Experiments (Oxford University Press, 1990).

    • Browse the developerWorks bookstore for titles on this and other related subjects.

    • Visit developerWorks Web Architecture zone for a range of articles on the topic of Web architecture and usability.

    NameSizeDownload Method
    wa-bayes1.tar.gz5KBFTP

    Information about download methods

    About the author
    Paul Meagher is a freelance Web developer, writer, and data analyst. Paul has a graduate degree in Cognitive Science and has spent the last six years developing Web applications. His current interests include statistical computing, data mining, content management, and e-learning. Paul can be contacted at paul@datavore.com.


    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

       · Definately worth reading.j.olson[url=http://www.linuxloggers.com/]Linux Help...
       · good article, for all science computer fields.
     

       

    PHP ARTICLES

    - Working With Different Namespaces in PHP 5
    - User Management Explained: Overview
    - Using Namespaces in PHP 5
    - Database Security: Guarding Against SQL Inje...
    - Building a Modular Exception Class in PHP 5
    - Database and Password Security for Web Appli...
    - Handling MySQL Data Set Failures in PHP 5
    - Building Site Registration for Web Applicati...
    - Intercepting Customized Exceptions in PHP 5
    - Securing Your Web Application Against Attacks
    - Sub Classing Exceptions in PHP 5
    - Authentication for Web Application Security
    - Building a Content Management System with Co...
    - Filters and Login Systems for Web Applicatio...
    - Working with the Email Class in Code Igniter





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
    Stay green...Green IT