Slashdot Mirror


Building a Silicon Brain

prostoalex tips us to an article in MIT's Technology Review on a Stanford scientist's plan to replicate the processes inside the human brain with silicon. Quoting: "Kwabena Boahen, a neuroengineer at Stanford University, is planning the most ambitious neuromorphic project to date: creating a silicon model of the cortex. The first-generation design will be composed of a circuit board with 16 chips, each containing a 256-by-256 array of silicon neurons. Groups of neurons can be set to have different electrical properties, mimicking different types of cells in the cortex. Engineers can also program specific connections between the cells to model the architecture in different parts of the cortex."

4 of 236 comments (clear)

  1. The reverse seems more interesting. by Kadin2048 · · Score: 3, Interesting

    One thing you don't hear much about, is what progress, if any, is being made in interfacing electronic systems into biologic ones, and growing biologic circuits. Perhaps our understanding of biological computation and storage simply isn't complete enough to make such a system practical, even if we were able to somehow interface a clump of neurons to the outside world electronically, but it certainly seems like the data storage capacity of biologic systems is far greater (per mass/volume) than anything devised artificially. Although, I suppose it's impossible to equate, since it's not clear how 'compressed' information is, when it's encoded by the mammalian brain as memories.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  2. Hardly something new... by Anonymous Coward · · Score: 5, Interesting

    This is hardly something new. Intel had a chip a number of years ago, called ETANN that was a pure-analog neural network implementation. Another cool aspect of this chip was that the weight values were stored in EEPROM-like cells (but analog) so the training of the chip would not be erased if it lost power.

    But the whole technology of neural networks almost pre-dates the Von Neumann architecture. Early analog neural networks were constructed in the late 40's.

    Not only are these simulations nothing new but they are in every-day products. One of the most common examples is the misfire detection mechanism in Ford vehicle engine controllers. Misfire detection in spark ignition engines is based on so many variables that neural networks often perform better than hard-coded logic (although not always, just like the wetware counterparts, they can be "temperamental").

    There are several other real-world neural network applications (autofocusing of cameras for example).

    Ahh the hidden magic of embedded systems...

  3. Re:One Million Neurons ;) by tehdaemon · · Score: 3, Interesting

    back-propagation is a mathematical simplification of neurotransmitters.

    No. Correct me if I am wrong, but back-propagation works by comparing the output of the whole net to the desired output, and tweeking the weights one layer at a time back up the net. In real brains, neurotransmitters either do not travel up the chain more than one neuron, or they simply signal all neurons physically close, whether they are connected by synapses or not. (like a hormone) Further, since real brains are recurrent networks (they have lots of internal feedback loops), 'back' doesn't mean much.

    T

    --
    Laws are horrible moral guides, moral guides make even worse laws.
  4. Naturally Intelligent Systems by TheCouchPotatoFamine · · Score: 5, Interesting

    For those interested in this field, may i suggest a book, Naturally Intelligent Systems? It's slightly older, but it explains a wide gamut of neural networks without a single equation, and manages to be funny and engaging at the same time. it is one of the three books that changed my life (by it's content and ideas alone - i'm not otherwise into AI). highly recommended: Naturally Intelligent Systems on amazon

    --
    CS majors know the time/space tradeoff, but they never get taught the 3rd, crucial, tradeoff of the set: comprehension!