create a small artificial intelligent programme using vb06

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sirimanna
    New Member
    • Apr 2007
    • 21

    create a small artificial intelligent programme using vb06

    hello,
    is any one can tell me how to create a small artificial intelligent programme using vb06. Can i creatre a artificial intelligent programme using vb6. is that vb06 support to creat a artificial intelligent ?
    thank u...
  • iburyak
    Recognized Expert Top Contributor
    • Nov 2006
    • 1016

    #2
    Any program written in VB or any other language is artificially intelligent.
    The simplest one you can get is:

    [PHP]Private Sub Form_Load()
    MsgBox "Hello World!"
    End Sub[/PHP]

    Good Luck.

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Originally posted by sirimanna
      is any one can tell me how to create a small artificial intelligent programme using vb06. Can i creatre a artificial intelligent programme using vb6. is that vb06 support to creat a artificial intelligent ?
      I think you need to learn/define what you mean by an AI program, and how they work. You will probably then find that you can do it in VB6, but may not want to.

      Comment

      • sirimanna
        New Member
        • Apr 2007
        • 21

        #4
        thanks
        friend

        Comment

        • imsoft
          New Member
          • Mar 2007
          • 5

          #5
          Please learn Object Oriented Programming. Maybe you can try VS .NET or VS. 2005. Coz, VB6 isn't really OOP Based, but COM Based.
          Please correct me ...

          Comment

          • steve1rm
            New Member
            • Sep 2006
            • 12

            #6
            You cannot write AI in Visual Basic.

            If you want to start using AI then you should look at programming languages that are specific to AI. One that I used was prolog with a command prompt application. To get the windows version then you will need strawberry prolog. These are declarative languages that are specific to AI.

            I hope that helps,

            Steve

            Comment

            • Killer42
              Recognized Expert Expert
              • Oct 2006
              • 8429

              #7
              Originally posted by steve1rm
              You cannot write AI in Visual Basic.
              That's rather a sweeping generalisation.

              Certainly I wouldn't claim that VB is anything like the best language for creating AI, but you probably can write just about anything you can imagine, with enough work. (You could probably do it in Logo if you were really obsessed.)

              Originally posted by steve1rm
              If you want to start using AI then you should look at programming languages that are specific to AI. ...
              Good advice, sirimanna. Although I still say it's possible to do AI in VB, you'd probably have to be crazy to try.

              Comment

              • Killer42
                Recognized Expert Expert
                • Oct 2006
                • 8429

                #8
                Thanks for passing along that information, Nathiel.

                Note that I've removed your e-mail address from the message as per our site guidelines. This is to prevent it from being harvested by scammers and spammers, who regularly scan this sort of forum.

                As long as you enable the option (not sure whether it's on or off by default), members here can e-mail you by clicking on your screen name then choosing "Send a message via email to...".

                (Oops! I've just checked, and it's not enabled. So you'll need to turn it on if desired.)

                Comment

                • Robbie
                  New Member
                  • Mar 2007
                  • 180

                  #9
                  Originally posted by Killer42
                  Although I still say it's possible to do AI in VB, you'd probably have to be crazy to try.
                  ...and along I come. =P
                  I've recently managed to make this, I don't know if you would class it as Artificial Intelligence, but it 'understands' what you say.

                  i.e. It is able to extract the meaning of what you say in order to set variables, and work with them based on what you tell it, to produce new results in human-understandable form... yep.
                  - Screenshot -

                  EDIT: In case someone thinks I've just edited the image, I will provide the source code if they want me to...

                  Comment

                  • Killer42
                    Recognized Expert Expert
                    • Oct 2006
                    • 8429

                    #10
                    Is it just me, or is that link really dead?

                    Comment

                    • Robbie
                      New Member
                      • Mar 2007
                      • 180

                      #11
                      Originally posted by Killer42
                      Is it just me, or is that link really dead?
                      Probably. (My crappy server >_<)

                      ImageShack to the rescue (if it's even worth it)

                      - Another attempted link -

                      Comment

                      • Killer42
                        Recognized Expert Expert
                        • Oct 2006
                        • 8429

                        #12
                        Hahaha... my work server blocks that one, as an "entertainm ent site". Never mind, I'll have a look when I get home.

                        Comment

                        • Killer42
                          Recognized Expert Expert
                          • Oct 2006
                          • 8429

                          #13
                          Finally had a look at the screenshot. Looks like a pretty interesting program.

                          Comment

                          • kcatlantis
                            New Member
                            • Oct 2007
                            • 4

                            #14
                            Originally posted by iburyak
                            [PHP]Private Sub Form_Load()
                            MsgBox "Hello World!"
                            End Sub[/PHP]
                            This is not an AI - an AI teaches itself.
                            Last edited by Killer42; Oct 10 '07, 10:28 PM.

                            Comment

                            • kcatlantis
                              New Member
                              • Oct 2007
                              • 4

                              #15
                              Originally posted by sirimanna
                              is any one can tell me how to create a small artificial intelligent programme using vb06...
                              In order to create an AI in Visual Basic you will need to use databases, put pre-programmed phrases and have it save anything else you say to it. It then must have to know how to put what you said into context.
                              Last edited by Killer42; Oct 10 '07, 10:29 PM.

                              Comment

                              Working...