Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting VB to perform human-like behavoral,is it possible?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
This is just an idea and I would like to hear as many thoughts from you experts. Do you think its possible to get VB to perform a human-like behavior for example,
completing this Thread message for posting? It would fill in the "Step 1 choose handle test field", then step 3 subject text field, then write what ever for step 4 message.And submit Post automatically without the user having to do a thing. If this human-like behavioral can be implemented, how can it be done? I'm desparate of this knowledge.
 
Actually, the whole AI thing is overstated. With the exception of idiosyncratic anomolies, human behavior is highly predictable.

I played with an "intelligent" program called LIZA back in the early '80s. It was quite impressive at the time but its function was very simple. It scanned user queries for keywords and then searched for matches in a rather small database. It was "smart" enough to recognise most attempts to trick it:

Q: "LIZA, what do you look like?"
A: "Let's focus on you."
Q: "LIZA, what do you look like?"
A: "Why are you repeating yourself?"
Q: "LIZA, what do you look like?"
A: "I don't think we can continue this conversation."

<Program terminated>

It's really quite simple. All you have to do is say...

A: &quot;Read the FAQ on this subject.&quot;


VCA.gif

Alt255@Vorpalcom.Intranets.com
 
Try....

You'll even find some BASIC source code for small scale ELIZAs.

For a more rounded discussion of the AI subject you might take a look at the Journal of Artificial Intelligence Research:

BTW, after so many years, my memory became corrupted. The program was called &quot;ELIZA&quot;. And it never really terminated when it didn't &quot;know&quot; how to respond (but it certainly knew how to deal with foul language.)

VCA.gif

Alt255@Vorpalcom.Intranets.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top