Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Step 1. Pick an inference engine. There are many choices. Here's a list: <a href="http://en.wikipedia.org/wiki/Expert_system#Shells_or_Inference_Engine" rel="nofollow noreferrer">http://en.wikipedia.org/wiki/Expert_system#Shells_or_Inference_Engine</a></p> <p>Step 2. Use the language that interfaces with the inference engine.</p> <p>You'll be much happier leveraging an inference engine for expert systems work.</p> <hr> <blockquote> <p>I would like to put this up on a blog or website and let people use it from there</p> </blockquote> <p>Trivial.</p> <blockquote> <p>is there a particular inference engine that works with the .NET family, or PHP, or something to that effect?</p> </blockquote> <p>Doesn't matter.</p> <p>Here's the confusion. Your "web site" and your "inference application" have NOTHING to do with each other. Nothing.</p> <p>Your web site can be done in any tool set you can find. It doesn't matter.</p> <p>Your inference application can be done in any tool set you can find. It doesn't matter.</p> <p>Your web site will invoke the inference application through any API that makes sense. The lowest common denominator in API's (the reason that none of these choices matter) is to do this.</p> <ol> <li><p>Write your inference application as a stand-alone command line tool.</p></li> <li><p>Write your web application to run the stand-alone tool, collect the output and turn the output into an HTML page.</p></li> </ol> <p>Note that this multi-porocess implementation may be faster and make better use of multi-core processors. It forces the OS to manage the web server (Apache HTTPD, for example), the web application and the expert system as potentially three, separate, parallel processes.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload