Sponsored Content
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Rules Engines and Bayes? Theorem Post 302133927 by Linux Bot on Monday 27th of August 2007 01:20:07 PM
Old 08-27-2007
Rules Engines and Bayes? Theorem

Tim Bass
Mon, 27 Aug 2007 16:58:45 +0000
Charles Young kindly calls out my blog post, Bending Rules for CEP,*and the discussion on rules and Bayesian analytics in his post, Rules Engines and Bayes’ Theorem.
FWIW, implementing a very simple Bayes network with a rules engine,*as in Charles interesting example,*does little to counter the argument that rules engines are not an efficient implementation for larger Bayes nets and more complex data sets.* It is not convincing to implement somewhat trivial solutions to make a point that does not hold up to the state-of-the-art in Bayesian networks for complex problems.** The complexity and inefficiency (with rule-based systems) comes with larger data sets; a long standing problem with rules.
If rule-based systems were efficient for large data sets, complex spam filters would use rule-based systems, but they don’t.*** Most modern fraud detection algorithms are implemented with Bayesian algorithms (not rules).* Few, if any, credible large companies uses rules for these classes of problems anymore - they all use specially formulated Bayesian algorithms.
In fact, in the late 90s at Langley Air Force Base*we soon discovered the same problem dealing with massive distributed email bomb attacks on the Internet (one example reference, also see Popular Science article, WAR.COM, by Frank Vizard).* After documenting our rule-based approach, subsequent researchers and implementations all commented that a rules-based approach is primitive (paraphrased) compared to modern Bayesian techniques.
These comments are not designed, BTW, to disparage rules or* rule-based systems.* Rules are great; but they*are not very efficient in large, complex problems.
I can provide more historical and current references on this topic if anyone is interested.



Source...
 

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

I dont want to know any search engines

I just want to know where I can download it on this website plz (1 Reply)
Discussion started by: memattmyself
1 Replies

2. Programming

Naibe Bayes

I have to write a program in Unix to do the following.Given a phrase like george hates john, by using naive Bayes to be able to restore the cases in the phrase and generate George hates John.I am not very familiar with Unix and i would appreciate any help (1 Reply)
Discussion started by: gizmo87
1 Replies

3. Homework & Coursework Questions

Naive Bayes

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: I have to write a program in Unix to do the following.Given a phrase like george hates john, by... (0 Replies)
Discussion started by: gizmo87
0 Replies

4. Shell Programming and Scripting

Checking status of engines using C-shell

I am relatively new to scripting. I am trying to develop a script that will 1. Source an executable file as an argument to the script that sets up the environment 2. Run a command "stat" that gives the status of 5 Engines running on the system 3. Check the status of the 5 Engines as either... (0 Replies)
Discussion started by: paslas
0 Replies
httppower(8)							     powerman							      httppower(8)

NAME
httppower - communicate with HTTP based power distribution units SYNOPSIS
httppower [--url URL] DESCRIPTION
httppower is a helper program for powerman which enables it to communicate with HTTP based power distribution units. It is run interac- tively by the powerman daemon. OPTIONS
-u, --url URL Set the base URL. INTERACTIVE COMMANDS
The following commands are accepted at the httppower> prompt: auth user:pass Authenticate to the base URL with specified user and password, using ``basic'' HTTP authentication which sends the user and password over the network in plain text. seturl URL Set the base URL. Overrides the command line option. get [URL-suffix] Send an HTTP GET to the base URL with the optional URL-suffix appended. post [URL-suffix] key=val[&key=val]... Send an HTTP POST to the base URL with the optional URL-suffix appended, and key-value pairs as argument. FILES
/usr/sbin/httppower /etc/powerman/powerman.conf ORIGIN
PowerMan was originally developed by Andrew Uselton on LLNL's Linux clusters. This software is open source and distributed under the terms of the GNU GPL. SEE ALSO
powerman(1), powermand(8), httppower(8), plmpower(8), vpcd(8), powerman.conf(5), powerman.dev(5), powerman-devices(7). http://sourceforge.net/projects/powerman powerman-2.3.5 2009-02-09 httppower(8)
All times are GMT -4. The time now is 02:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy