Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Say CBAS,

There are two major divisions of AI. The first is centered on rule based systems and are sometimes called Expert Systems and/or production engines. They are based on long lists of explicit rules like "If the outside temperature is below x degrees, turn up the thermostat y points, UNLESS some other rule etc."

The other major AI religion is based on neural networks and Perl has some modules that are used to build such systems. If you use Active State and PPM look for

  • AI-NeuralNet-BackProp
  • AI-NeuralNet-Mesh
Back Propagation is a means to tune the neural net based upon known outcomes. The Mesh is used to experiment with neural nets. NNs are particluarly suited to answer questions like "Is this a picture of a dog?, regardless of the orientation of the picture. I'd go to Google and/or amazon.com and search out expert systems and neural nets for the most recent refs. Hurry, we are all anxious to see some system pass the "Turing Test". (Look it up - named for Alan Turning.)

-Diskcrash


In reply to Re: AI programming by diskcrash
in thread AI programming by $CBAS

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (None)
    As of 2024-04-25 04:02 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found