Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: (jcwren) Re: AI Animals

by dbp (Pilgrim)
on Sep 24, 2002 at 21:17 UTC ( [id://200493]=note: print w/replies, xml ) Need Help??


in reply to (jcwren) Re: AI Animals
in thread AI Animals

Expert systems are really a subset of AI as are learning algorithms. Learning algorithms may be "cooler" AI but I'd guess that people get more done with expert systems.

Speaking of learning systems, it would be quite easy to change this program to utilize a decision tree (see ISBN 0070428077, chap. 3 for a good reference).

To do this, one would need to create a set of examples of the form
Dolphin 1 0 1 0 0 0
although I'd add some more animals and attributes to make this interesting. You need a number of examples per animal. The dtree algorithm uses the examples to build a tree and decides which attributes are most important and moves those attributes towards the top of the tree. It might place the same question in more than one place and might ignore questions in certain subtrees. For example, knowing that an animal gets stuck in tuna nets narrows the field down quite a bit.

Of course, DTree's tend to be used for more broad classifications, like deciding the party of a senator based on her voting record.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://200493]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-03-29 12:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found