-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 visa expiration date, passport number, birthday, etc. It determines the expiration date of the driver's…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am brainstorming an idea of developing a high level software to manipulate matrix algebra equations, tensor manipulations to be exact, to produce optimized C++ code using several criteria such as sizes of dimensions, available memory on the system, etc.
Something which is similar in spirit to tensor…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm trying to find best free expert system, with the highest functionality.
I know about CLIPS, but is there another system, for example being able to accept percent of confidence for each rule (fuzzy logic). I need it to know will I be able to do fast a short project using expert system, with…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
The company I am working now has developed a Rule-based Expert System. It is a web-based system and supports Flow Chart, Decision Table, Fuzzy Rules and Forward Chaining Rules. It is something like iLog but less complex and powerful.
However, one serious problem we are facing now is that we…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
To gain some experience, I am trying to make an expert system that can answer queries about the animal kingdom. However, I have run into a problem modeling the domain. I originally considered the animal kingdom hierarchy to be drawn like
-animal
-bird
-carnivore
-hawk
-herbivore
…
>>> More