Slashdot Mirror


Microchip Mimics a Brain With 200,000 Neurons

Al writes "European researchers have taken a step towards replicating the functioning of the brain in silicon, creating new custom chip with the equivalent of 200,000 neurons linked up by 50 million synaptic connections. The aim of the Fast Analog Computing with Emergent Transient States (FACETS) project is to better understand how to construct massively parallel computer systems modeled on a biological brain. Unlike IBM's Blue Brain project, which involves modeling a brain in software, this approach makes it much easier to create a truly parallel computing system. The set-up also features a distributed algorithm that introduces an element of plasticity, allowing the circuit to learn and adapt. The researchers plan to connect thousands of chips to create a circuit with a billion neurons and 10^13 synapses (about a tenth of the complexity of the human brain)."

14 of 521 comments (clear)

  1. That's it... we're dead by Conspiracy_Of_Doves · · Score: 5, Funny

    We're all dead.

    In fact, the current prototype can operate about 100,000 times faster than a real human brain. "We can simulate a day in a second," says Karlheinz.

    We are SO fucking dead.

    1. Re:That's it... we're dead by StikyPad · · Score: 5, Funny

      If robots are ever more intelligent than us, they'll also be intelligent enough to make good decisions.

      That's exactly the sort of thinking that leads to the enslavement of humanity. Good job falling right into their trap!

    2. Re:That's it... we're dead by Anonymous Coward · · Score: 5, Insightful

      The problem is that deep down, most people believe that killing off the humans would be the intelligent decision.

    3. Re:That's it... we're dead by vadim_t · · Score: 5, Insightful

      Paraphrasing a book (forget the name), if you took a dog and made its brain 1000 times faster, all you'd get is a dog that needs 1/1000th of the time to decide whether to sniff your crotch.

      Thinking faster would certainly be very useful, but it may not necessarily mean that the output will be of a higher quality.

    4. Re:That's it... we're dead by interstellar_donkey · · Score: 5, Funny

      You forgot the third option: Maybe the machines will keep us as pets. Which, really, wouldn't be all that bad. They'd feed us, play with us, clean up after us. Once domesticated to the machine's standards, we may end up becoming a lonely machine's best friend, one who sheds tears when we have to be "put down" for having excessive joint pain in our hips.

      --
      The Internet is generally stupid
  2. Re:And so.. by cthulu_mt · · Score: 5, Funny

    I for one plan on collaborating with the Cylons.

    --
    Virginia is for lovers. EVE is for griefers.
  3. Re:And so.. by ShieldW0lf · · Score: 5, Funny

    Can't be satisfied with machines that act as quiet servants... have to make them intelligent enough to suffer...

    --
    -1 Uncomfortable Truth
  4. Re:This is nothing. by GospelHead821 · · Score: 5, Insightful

    You might be correct, but it is also possible that the "humanity" of the human brain is an emergent property that manifests only when there's a certain critical mass of grey matter. Developing synthentic neural systems with more and more neurons is likely, if nothing else, to test the hypothesis that consciousness, for some arbitrary definition thereof, is emergent.

    --
    Virtue finds and chooses the mean.
    Aristotle, Ethica Nichomachea
  5. Re:cluster? by 0xABADC0DA · · Score: 5, Funny

    Imagine a beowulf cluster of these imagining a beowulf cluster of these!!

  6. Re:A brain with 200,000 neurons? by TimSSG · · Score: 5, Funny

    No, the artificial politician brain has 200,000 morons. Tim S

  7. Re:I always figured it would take this to get true by IndustrialComplex · · Score: 5, Funny

    I mean, who is going to notice a schizophrenic ant

    That's the one that is walking along, waving its antennae to no one, and creeping out the other workers.

    --
    Out of modpoints but really liked a post? 1BDkF6TtmmeZ3yqXbz9yhdYVqRYnwFoXDj
  8. Re:And it fits on the head of a pin! by Jurily · · Score: 5, Funny

    omg they have invented an electronic republican.

    int main(){ while (1) {
    printf("%s", random_nonsensical_bullshit());
    printf("God bless America!");
    bank_account += take_campaign_contribution(contributor_list);
    if (elected) keep_happy(contributor_list);
    }
    return bank_account;
    } /* FIXME: keep_happy() ignores entries with too small contributions assigned, to avoid race conditions */

  9. Don't underestimate complexity of brain... by Temujin_12 · · Score: 5, Insightful

    I didn't read the featured article, but whenever I see "X program/system mimics brain" I always try to pipe in with my 2 cents.

    Any system that considers a brain as nothing but a series of perceptron-based connections is going to fall short of the neurology of the actual brain it is trying to mimic. Ask any neurologist and they will tell you that there many other dimensions at play in the human brain. For instance, the whole system itself is sitting in a chemical bath which can change at any moment with the right mixture of hormones or other chemical changes. These changes in chemistry affect the firing and working of the neurons, axons, and synapses. Combine this with the control of external factors such as DNA, RNA, and epigenitics and things start getting exponentially complex.

    I don't mean to down-play the progress we're making in this field. I just hate it when I see the "Computer system with X-sized neural network must equal a brain with X-number of neurons" mentality.

    --
    Faith is a willingness to accept something w/o complete proof and to act on it. Reason allows you to correct that faith.
  10. Re:This is nothing. by NotThatGuy · · Score: 5, Informative

    I am one of the researchers involved in this project. You are right, of course, that we are only simulating 0.1% or less of the complexity of the brain, so even if we simulate 100% of the number of neurons in the brain, we are still orders of magnitude of complexity away from reproducing a brain, let alone understanding it.

    However, we have to start somewhere and, in the words of Henry Markram (Blue Brain Project) "If we don't start now, when do we start?". The neuron models in the chip ignore spatial processing in the dendrites, but they do reproduce the variety of firing patterns found in real cortical neurons. The models of the chemical synapses incorporate have both short-term (adaptation, etc) and long-term (learning) plasticity, based on experimental data. Neuromodulation (by dopamine, etc) could be simulated by modifying synaptic and neuronal parameters, using the digital logic on the chips, although we haven't really thought about this yet.

    The FACETS project involves experimental neurobiologists, theoreticians, modellers, and solid-state physicists (who are developing the chips). We are very aware of the necessary simplifications we are making, but we are also confident that we are making progress both in understanding brain function and in developing new approaches to highly-parallel, fault-tolerant computing.