Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
AI Science Technology

Researchers Using AI To Build Robotic Bees 44

An anonymous reader writes "British researchers at the Universities of Sussex and Sheffield are developing a computer model of a bee's brain that they hope can help scientists better understand the brains of more-complex animals, such as humans, and perhaps power artificial intelligence systems for bee-like robots. Called 'Green Brain,' the project is trying to advance the science of AI beyond systems that just follow a predetermined set of rules, and into an area where AI systems can actually act autonomously and respond to sensory signals."
This discussion has been archived. No new comments can be posted.

Researchers Using AI To Build Robotic Bees

Comments Filter:
  • Bee Brain (Score:5, Funny)

    by busyqth ( 2566075 ) on Monday October 01, 2012 @06:22PM (#41519071)
    for (x in recognize_nearby_objects())
    {
    if (x.type == FLOWER) {
    nuzzle_flower(x);
    }
    else if (x.type == HUMAN) {
    sting(x);
    }
    else if (x.type == SMOKE) {
    sleep(1);
    }
    else {
    buzz();
    }
    }
  • by pitchpipe ( 708843 ) on Monday October 01, 2012 @06:52PM (#41519345)
    // The following section is essentially complete. Someone
    // just needs to flesh out a few of the functions
    // (probably just take an intern an afternoon)

    for (x in recognize_nearby_objects())
    {
    if (x.type == FLOWER) {
    nuzzle_flower(x);
    }
    else if (x.type == HUMAN) {
    sting(x);
    }
    else if (x.type == SMOKE) {
    sleep(1);
    }
    else {
    buzz();
    }
    }

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...