But infobot works and you can implement a solution based on it very fast. Sure, the "Knowledge Base" is not too intelligent, but the language interface is very well suited to an environment like the CB. Why not start with it and then build a more complex backend?

My main argument here is that I think the language part is much more difficult than the knowledge part, at least for the "help desk" type of application we have here.

"the expert system is only as smart as what people put into it (the factpacks for example), and doesn't 'learn' from when it returns information incorrectly or correctly"

As far as I understand it, the first part of the argument is true for all expert systems, and the second part is mainly about the "elegance" of the feedback mechanism. Infobot learns when people tell it to forget and to learn a new fact instead. This is a simple feedback mechanism, admitted, but given the track record of infobot, it seems to work very well.

Christian Lemburg
Brainbench MVP for Perl
http://www.brainbench.com


In reply to Re: Re: Re: Developing an Expert System/Intelligent Agent for PM? by clemburg
in thread Developing an Expert System/Intelligent Agent for PM? by Masem

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.