expert-system Questions
3
Solved
I'm looking for the algorithm of backward and forward chaining to implement it with Python. I looked on the internet, but I didn't find too much. I looked in Wikipedia too but I just found some rul...
Ginnygino asked 26/3, 2017 at 11:49
1
I am looking to design a system that will essentially need to make decisions based on input. The input will be a person.
class Person:
def __init__(self, name, age, sex, weight, height, na...
Triumvirate asked 21/11, 2018 at 22:46
3
Solved
I have started writing a PHP script for a game about creatures, there are 4 yes/no questions and what I am trying to do is write a function that will display 2 buttons that say yes and no and give ...
Papeterie asked 24/5, 2012 at 19:8
4
Solved
What is the difference between a rules engine and an expert system?
Example1:
Let's say that I have a program that determines the expiration date of a new driver's license. It takes inputs like vi...
Matson asked 6/11, 2009 at 13:54
3
Solved
In the application that I'm working on right now, I need to periodically check eligibility of tens of thousands of objects for some kind of a service. The decision diagram itself is in the followin...
Romanism asked 3/2, 2011 at 14:38
2
Atomically might not be the right word. When modelling cellular automata or neural networks, usually you have two copies of the system state. One is the current state, and one is the state of the n...
Inaptitude asked 6/12, 2013 at 21:53
6
does anyone know about a open source expert system? actually, I'm rather interested in calling its inferential engine from C#.
Theological asked 15/12, 2008 at 20:15
1
Solved
I'm doing this expert system for classification animals using prolog and I'm using GNU/Prolog and Debian GNU/Linux.
xpositive(symbol,symbol)
xnegative(symbol,symbol)
nondeterm animal_is(symbol)
n...
Agglutinative asked 20/12, 2012 at 16:44
1
I need to program an expert system in Python (this is the first time I do both). I have to implement a big flow diagram which depends on progressive user input, i. e. the user provides inputs at ma...
Aeniah asked 2/11, 2012 at 16:52
3
Solved
I'm writing a presentation about rule engine technology, specifically JBoss Drools.
What are some of the 'myths' about rule engines.
One I can think of is that it allows business users to c...
Execution asked 7/11, 2010 at 23:54
1
Solved
For learning purposes I'd like to study an open source expert system, in particular one that can reason and explain it's reasoning. Which ones do you know?
Raila asked 9/3, 2012 at 22:45
2
Solved
I am seeking direction and attempting to label this problem:
I am attempting to build a simple inference engine (is there a better name?) in Python which will take a string and -
1 - create a lis...
Tutto asked 6/2, 2010 at 3:57
2
Solved
I am using an expert system with an inference engine (forward chaining) and I would like to explain why it is better than a decision tree using very simple concepts. (in one particular situat...
Longshore asked 10/6, 2011 at 16:22
4
Solved
Is LISP or something like Jess the best choice? I'm interested in writing a program that makes a suggestion based on users' answers. Computational considerations are not really a factor this ...
Heidi asked 1/8, 2010 at 16:39
5
Solved
I have an algorithmic problem which can be reduced to this task:
Suppose we have a list of n diseases and m symptoms.
For each disease d and symptom s, we have one of three options:
the symptom ...
Addams asked 4/11, 2010 at 15:31
1
© 2022 - 2024 — McMap. All rights reserved.