Slashdot Log In
Building a Silicon Brain
Posted by
kdawson
on Tue Feb 13, 2007 12:21 AM
from the million-neuromimes dept.
from the million-neuromimes dept.
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."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
obligatory (Score:5, Funny)
Re: (Score:2)
One Million Neurons ;) (Score:2)
Bet you could train that to do some cool stuff.. assuming it runs in realtime, as advertised, and what kind of back-propagation algorithms are implemented?
Neat though.
Re:One Million Neurons ;) (Score:4, Informative)
As far as I know, brains do not use back-propagation at all. Each neuron changes it's own weights based on things like timing of inputs vs output, and various neurotransmitters present.
If all you want are more neural nets like we have been doing then sure - back-propagation algorithms matter. That does not seem to be the goal here though.
T
Parent
Re: (Score:2)
Re: (Score:3, Interesting)
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 (
Re: (Score:2, Interesting)
The brain learns by weakening existing connections, not by adding new ones. It's logically and physiologically impossible for the brain to know in advance which connections to make in order to store something... it's more of a selection process. This is also w
Re: (Score:3, Insightful)
Re: (Score:2, Funny)
Re:Depends on What Consciousness Is (Score:4, Insightful)
Leave the philosophy till after we have the science.
Parent
Re:Depends on What Consciousness Is (Score:5, Insightful)
Parent
Re: (Score:3, Insightful)
Same way the Wright Brothers built their first aircraft.
1. Make observations of things that do fly.
2. Make an approximation of what it takes to fly based off those observations.
3. Build a model based off that.
4. See if it works in a trial run.
5. If it doesn't, back to step one.
Obviously, the Wright Brothers understood basic aerodynamics, but only at a certain level from observations of test gliders and the semi-wind tunnel setup they had b
Re: (Score:3, Insightful)
Re: (Score:3, Insightful)
Sure animals have disadvantages but how sure are you that the AI you get after doing that "evolve it" thing won't have similar disadvantages too?
Re:Depends on What Consciousness Is (Score:5, Informative)
He's an expert in the field and you can feel his bitter dislike of "quantum consciousness" proponents through his writing. He writes that it's just saying "we don't know how X works, and we don't know how Y works, but if we say that Y depends upon X then we have one problem instead of two".
Consciousness is built on the interactions of neurons. We understand how neurons work at interact at a low level (from studying the ~50 neuron brains of snails etc), and we understand on a large level which regions of the brain do what, but we don't understand the "middle ground".
It's as if we understand the transistor, and logic gates, and we can recognize which part of a chip is the ALU and which is the cache, but we can't recognize an adder circuit or microinstruction translator for what it is.
Quantum physics is certainly involved in the action of transistors but it doesn't explain how they combine to process data.
(On a similar note some I saw, in a documentary, one crackpot explain away "spontaneous human combustion" with an unknown quantum particle.)
Parent
so... (Score:4, Funny)
So how long until we get AI that's addicted to World of Warcraft?
2^^20 neurons? That's wayyyy too many (Score:3, Funny)
Gotta go - American Idol's back on.
Dave, my mind is going. I can feel it...
Go to Hollywood (Score:3, Funny)
Hardly something new... (Score:5, Interesting)
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...
Re: (Score:3, Interesting)
And even if it is true, if it's only true in the way that "The universe is just one implementation of a computer" then I don't think that teaches us that much about the brain/mind (it will still teach us something of course).
Don't get me wrong though, I do agree that computer science and information theory are fundamental sciences.
And I also agree with you that the first AI wouldn't be a model of the brain.
I'm no neuroscientist or comp
Hello, world? (Score:2)
Re:Hello, world? (Score:5, Funny)
Parent
Re: (Score:3, Funny)
void SuckAtNipple();
void CryForAttention();
void Shit();
Re:Hello, world? (Score:5, Funny)
void CryForAttention();
void Shit();
I think Shit() has a return type...
-
Parent
Most ambitious? Most ambitious???? (Score:2)
This is the most ambitions??? What about Markram & IBM [forbes.com]? They must be just fooling around with that Blue Gene (actually I do think they are fooling around, but that's beside the point). What about Izhikvich [nsi.edu]? He simulated just a puny 100 billion neurons. That's *nothing* compare to this "most ambitious" million.
Re: (Score:2)
Not in this lifetime (Score:2, Interesting)
But maybe I'll eat my words. Doubtful.
Re: (Score:2)
What'll be new? (Score:5, Informative)
Although this setup may be able to run ~1mil neurons, in total, it would seem that with 16 chips of 256x256 each, the level of interaction would be limited, and the article has no indication that these are the more complicated (and realistic) compartmental models of neurons that can sustain realistic individual neuronal dynamics (and for example Izhikevich, Markram and McLoughlin have spent a lot of time trying to simplify), or whether this is just running point style neurons a bit faster than is traditional.. and I have to wonder here, whether if these chips can't do compartmental models, why not just run this on a GPU?
I checked out this guy's webpage, and he seems smart.. but this project is years away from contributing.. I wonder, especially with the Poggio paper yesterday, when the best work being done just at MIT in Neuro/AI right now is probably in the Torralba lab, whether slashdot editors may want to find some people to vet the science submissions just a tad.
Article is confusing. (Score:2)
Re: (Score:2)
*cough* (Score:2)
yay, one million neurons (Score:2)
About the only thing impressive about 1 million neurons is that it is slightly more than the square root of the number of neurons in the human brain.
Wake me up after the exponential growth has been going on a little while longer and they have made up the 6 orders of magnitude they need to make it worth of the term "brain".
Naturally Intelligent Systems (Score:5, Interesting)
This doesn't make sense to me... (Score:2)
I would think that in the hardware world, generally you would want a working software model and then duplicate it with the more expensive hardware for performance. The same principal applies when ASIC engineers
Why? (Score:3, Funny)
You really want processors that need weekly visits from an Eliza program and iZoloft patches?
"Sorry, Bob. I can't run those projections now. The supercomputing cluster is in a funk over the American Idol results."
Y'all think AI is going to be so great and a bag of chips, too.
brain does not use math logic,but pattern matching (Score:3, Interesting)
In many cases, mathematical logic can not be used to prove the absolute truth of a proposition; therefore the brain uses pattern matching to 'prove' the 'truth' of a proposition to the degree that is useful for the survival of the entity that carries it.
Take, for example, the proposition that 'prime numbers are infinite'. We all think they are infinite, but there is no mathematical proof for it yet. Wh
Re:brain does not use math logic,but pattern match (Score:3, Insightful)
There have has been a proof for it for a long time. Gettin' wiki [wikipedia.org] wit it.
Quoting from the link:
More than just modeling the brain (Score:4, Insightful)
So in summary, it's more than just modeling the brain. It's about letting biology inspire us to make better and more efficient computing systems.
Paging (Score:3, Interesting)
--
Solar, a bright idea http://mdsolar.blogspot.com/2007/01/slashdot-user
Here Here! (Score:3, Funny)
"Come back Dear! I'm good with True-False!" - Larry, the Cable Guy
I don't get it. (Score:3, Informative)
total number of neurons emulated is very small. And no, this is not the "most
ambitious project yet" by a landslide. It is dwarfed by IBM's own Blue brain project, as well
as CCortex.
http://en.wikipedia.org/wiki/Blue_Brain [wikipedia.org]
The only novelty I see here is that they fabricated artificial neurons on a chip, which greatly
speeds up the whole thing.
The reverse seems more interesting. (Score:4, Interesting)
Parent
Re: (Score:3, Interesting)
Re: (Score:3, Insightful)
Re:Only one mibiNeuron? (Score:4, Insightful)
A 2.0GHz dual-core CPU running 2^20 neurons in the net at 100Hz gets about 40 clock cycles per neuron per cycle...Somebody check my math please.
T
Parent
BOINC (Score:4, Insightful)
Parent
Re: (Score:3, Insightful)
The calculations involve adjusting the weight of connections between neurons, which generally scale exponentially with the number of neurons. This is because each neuron typically has connections to many other neurons.
So, your math might be right, but your assumptions are wrong.
Re:Only one mibiNeuron? (Score:4, Informative)
2^20 * 2^20 == 2^40. Ignore memory cache constraints for a moment and say each update takes 1 clock cycle. Since we are dual core we can get 2 updates per cycle. Each clock cycles takes 500pS. 2^40*500ps/2 means each complete brain update takes 274s on your computer.
Parent
Re: (Score:2)