• RSS
  • Twitter
  • FaceBook

Security Forums

Log in

FAQ | Usergroups | Profile | Register | RSS | Posting Guidelines | Recent Posts

Problems with an AI Program

Users browsing this topic:0 Security Fans, 0 Stealth Security Fans
Registered Security Fans: None
Post new topic   Reply to topic   Printer-friendly version    Networking/Security Forums Index -> Programming and More

View previous topic :: View next topic  
Author Message
shanematthews
Just Arrived
Just Arrived


Joined: 31 Mar 2003
Posts: 0


Offline

PostPosted: Tue Apr 29, 2003 2:36 pm    Post subject: Problems with an AI Program Reply with quote

this may not be the place to post this but i am having some trouble with an AI bot that i have on my computer. after i downloaded it i downloaded all of the AIML files that i could find and made the bot learn them all but it still seems a bit thick to me maybe im doing something wrong any help please. all of the AIML files were downloaded from the ALICE bot site.
Back to top
View user's profile Send private message Send e-mail
Sloces
Just Arrived
Just Arrived


Joined: 13 Jan 2003
Posts: 0


Offline

PostPosted: Tue Apr 29, 2003 3:09 pm    Post subject: Reply with quote

would you care to expand on "a bit thick"?
Back to top
View user's profile Send private message
shanematthews
Just Arrived
Just Arrived


Joined: 31 Mar 2003
Posts: 0


Offline

PostPosted: Tue Apr 29, 2003 3:11 pm    Post subject: Reply with quote

well it doesnt remeber my name cant tell me anything to do with time or dates even if i tell it the time, and also when i answer a question from it with yes i would or similar it starts to go off on one and skips the subject completely

and it only knows 190706 categories
Back to top
View user's profile Send private message Send e-mail
Paragon
Trusted SF Member
Trusted SF Member


Joined: 26 Feb 2003
Posts: 0
Location: Away

Offline

PostPosted: Wed Apr 30, 2003 12:14 am    Post subject: Reply with quote

LOL, try a different bot. Razz
Why don't you make your own? There's enough AI source code to look at, you should be able to make your own bot.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
super
Just Arrived
Just Arrived


Joined: 27 Apr 2003
Posts: 0


Offline

PostPosted: Wed Apr 30, 2003 1:02 am    Post subject: Reply with quote

shanematthews wrote:
well it doesnt remeber my name cant tell me anything to do with time or dates even if i tell it the time, and also when i answer a question from it with yes i would or similar it starts to go off on one and skips the subject completely

and it only knows 190706 categories


It's still learning. It doesn't "know" (note the quotes) very much yet. Over time, its decision trees will become more complex and it will be able to formulate more educated responses. Technically, it can't really "know" anything because it doesn't have a mind like you and I. That is why the intelligence is said to be artificial.
Back to top
View user's profile Send private message Visit poster's website
shanematthews
Just Arrived
Just Arrived


Joined: 31 Mar 2003
Posts: 0


Offline

PostPosted: Wed Apr 30, 2003 10:07 am    Post subject: Reply with quote

Quote:

Paragon Wrote
LOL, try a different bot.
Why don't you make your own? There's enough AI source code to look at, you should be able to make your own bot.


ill have to try that is it hard to do?
Back to top
View user's profile Send private message Send e-mail
oeb
Just Arrived
Just Arrived


Joined: 17 Mar 2003
Posts: 2
Location: That Island of drunks over there

Offline

PostPosted: Wed Apr 30, 2003 11:00 am    Post subject: Reply with quote

To put it simply, yes

http://www.ai.mit.edu/
http://www.cs.berkeley.edu/~russell/ai.html
http://www.cs.berkeley.edu/~russell/prog.html
http://www-2.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/html/air.html
http://www-2.cs.cmu.edu/Groups/AI/html/faqs/top.html

Or you could just go talk to a real person. Razz
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Paragon
Trusted SF Member
Trusted SF Member


Joined: 26 Feb 2003
Posts: 0
Location: Away

Offline

PostPosted: Wed Apr 30, 2003 10:56 pm    Post subject: Reply with quote

