RETE explanation for programmers
This paper describes RETE algo. for programmers. Didn’t read yet, (have some assignments to do
), but it looks good.
1 comment August 16, 2006
RETE and co.
Add comment August 16, 2006
Looked for ROCK (data clustering) algorithm references
Found this lecture about Data Mining.
Here is an original work on ROCK (Robust Clustering Algorithm for Categorical Attributes).
I’m still in the process of understanding it.
Add comment August 16, 2006
Wiki and knowledge management
Recently I’ve looked for my personal hosted wiki. This is not wiki. This is cospire.com. Seems to be very interesting in means of knowledge management.
By the way wikipedia rocks and here you’ll find comprehensive list of free and commercial wiki farms.
2 comments August 15, 2006
Java distributed technologies
Interesting set of Java distributed technologies
Add comment August 15, 2006
Rules engines – links
I’m going to be engaged in some rules engine project. So I’m doing my initial research on what already exist.
This post will contain links. Following posts will contain specific thoughts on rules engines.
I need to catch up with well known Rete algorithm, which is an efficient pattern matching algorithm for implementing rule-based (“expert”) systems.
- Java Rule Engine API (JSR 94)
- JESS, reference implementation, commercial
- Compiled list of Java based open source rules engines and languages. Part of them are mentioned below
- JBoss rules – it is actually Drools project, and its manual could be found here
- Mandarax project – java class library for deduction rules. (LGPL). Knowledge base could queried through their jdbc driver. Prolog style vs Rete.
- JLisa project – A Clips like rules engine accessible from java with full power of Common LISP.
Another compilation (slightly different) of Java open soutrce rules engines.
Add comment August 14, 2006
Java concurency utils presentation
Great presentation from Java ONE: TS-4915, google it
Ok, here is it.
Add comment August 14, 2006
Hello world!
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
1 comment August 13, 2006