Thread: Acronym

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    28

    Acronym

    I'm designing a program (my first feeble attempt at AI). So far, I've been calling it Hal 1.0, but that's really lame. What I need is an average sounding first name that's an acronym for something. It doesn't matter what the acronym is, as long as it has something to do with AI, language, or assistants.

    after a few hours of thinking about it, here's the only thing I could think of. Go ahead, joke about it, I did.

    Applied
    Language
    Algorithm

    (writing an AI program called ALA could be offensive to muslims)
    ---Rainer
    Digital pimp, hard at work

  2. #2
    Registered User jlou's Avatar
    Join Date
    Jul 2003
    Posts
    1,090
    MIA - My Intelligence is Artificial.

  3. #3
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Hate to break it to you, but a name is the least of your problems.

  4. #4
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    Originally posted by golfinguy4
    Hate to break it to you, but a name is the least of your problems.
    HAHA...thats very true. Its like Michael Angelo would say, I will create David, without having the marble! Seriously brother, you should get the thing done, and worry about how you will do it...the name is really not important.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  5. #5
    Registered User
    Join Date
    Aug 2003
    Posts
    28
    That's the beuty of it. It's not really AI, that's impossible. Its just an illusion, and I have a design.

    Besides, I don't want a brain aneurysm my second day on the project, so let's keep the technical talk to a minimum, it's how I operate.
    Last edited by Rainer; 10-22-2003 at 06:24 PM.
    ---Rainer
    Digital pimp, hard at work

  6. #6
    Registered User Azuth's Avatar
    Join Date
    Feb 2002
    Posts
    236
    that's impossible
    Big call there bud.
    Demonographic rhinology is not the only possible outcome, but why take the chance

  7. #7
    Registered User
    Join Date
    Aug 2003
    Posts
    28
    Yes, impossible. It's possible, though difficult to make a good illusion of AI, but sci-fi stuff ingrained in pop culture like HAL 9000 or the terminator: That is impossible, computers only do what they are told to do, they can't invent solutions.

    I encourage any of you to prove me wrong - that would be a great achievment for mankind, I just don't think it's possible
    Last edited by Rainer; 10-22-2003 at 06:32 PM.
    ---Rainer
    Digital pimp, hard at work

  8. #8
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Originally posted by Rainer
    Yes, impossible. It's possible, though difficult to make a good illusion of AI, but sci-fi stuff ingrained in pop culture like HAL 9000 or the terminator: That is impossible, computers only do what they are told to do, they can't invent solutions.

    I encourage any of you to prove me wrong - that would be a great achievment for mankind, I just don't think it's possible
    Eh, check out perceptrons.
    Away.

  9. #9
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    Originally posted by Rainer
    Yes, impossible. It's possible, though difficult to make a good illusion of AI, but sci-fi stuff ingrained in pop culture like HAL 9000 or the terminator: That is impossible, computers only do what they are told to do, they can't invent solutions.

    I encourage any of you to prove me wrong - that would be a great achievment for mankind, I just don't think it's possible
    ever hear about emergent behavior?
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  10. #10
    Registered User
    Join Date
    Aug 2003
    Posts
    28
    I'll check those out

    [edit]
    <long pause>
    uh...
    I think perceptrons are about stimuli and response, and though not a math freak, I think I have an idea how they work.

    I haven't got the time to read up on emergent behavior, but I'll look in to it later.

    Ok, I had no idea they could simulate neurons (ok, I did, but I didn't know anyone cared to actually try, that's very painstaking work!). Yes, AI can pick the smart choice, such as a robot avoiding an obstacle, but I'm still not convinced that AI could generate its own solution, out of the blue.
    Last edited by Rainer; 10-22-2003 at 09:07 PM.
    ---Rainer
    Digital pimp, hard at work

  11. #11
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    True intelligence requires experience, perception, and sensation. Naturally, electronic gates are not capable of such a thing. Even if we do simulate it VERY well, we can't really say an intelligent being is doing the work (though no doubt we WOULD have an impressive algorithm).

    Here's an idea for a name though - 'RAID' (Ranier's Artifical Intelligence Droid) .

    So what exactly does your program do?
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  12. #12
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Before you claim that intelligence cannot be made artificially, you need to define intelligence.

    Anyways, a purely deterministic machine would have severe problems in the area of "thinking intelligently". Adding a non-deterministic element could be all it needs (perhaps just using some form of random number generator when weighting inputs to a perceptron). Anyways, given sufficient complexity and a non-deterministic element, there is no reason why a machine could not behave and "think" just like a human.

    And I like Sebastiani's name.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  13. #13
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    you should look up algorithms that simulate swarming... that's how they found out about emergent behavior... each individual in the swarm isn't intelligent, but the share their 'knowledge' like a hive mind... and they each make an independant decision on where to go, deciding based on their immediate environment (including the other individuals)... if some stray off there are other agents that will go out and 'kill' them.

    emergent behavior was first seen when these swarming programs started doing things they didn't expect - it's basically something the program does that it was not designed to do, for example, the swarm is told to go from A, through B to C, but it 'decides' that a better way would be to go straight to A.

    you should read the book 'prey'... I know it's Sci-Fi, but it's an interesting idea, and it has sources in it to resources about emergent behavior and swarming...

    just in case you were wondering, swarming is modeled after insects and helps networkers design a better network...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. So VISTA is an acronym
    By Salem in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 11-20-2006, 05:21 AM
  2. Acronym Machine
    By sean in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 05-11-2003, 10:27 PM
  3. CBDTPA (or whatever the acronym was)
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 04-23-2002, 01:08 PM
  4. acronym fun! (completely different than iain's topic)
    By Aran in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 08-25-2001, 04:33 PM
  5. yet another acronym post
    By iain in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-25-2001, 09:45 AM