How good are you at programming? I don't think it would be too hard, but it depends on how complex you want to make it. I can gather a bunch of AI links for you if you want.
super wrote:
Technically, it can't really "know" anything because it doesn't have a mind like you and I. That is why the intelligence is said to be artificial.
Artificial does not mean fake. It simply means it was created (by man) rather than naturally occuring. It in no way means it's not real intelligence. One can argue that current AI may not be real intelligence, but that in no way means we won't make AI in the near future.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
oeb
Just Arrived
Just Arrived


Joined: 17 Mar 2003
Posts: 2
Location: That Island of drunks over there

Offline

PostPosted: Thu May 01, 2003 9:23 am    Post subject: Reply with quote

Well its not only programming he needs to be good at, ai tends to nead quite a strong maths ability.
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
shanematthews
Just Arrived
Just Arrived


Joined: 31 Mar 2003
Posts: 0


Offline

PostPosted: Thu May 01, 2003 11:25 am    Post subject: Reply with quote

well my math skills truly suck and as for programming well im trying to learn but very slowly
Back to top
View user's profile Send private message Send e-mail
Paragon
Trusted SF Member
Trusted SF Member


Joined: 26 Feb 2003
Posts: 0
Location: Away

Offline

PostPosted: Thu May 01, 2003 11:33 pm    Post subject: Reply with quote

oeb wrote:
Well its not only programming he needs to be good at, ai tends to nead quite a strong maths ability.
No you don't. It depends what kind of AI you're trying to make. The only thing you really need is strong logical ability Razz
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
Fondula di Carceri
Just Arrived
Just Arrived


Joined: 19 Jan 2003
Posts: 0
Location: Belgium/Europe

Offline

PostPosted: Sun May 04, 2003 1:47 pm    Post subject: Reply with quote

shanematthews wrote:
well my math skills truly suck and as for programming well im trying to learn but very slowly


Try Prolog, it has a very intuitive way of programming. I have very very little experience with it, but it shouldn't be that hard to write some fuzzy-logic routines with it (ofcourse, if you want a *learning* intelligence, you might want to try a different approach). I remember there used to be lots of dos-programs for AI in the past (which modelled neural networks and such) but that trend seems to have died...

(edit because of miserable typo)
Back to top
View user's profile Send private message Send e-mail
super
Just Arrived
Just Arrived


Joined: 27 Apr 2003
Posts: 0


Offline

PostPosted: Sun May 04, 2003 7:44 pm    Post subject: Reply with quote

Fondula di Carceri wrote:
shanematthews wrote:
well my math skills truly suck and as for programming well im trying to learn but very slowly


Try Prolog, it has a very intuitive way of programming. I have very very little experience with it, but it shouldn't be that hard to write some fuzzy-logic routines with it (ofcourse, if you want a *learning* intelligence, you might want to try a different approach). I remember there used to be lots of dos-programs for AI in the past (which modelled neural networks and such) but that trend seems to have died...

(edit because of miserable typo)


Yeah, no doubt. Prolog would definitely make a good AI language. I don't have much experience with it, either, but I'm quite accustomed with the Aristotelian logic that its based on. Lisp, arguably the most powerful programming language that exists, is another good programming language to use for AI (and tons of other things.) You're going to need some sort of background in at least Discrete Math and Graph Theory before you write any real artificial intelligence, though. At my university, you have to be a grad student before you can even register for the AI course.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   

Post new topic   Reply to topic   Printer-friendly version    Networking/Security Forums Index -> Programming and More All times are GMT + 2 Hours
Page 1 of 1


 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Looking for more Windows Networking info?

Sign up to the WindowsNetworking.com Monthly Newsletter, written by Enterprise Security MVP Deb Shinder, containing news, the hottest tips, Networking links of the month and much more. Subscribe today and don't miss a thing!
View a sample newsletter.

Become a WindowsNetworking.com member!

Discuss your Windows Networking issues with thousands of other Windows Newtorking experts. Click here to join!

Community Area

Log in | Register

Readers' Choice

Which is your preferred data recovery solution?

Follow TechGenix on Twitter