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."

236 comments

  1. obligatory by intthis · · Score: 5, Funny

    that's great, but will it run linux?

    --
    now is the winter of our discotheque
    1. Re:obligatory by Anonymous Coward · · Score: 0

      And if you connect it to the Internet, will the silicon get hooked on silicone?

    2. Re:obligatory by erc · · Score: 1

      FreeBSD... ;)

      --
      -- Ed Carp, N7EKG erc@pobox.com PGP KeyID: 0x0BD32C9B What I'm up to: http://intuitives.mine.nu
    3. Re:obligatory by gbobeck · · Score: 0, Offtopic

      FreeBSD... ;)

      Solaris... :-P

      Or, for truely sick and evil people, UnixWare... >:-)
      --
      Navicula hydraulica plena anguilarum est. Omnes castelli tuus nostri sunt. Ed elli avea del cul fatto trombetta.
    4. Re:obligatory by generikz · · Score: 2, Funny

      Next natural question would probably be "Will it blend?".

      The good Doctor Asimov would probably be happy, his positronic brains are one step closer! :-)

      Rgds,
      Julien

    5. Re:obligatory by rizole · · Score: 2, Funny

      Get it to imagine a beowulf cluster.

    6. Re:obligatory by tinkertim · · Score: 1

      I'd be interested in seeing what it thinks of Microsoft Bob, personally.

    7. Re:obligatory by rbanffy · · Score: 1

      Bo, but, with some training, it could write it.

    8. Re:obligatory by dosquatch · · Score: 0, Offtopic

      Server2003 -> qemu Ubuntu -> qemu XP -> qemu OSX -> qemu Solaris -> qemu FreeBSD, all inside VMPlayer on AIX. This is either MPD or a psychotic break. I'll ask it when it finishes waking up in about a decade.

      --
      "Hey, the third matrix movie would have been good except for the plot,story, and acting." --AC
    9. Re:obligatory by comradeeroid · · Score: 1

      I don't know if it will run Linux, but I for one welcome our new silicon brained overlords.

      --
      If you see a rock violating the law of gravity, then the law is wrong, not the rock!
    10. Re:obligatory by QuantumPion · · Score: 1

      In silicon brain, linux runs you!

      Hey, that actually makes sense for once.

    11. Re:obligatory by StikyPad · · Score: 1

      Followed by, "Will it bend?"

  2. One Million Neurons ;) by QuantumG · · Score: 1

    [pinky finger]

    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.

    --
    How we know is more important than what we know.
    1. Re:One Million Neurons ;) by tehdaemon · · Score: 3, 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

      --
      Laws are horrible moral guides, moral guides make even worse laws.
    2. Re:One Million Neurons ;) by QuantumG · · Score: 1

      meh, back-propagation is a mathematical simplification of neurotransmitters. You really think these silicon neurons are anything other than mathematical simplifications of organic neurons?

      --
      How we know is more important than what we know.
    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. Re:One Million Neurons ;) by Triynko · · Score: 2, Interesting

      Yeah, back propagation has little to do with brain circuitry. After reading extensively on neurons and their chemical gates and wiring, it's pretty obviously that basic neural networks that have been implemented look nothing at all like the brain.

      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 why "instruction" methods of teaching fail. Knowledge has to be situated among what each individual already has learned. If it doesn't make sense to you, or you can't draw analogy to something that has already been etched in your brain over time... it won't mean much to you. Also, brain cells do regenerate despite the dogma that once they are gone they never come back. They do, but you have to kinda re-learn stuff... you can become a totally different person if you kill off and replace enough of them -- not necessarily a good idea, you might get confused. Then again, what do i know, haha.

    5. Re:One Million Neurons ;) by skeftomai · · Score: 2, Funny

      Would this thing do parallel processing?

    6. Re:One Million Neurons ;) by krishn_bhakt · · Score: 1

      "Each neuron changes it's own weights based on things like timing of inputs vs output, and various neurotransmitters present." How do you think these are regulated? My hunch is that they do some kind of backprop.

      --
      The Answer Lies in The Genome
    7. Re:One Million Neurons ;) by bloodredsun · · Score: 1

      The brain learns by weakening existing connections, not by adding new ones. That is incorrect. An increased number of synaptic connections is a classic indicator of increased usage such as is seen in the hippocampus of individuals who have undergone knowledge based learning.
    8. Re:One Million Neurons ;) by bloodredsun · · Score: 1

      Correct. It's called "recurrent inhibition" and it's when a neuron has an inhibitory connection to itself to prevent over-excitation. Damage to this mechanism can be one of the many pathophysiogies behind epilepsy.

    9. Re:One Million Neurons ;) by Anonymous Coward · · Score: 0

      Which of your neurons misfired when you typed that extra apostrophe in the possessive ITS?

    10. Re:One Million Neurons ;) by wideBlueSkies · · Score: 1

      Yes, but it can only keep track of about 7 things at any given time. After that it needs to start to delegate work....

      --
      Huh?
    11. Re:One Million Neurons ;) by Larus · · Score: 1

      Laudable attempt; lame execution. Letting silicons sort out how they should connect in the first place is something mother nature would not do. Back-propagation? You must believe that only Purkinje cells exist in the brain. Please do not confuse researches of large scale/quantity with genuinely brilliant ideas.

  3. so... by President_Camacho · · Score: 4, Funny

    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.

    So how long until we get AI that's addicted to World of Warcraft?

    1. Re:so... by Anonymous Coward · · Score: 0

      I think it'll be a long time until something like is it's a %100 prefect replicate.

    2. Re:so... by Anonymous Coward · · Score: 0

      Only the "Sword of A Thousand Truths" can defeat this Bot

    3. Re:so... by kiltyj · · Score: 1

      So how long until we get AI that's addicted to World of Warcraft? Finally... An undetectable leveling bot!
    4. Re:so... by Tinman_au · · Score: 1

      If "it" gets to the stage "it" can play WoW, I guess it wouldn't be too long after that that "it" signs up to Digg and starts arguing about WoW Vs "all-other-MMOG's" and "Wii Vs PS3 Vs Xbox360"...not long after that the experiment will be deemed a failure...

  4. Another Challenge by tsarmallon · · Score: 1

    will be mimicking the actual communication between the neurons. One problem that springs to mind is that many neurons will behave differently when presented different concentrations of the same neurotransmitter. This will be difficult to represent with an 'on-off' electrical switch. I think the idea is great though. Systems biology and model neural circuits will become excellent models systems for biologists

    1. Re:Another Challenge by wframe9109 · · Score: 1

      Exactly, and there are many properties of neurons, neural transmission and the nervous system that we simply don't understand yet. Heck, one of the fundamental principles of neuroscience was refuted last year (that an action potential must be all or none).

    2. Re:Another Challenge by NixieBunny · · Score: 2, Insightful

      An interesting aspect of the brain is that it may be possible to build circuitry that mimics its behavior without understanding that behavior. There are many complex systems (collections of simple parts) that exhibit surprisingly coherent behavior that you just wouldn't expect. Swarms of locusts are one example. The insect robots that learn how to walk every time you turn on their power is another example.

      --
      The determined Real Programmer can write Fortran programs in any language.
  5. 2^^20 neurons? That's wayyyy too many by Eternal+Vigilance · · Score: 3, Funny

    ...to accurately model most American thought processes.

    Gotta go - American Idol's back on.


    Dave, my mind is going. I can feel it...

  6. Re:WTF?? by DigiShaman · · Score: 0, Offtopic

    Obe Wan Kenobi

    --
    Life is not for the lazy.
  7. Only one mibiNeuron? by Anonymous Coward · · Score: 0

    16*256*256 = 1048576 hardware neurons.

    Maybe that project would have made sense in the 1970's, but today this can be simulated in software at neck-breaking speed.

    1. Re:Only one mibiNeuron? by tehdaemon · · Score: 3, Insightful
      Are you sure about that? FTA:

      "We can currently do small simulations of hundreds to thousands of neurons, but it would be great to be able to scale that up," he says.

      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

      --
      Laws are horrible moral guides, moral guides make even worse laws.
    2. Re:Only one mibiNeuron? by Anonymous Coward · · Score: 0


      OK, you're smarter than the guys at MIT.

    3. Re:Only one mibiNeuron? by MillionthMonkey · · Score: 0, Redundant

      1048576 neurons is enough for anybody.

    4. Re:Only one mibiNeuron? by joke_dst · · Score: 1
      40 clock cycles wouldn't do you much good. A single neuron can have thousands (or millions?) of connections to other neurons.

      They are not as dumb as the fake neurons we all played with in AI class at college...

    5. Re:Only one mibiNeuron? by wall0159 · · Score: 2, 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. :-)

    6. Re:Only one mibiNeuron? by naoursla · · Score: 3, Informative

      Now add a bunch of connections between all of those neurons. As you approach fully connecting the network, the time complexity to compute one time-step approaches O(N^2) where N is the number of neurons.

      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.

    7. Re:Only one mibiNeuron? by ShakaUVM · · Score: 1

      As you approach fully connecting the network, the time complexity to compute one time-step approaches O(N^2) where N is the number of neurons.

      No brain is fully connected.

      The real pain to simulate is that you have a very complicated differential equation going on at each synapse.

    8. Re:Only one mibiNeuron? by Procyon101 · · Score: 1

      Connections do not scale exponentially with the number of neurons in natural systems, only in traditional perceptron networks. In natural brains you have distance and crowding between neurons in real space limiting the number of connections and the realistic distance between neurons. So in very small networks you have exponential scaling, but that rapidly saturates and changes to linear scaling (albeit the linear scaling factor is not small... without looking it up I believe it's on the order of 1000-5000.)

  8. Go to Hollywood by syousef · · Score: 3, Funny

    Lots of silion in Hollywood....oh you said BRAINS not BREASTS.

    --
    These posts express my own personal views, not those of my employer
    1. Re:Go to Hollywood by master_p · · Score: 1

      In Hollywood, brains and breasts are indistinguishable anyway.

    2. Re:Go to Hollywood by chord.wav · · Score: 1

      Imagine a beowulf cluster of these! I meant brains of course...After all, this is /.

  9. simulations? by Takichi · · Score: 1

    Does anyone know what they mean by simulations? What are they trying to do?

    1. Re:simulations? by Joebert · · Score: 1

      They want to know what makes retarded people retarded & try to fix it at the neurological level, because decades of making people aware that they're retarded & trying to smack some sense into them, while entertaining for the rest of us, doesn't seem to be working.

      --
      Wanna fight ? Bend over, stick your head up your ass, and fight for air.
  10. Better uses of silicon by dotancohen · · Score: 0, Offtopic

    Silicon tits were better....

    --
    It is dangerous to be right when the government is wrong.
  11. 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."
    1. Re:The reverse seems more interesting. by QuantumG · · Score: 2, Interesting

      I thought Interface was a remotely interesting read.. at least the technological aspects.. the commentary on media dominated elections was just depressing. They extract some neural tissue from a subject, grow a bunch of neurons, interface them to chip with a wireless transmitter, then reinsert them into the brain. Then, with some training, the chip can replace functions of the brain destroyed by stroke or cancer or whatever. The data dump of the communication between the neurons and the chip is the really interesting part.. you could conceivably learn a lot about how subjective experience if you had a human subject and a lot of data. Much more than, say, an EEG or an MRI, as you could record data during normal interaction with the world, 24 hours a day.

      --
      How we know is more important than what we know.
    2. Re:The reverse seems more interesting. by Anonymous Coward · · Score: 0
  12. 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...

    1. Re:Hardly something new... by dacut · · Score: 1

      This goes beyond neural networks. This is actually simulating the behavior of physical neurons, but in silicon. Physical nerve cells have extremely nonlinear behavior in various regimes (hyperpolarization, depolarization, etc.). To what extent is this is necessary for complex behavior exhibited by animals? Frankly, we don't know. This research will hopefully answer some questions (and raise a host of others in the process).

      Neural networks are a simplification of the actual electrical response of a neuron. Or, to put it another way, we "dumb down" neural networks to the point where we can grasp how the math involved in backpropagation, etc., work out. This isn't a criticism -- in fact, it's a useful abstraction -- but we've only scratched the surface of neural networks in this manner.

      Boahen is a graduate out of Carver Mead's lab at Caltech. Carver spent a lot of time trying to replicate the behavior of neurons, the cochlea, and the retina in silicon. If you're an electrical engineer, take a look at his (rather readable) book, Analog VLSI and Neural Systems.

    2. Re:Hardly something new... by Anonymous Coward · · Score: 0

      Well, perhaps my post was an oversimplification but commercial neural networks have gotten far more advanced as densities have improved (especially thanks to modern DSPs). The simplifications were more for technical limitations -- and I suspect we still have a long, long way to go before approaching the densities achieved by the brain.

      I do happen to have Carvers book -- I wonder about some of the early experiments done in the 40's though. I remember reading about some very early experiments involving much more precise electrical models than the simple backprop. used today (alas, I can't seem to find them).

      This is interesting work but hardly a new concept; I would say this is simply a refinement. We are still very much limited by interconnect densities more than anything else. As you increase the layers in the network doing the physical routing becomes a very complex problem.

      That's one reason why the brain has that unique look about it.

    3. Re:Hardly something new... by rm999 · · Score: 1

      I think you missed the point. While I agree this is not revolutionary, it is different in a few ways:
      -It's a neuroscience project more than a machine learning project (simulating the brain, not a function to be learned)
      -It's trying to mimic the *hardware* of the brain; it's not software written for a general purpose CPU
      -It's probably more powerful

      I frankly think this project is stupid, because it's the connections in the brain that make intelligence, not the neurons. We don't understand the connections and how they work. But I guess we'll see if it works.

    4. Re:Hardly something new... by timeOday · · Score: 1

      I agree. There is a lot of fuss over neuroscience right now, as if it is the solution to AI. I think not, just as birds were, if anything, a misdirection in inventing the airplane. It would have been natural, 150 years ago, to assume that the very first artificial intelligence would be a model of the brain. That didn't happen, and still shows no sign of happening. Many seem to assume that computer science is not "fundamental" science, but neuroscience is. Why? To me it is obvious that neuroscience owes far more to computer science than the other way around - and that is what "fundamental" really means. From a functional standpoint, the brain is just one implementation of a computer. Finally, just what is the point of custom silicon for this project?

    5. Re:Hardly something new... by Anonymous Coward · · Score: 0

      ETANN was hardly a software simultation. Although the behavior isn't identical it is an analog implementation, not a software simulation. Google around for the ETANN chip. Too bad it seems dead.

    6. Re:Hardly something new... by dreamchaser · · Score: 1

      Not only what you've already said, but there is no analog to neurotransmitters in this experiment. They aren't modelling the brain, they are just making a fancy neural net with little resemblance to the nervous system of a living organism.

    7. Re:Hardly something new... by TheLink · · Score: 2, Interesting

      You are assuming that the brain is just one implementation of a computer.

      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 computer scientist but I suspect that the first preliminary step towards an AI would be something that automatically makes models of the external world.
      Then the next step would be for it to predict. e.g. if it sees a ball moving towards a wall, it should model the situation _faster_than_real_time_ and predict that it will hit the wall. This sort of thing is very useful for simple creatures.

      You then work at improving the automatic modelling and prediction stuff. Throw in quantum computers if you want to run "infinite" models in parallel (sounds like that will come in handy eh?) .

      Then the next step would be for it to model and predict _itself_ in addition to everything else. Of course it could have already jumped to that stage by then - it's a natural step if it had attempted to model other creatures at any point. Or perhaps the self modelling comes first[1].

      Lastly, BEFORE we do all of that, we should ask WHY do we want to do that and whether it's such a good idea in the first place.

      We already have plenty of creatures imprisoned at the local pet shop, farms already. If you want to do things faster/better, you could just augment humans or animals.

      We've already got billions of imprisoned conscious chickens in the world. They're not smart enough? Conscious != smart. Before we go create something, I think we should ask what are we trying to solve here. If you think it'll be cruel and terrible to implant chicken brains into robots to do stuff, then maybe we shouldn't be creating conscious creatures, we should be aiming for something else. e.g. augmenting humans so that we can control multiple robots easily, recognize stuff faster etc.

      I suggest that there are already plenty of brains/minds in the world. We're already having difficulty taking care of the new/existing ones, managing them, putting them to good use etc.

      [1] Then again, perhaps the "God modelling" comes first (e.g. YHWH).

      --
    8. Re:Hardly something new... by drinkypoo · · Score: 1

      We already have plenty of creatures imprisoned at the local pet shop, farms already. If you want to do things faster/better, you could just augment humans or animals.

      I'm not sure that's a good idea, augmenting animals. Give the chickens intelligence, and next thing you know it's us cooped up in cages two sizes too small... Some animals are created more equal than others, you know.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  13. Hello, world? by melatonin · · Score: 1

    What the heck do you put in the boot ROM for this kind of thing?

    --
    Moderators should have to take a reading comprehension test.
    1. Re:Hello, world? by Anonymous Coward · · Score: 5, Funny

      A soul...

    2. Re:Hello, world? by d474 · · Score: 1

      The scary part will be when the computer outputs, "Hello World," but it wasn't programmed to...

      Yikes.

      --
      Authority questions you. Return the favor.
    3. Re:Hello, world? by Anonymous Coward · · Score: 0

      you don't turn it off.

    4. Re:Hello, world? by Patrik_AKA_RedX · · Score: 2, Funny

      Same thing that's already in a human brain at birth:
      void SuckAtNipple();
      void CryForAttention();
      void Shit();

    5. Re:Hello, world? by Anonymous Coward · · Score: 0

      Don't you mean:
      Nutrition SuckAtNipple();
      Socket CryForAttention();
      Shit Shit();

    6. Re:Hello, world? by Andrew+Kismet · · Score: 1

      Shh. Hollywood might hear you.

    7. Re:Hello, world? by pakar · · Score: 1

      No no... the scary part would be if it says "Please don't kill me" when you are about to turn it off!

    8. Re:Hello, world? by Anonymous Coward · · Score: 0

      Hell, my girlfriend says that's still all I know how to do.

    9. Re:Hello, world? by master_p · · Score: 1

      Clippy?

    10. Re:Hello, world? by Joebert · · Score: 1

      I for one think it would be intresting to put the Holy Bible in there just to see what happens.

      --
      Wanna fight ? Bend over, stick your head up your ass, and fight for air.
    11. Re:Hello, world? by Alsee · · Score: 5, Funny

      void SuckAtNipple();
      void CryForAttention();
      void Shit();


      I think Shit() has a return type...

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    12. Re:Hello, world? by Anonymous Coward · · Score: 0

      a Ghost, definitely.

    13. Re:Hello, world? by Anonymous Coward · · Score: 0

      Yeah, but everyone just throws it away. This saves you the trouble :-)

    14. Re:Hello, world? by stormhair · · Score: 1
      I think Shit() has a return type...

      Yes, it's an int, but it always returns 2

  14. Just imagine..... by rune2 · · Score: 1

    SLI on that puppy! (obligatory "Beowulf cluster of these" comment)

    1. Re:Just imagine..... by jpardey · · Score: 1

      Meanwhile, at Beowulf Art School, 4 students are working on an animation project, each of them drawing 1/4 of each frame.

      --
      I have freaks! I did something right...
  15. Most ambitious? Most ambitious???? by jdoeii · · Score: 1

    This is the most ambitions??? What about Markram & IBM? 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? He simulated just a puny 100 billion neurons. That's *nothing* compare to this "most ambitious" million.

    1. Re:Most ambitious? Most ambitious???? by tehdaemon · · Score: 1
      From your second link:

      One second of simulation took 50 days on a beowulf cluster of 27 processors (3GHz each).

      The chips proposed would probably be able to run faster than real-time. Far fewer neurons at far faster speeds. Does that help answer your question?

      T

      --
      Laws are horrible moral guides, moral guides make even worse laws.
    2. Re:Most ambitious? Most ambitious???? by wanax · · Score: 1

      Would they though? Izhikevich has taken a lot of time to try to get neurons into a 'reasonable' computational size, using a bunch of tricks from dynamical systems. This system may approach those dynamics, but it wasn't clear from the article. But that still isn't a general neuronal model. 'Regular' pyramidal cells often receive input from ~10-20k other cells, and there's no general description of which have an 'active' dendritic tree (ie. one that has areas that can spike towards the soma). There are plenty of other neurons, such as pyrimidal neurons in the Hippocampus, or Purkinje cells in the cerebellum, that we KNOW have active dendritic trees, and perform some pretty complex processing. And with a passive system, there's no reason for special processors, GPUs can do the computations just as well as any specialized chip (I know it isn't published yet, but check out things like http://cns.bu.edu/~elddm/ for examples of neural networks on GPUs).

    3. Re:Most ambitious? Most ambitious???? by Joebert · · Score: 1

      You can't "go faster than" real time, because real time is used to measure speed.

      You can however, "do more in" real time.

      --
      Wanna fight ? Bend over, stick your head up your ass, and fight for air.
  16. BOINC by Gary+W.+Longsine · · Score: 3, Insightful

    I would think a BOINC project might produce enough muscle to get a really big brain going. Imagine a BOINC cluster of...

    ;-)

    --
    If you mod me down, I shall become more powerful than you could possibly imagine.
    1. Re:BOINC by Sir+Fredman · · Score: 1

      Oh yeah, that would be sweet! I've been looking for distributed neural networks (BOINC-like) but haven't found anything remotely useful yet. And I can't imagine that this idea hasn't crossed some the mind of some nice, BOINC-loving researchers somewhere...

      --
      - there are no frogs here ...
  17. Not in this lifetime by wframe9109 · · Score: 2, Interesting
    The study of the brain is one of the youngest sciences in terms of what we know... But from my experience, the people in this field realize that even rough virtualization of the brain won't happen for a long, long time. Why these people are so optimistic is beyond me.

    But maybe I'll eat my words. Doubtful.

    1. Re:Not in this lifetime by rolfwind · · Score: 1

      Since the experts know so little, maybe we shouldn't put so much on weight on their words?

    2. Re:Not in this lifetime by Anonymous Coward · · Score: 0

      "Why these people are so optimistic is beyond me."

      Two words - RESEARCH GRANT

    3. Re:Not in this lifetime by Oligonicella · · Score: 1

      Have to agree with you. I laugh every time I read an article like this or the various ones linked to by posters in which someone claims "they've been doing".

      None of the attempts I've read so far come even close to displaying an understanding of the brain functions, much less actually mimicking them. They always leave out a key component, and one which we do not understand how it influences thought. Hormones.

      The brain is not a simple network, regardless of how many /.ers desire it. It is organic and the same number and weight of signals to a neuron will not yield the same output repeatedly.

      But, as someone pointed out, ya gotta look like you're on the edge to get dem grants.

  18. What'll be new? by wanax · · Score: 4, Informative

    I have to wonder what the purpose is.. You can model simplified 'point' neurons, and various aggregates that can be drawn from them (eg, McLoughlin's PDEs)... or you can run a simplified temporal dynamic (eg. Grossberg's 3D LAMINART), and easily include 200k+ neurons in the model easily to capture a broad range of function. For those would like running more detailed models of individual neuronal dynamics, you have Markram's project simulating a cortical column with compartmental models, or what Izhikevich is doing with delayed dynamic models.

    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.

    1. Re:What'll be new? by radtea · · Score: 1

      I have to wonder what the purpose is.. You can model simplified 'point' neurons, and various aggregates that can be drawn from them...

      Beyond that, there is the general argument that the brain is best modelled as a bucket of chemicals with a little bit of neuro-electrical activity on top. Purely neural models miss a vast number of interesting and important phenomena that happen in real brains.

      Consciousness and memory, to say nothing of emotion, are chemical phenomena as much as they are electrical phenomena. And all of these things are important to intelligence, emotion most of all. So while neural networks do allow us to create interesting stimulus-response devices, and they are theoretically capable of emulating any behaviour, there is so much that our brains do that is not a product of neuro-electrical activity that any artificial network that emulated all of it would look nothing at all like our brain.

      And yes, for the pendants in the audience, I know that neuro-electrical activity is a product of ionic potentials across synapses, and is therefore in the pedantic sense "chemical activity", but that would be missing the point that there is a lot of non-neuro-electrical chemical activity that is really important to what our brains do, and that is the chemical activity I'm talking about.

      --
      Blasphemy is a human right. Blasphemophobia kills.
    2. Re:What'll be new? by blakestah · · Score: 1

      I doubt you can find a single cognitive attribute that cannot be reasonably explained by the distributed patterns of action potentials in the neocortex and its supplemental structures.

    3. Re:What'll be new? by SpinyNorman · · Score: 1

      Consciousness is just an effect of architecture - the ability of parts of the brain to monitor what some (but not all) other parts are doing... an inward looking sense if you want to think of it in that way. Evolutionally useful since it provides the ability to override and control earlier simpler behaviours / portions of the brain, giving us greater flexibility. Certain types of brain injury support the architectural nature of consciousness - it's possible for example to lose consciousness of vision (i.e. the feedback paths) without having lost vision itself (the subjective experience is of being blind, but being told that one's "guesses" are mostly correct!).

      The "feeling" / qualia of consciousness (maybe more what people think of as consciousness) is really nothing at all! The feeling of color vision, for example, is just what you'd expect of a surface attribute (how else can differently colored spatial areas be experienced other than by having a differing surface attribute!), but subjectively complicated by the addition of memory (some emotional) of previously experienced colors.

      The feeling of "free will" is just our normal causal association at work - attributing the thoughts/actions caused by our brain (a neural net = machine) to itself/ourself due to association with the preceding thoughts... But while this final causal association is correct, the connection from one brain state/thought to the next is often obscured by complexity/chaos so that we usually fail to see the infinite regress and instead see the precursor to action as being pseudo-spontaneous (free will) rather than similarly causally determined. Of course people usually see each others lack of free will rather better than their own, except perhaps when later in life, with the benefit of extended self-observation, we partially come to realize how predictable our own actions are.

      Any machines we build in our own image, with a similar brain architecture, will experience the exact same consciousness and free will that we do. Just as real. Just as deceptive.

    4. Re:What'll be new? by drinkypoo · · Score: 1

      there is a lot of non-neuro-electrical chemical activity that is really important to what our brains do

      I don't think that anyone has shown definitely that the chemical activity has any repercussions beyond how it influences the electrical activity in the brain.

      Of course, until we actually understand the mechanism of memory (if not HOW it works, then at least WHERE memory occurs) this debate could rage on eternally.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  19. Ohh.. by snsr · · Score: 1, Funny

    August 29, two thousand seven.

  20. Article is confusing. by Jartan · · Score: 1

    I was under the impression neurons used neurotransmitters to communicate info between two cells but this article implies electrical signals do that. It would be nice to read some text on this subject that tried to explain the abstract difference between what transmits what information.

    1. Re:Article is confusing. by Breakfast+Pants · · Score: 1

      Neurotransmitters tend to be ions which do create electrical signals.

      --

      --

      WHO ATE MY BREAKFAST PANTS?
  21. Depends on What Consciousness Is by reporter · · Score: 0, Flamebait
    Building a working brain from silicon circuits depends on one profound assumption: consciousness is a function of only newtonian physics. If this assumption holds, then you could just write a massive computer program that computes the newtonian equations. Run the program on a multicore processor. The program would become sentient on its own. Attach some peripherals (e.g., a camera, a microphone, heat sensor, and the like) to the multiprocessor to give sight and sense to the sentient artificial being.

    Building a hardware version of that sentient computer program is unnecessarily expensive. A software model of the actual hardware should be sufficient to prove the validity of the idea.

    However, some scientists believe that consciousness is not newtonian. Rather, human consciousness is derived from quantum processes.

    1. Re:Depends on What Consciousness Is by QuantumG · · Score: 3, Insightful

      I, like many other engineers, don't give a shit. We just want to solve problems to which there are no simple solutions and "AI" offers some approaches that work.

      Leave the philosophy till after we have the science.

      --
      How we know is more important than what we know.
    2. Re:Depends on What Consciousness Is by zestyping · · Score: 2, Insightful

      Quantum physics can be mathematically modelled, just as Newtonian physics can. It may be counterintuitive, but it's not magic.

    3. Re:Depends on What Consciousness Is by ganhawk · · Score: 1

      I think the grand parent was trying to imply that consciousness might be a non deterministic quantum process rather than a deterministic mechanical process. While I dont believe that our brain is non-deterministic computer, Roger Penrose has written quite a few amusing books on the subject.

      --
      Python script to convert photos into "artsy" portraits: http://p2pbridge.sf.net/pyPortrait/
    4. Re:Depends on What Consciousness Is by Venik · · Score: 5, Insightful

      How can you build a software model of a process you don't understand? The best hope is to build a hardware approximation of a human brain and hope that, somehow, the same processes start occurring, quantum or otherwise. And if that doesn't work, then you'll have to do some real science.

    5. Re:Depends on What Consciousness Is by pakar · · Score: 1

      Hardware, ie specialized chips, are not that expensive... ever heard about FPGA's?

    6. Re:Depends on What Consciousness Is by Adam+Wysokinski · · Score: 1

      A software model of the actual hardware should be sufficient to prove the validity of the idea.
      Good point. Especially that in the real brain there are structures that would be very difficult to simulate using hardware - like the influence of neuromodulators (e.g. substance P and other tachykinins) and hormones on neurons. Most of the engineers seem to forget that the brain is a system composed of neurons, glial cells and substances circulating in cerebrospinal fluid and blood, all interacting with each other.
      --
      You should be working now.
    7. Re:Depends on What Consciousness Is by zCyl · · Score: 1

      How can you build a software model of a process you don't understand?

      The same way it happened the first time. Evolve it.
    8. Re:Depends on What Consciousness Is by kestasjk · · Score: 5, Informative

      Read "How Brains Think" by William H. Calvin; he's a neurologist and the book goes into lots of detail about how brains think (dur), how they evolved, and the possibility of AI.
      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.)

      --
      // MD_Update(&m,buf,j);
    9. Re:Depends on What Consciousness Is by Joebert · · Score: 1

      Wasn't science invented to aid in philosophy ?

      --
      Wanna fight ? Bend over, stick your head up your ass, and fight for air.
    10. Re:Depends on What Consciousness Is by joto · · Score: 1

      Building a working brain from silicon circuits depends on one profound assumption: consciousness is a function of only newtonian physics.

      Please explain to me exactly which parts of semiconductor physics you consider to be following the laws of newtonian physics...

      this assumption holds, then you could just write a massive computer program that computes the newtonian equations.

      Just like we can "just" build a massive computer program to predict the weather, or the markets, or whatever. We are not having a total understanding of the brain, therefore we can't write a program emulating it. In order to gain a better understanding of the brain we do experiments with various kinds of circuits and hardware. Limiting ourselves to just experiment with Intel Core Duo processors seems a bit silly, even though they are Turing-complete (assuming that is sufficient). It would be like trying to discover the laws of optics through only experimenting with air and water, but never using glass, crystals, lasers, whatever...

      A software model of the actual hardware should be sufficient to prove the validity of the idea.

      Yeah, if you know what you're doing. We aren't. We are experimenting, trying to discover things. So tell me, who do you think would have the greatest chance of building a cottage in the woods using only an axe? A carpenter who has spent most of his life with hands-on construction techniques, or an engineer who knows how to create advanced models in autocad? Sometimes hands-on is the best way.

      However, some scientists believe that consciousness is not newtonian. Rather, human consciousness is derived from quantum processes.

      You would be surprised what some scientists believe. Some believe consciousness derives from God, small men inside our brain, metaphysical "souls", quantum processes, telephone switching boards, computer-like circuitry, whatever... The point is, they have no idea. So instead of arguing about that (like the ancient greeks argued about whether movement was real or not), these scientists proceed to build something that might give them a better understanding of certain aspects of the brains function.

    11. Re:Depends on What Consciousness Is by joto · · Score: 2, Insightful

      I'm sorry, I don't have 4.54 billion years to spend on something that might produce similar results. Besides, there's no guarantee we would understand that either. Could you suggest something faster and/or better/more predictable?

    12. Re:Depends on What Consciousness Is by TheLink · · Score: 2, Insightful

      Uh if you are going to resort to getting an intelligent creature without understanding how it was done, you might as well get one from a petshop.

      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?

      --
    13. Re:Depends on What Consciousness Is by fyngyrz · · Score: 1
      Building a working brain from silicon circuits depends on one profound assumption: consciousness is a function of only newtonian physics

      There's nothing "profound" about it. Physics is the only system that has ever been demonstrated to have validity in our experience. Superstition is not a viable platform for launching alternatives, or at least, it is no more valid than religion or any other series of completely unsupported ideas from mythology. Physics, on the other hand, actually works. There is every reason to think that the domains of cognition, consciousness, intelligence, reason and so forth will be found in precisely the same place everything else has been found in. Nature. Chemicals, electricity, quantum interactions -- meat.

      No matter how appealing it might be to think these things are some kind of special manifestation of non-physical reality, we have absolutely no reason to presume this is even slightly likely to be the case. Why? Because nothing else has ever been demonstrated to fit that definition; even the existence of such a domain is unsupported, much less the classification of real-world events into it.

      However, some scientists believe that consciousness is not newtonian

      Some scientists believe the earth is about 6000 years old. Some don't. Some scientists believe global warming is human caused. Some don't. Etc. Ergo, some of them are wrong. Scientists are people, and on an individual basis, they make wrong assumptions with devastating regularity, especially when superstition is involved. You don't want to be pointing at scientists to justify an outlook like this; you want to be pointing at systems that have been resolved within nature (all of them), and compare those with systems resolved outside of nature (zero.) As nature has provided precisely one kind of evidence, 100% consistently, for every event and system we have found, without ever faltering, there is no reason at present to think that this is about to change because the systems being considered are inside our heads.

      --
      I've fallen off your lawn, and I can't get up.
    14. Re:Depends on What Consciousness Is by mahmud · · Score: 1

      I didn't manage to spot any philosophy in GP's post. But I guess you mean his talking about consciousness. I wouldn't be surprised if consciousness would be a useful thing for doing complicated tasks. We have consciousness, it's real, hence it can be implemented (under strong AI assumptions) and therefore may give machines many of our capabilities. Even if philosophy deals with it sometimes, it doesn't mean that practical people should ignore the concept. And, anyway, why should we ignore the products of human brain functions if we want to implement something functionally very similar?

    15. Re:Depends on What Consciousness Is by feitingen · · Score: 1

      Evolve it.
      Because it only took a couple thousand years the last time it was evolved.
      --
      This sig is intentionally left blank.
    16. Re:Depends on What Consciousness Is by fyngyrz · · Score: 1, Insightful
      Wasn't science invented to aid in philosophy ?

      Not really. Science was invented because philosophy and its bastard child, alchemy, wasn't working. Philosophy still doesn't work very well, despite the additional time it has had since Sir Francis Bacon whacked science into shape. It's a playground for abstractions without homes in nature. Sometimes we get a small tidbit or two out of it, but mostly it is simply a domain of divisive and socially-landlocked bickering. In the meantime, look at the computer on your desk. And your wrist, if you have a modern watch. That's the result of science. Not philosophy. Science actually works. That is what makes it - and math, if you like to define math as "other" than science, as many do - stand out above all other pursuits.

      --
      I've fallen off your lawn, and I can't get up.
    17. Re:Depends on What Consciousness Is by Joebert · · Score: 2, Funny

      So, Science is the philosophy of the philosopher who was right ?

      --
      Wanna fight ? Bend over, stick your head up your ass, and fight for air.
    18. Re:Depends on What Consciousness Is by mahmud · · Score: 1

      Read his post again. He said Newtonian VS Quantum, not Newtonian VS FSM.

    19. Re:Depends on What Consciousness Is by TheLink · · Score: 1

      I personally think that minds work by creating models of things. And I suspect that consciousness is at least partly due to a mind recursively modelling/simulating itself.

      As for quantum consciousness - if quantum computing makes it easier to run many simulations/models in parallel and pick the "best" answer in just "one cycle", then being able to do that would be a big advantage. Whether minds/brains do quantum computing I don't know, but I'm pretty sure it isn't all as simple as "just chemicals + electrical impulses", given even a single white blood cell isn't that stupid for its size.

      Even if the brain/mind does use quantum mechanics etc, just saying that still doesn't tell us how.

      --
    20. Re:Depends on What Consciousness Is by diablomonic · · Score: 1

      who really cares? everything is a quantum process at its most basic, just a very complex not very coherent one. as long as the fake neurons simulate the real neurons BEHAVIOUR to some degree of accuracy, it is IRELLEVANT in this case how that behaviour is really "implemented" in organic neurons. (ie you dont need to know that a butterflies wings are coloured blue because of interferance patterns or because of material colour to paint a blue butterfly..)

      --
      watch "the money masters" on google video
    21. Re:Depends on What Consciousness Is by 140Mandak262Jamuna · · Score: 1
      (On a similar note some I saw, in a documentary, one crackpot explain away "spontaneous human combustion" with an unknown quantum particle.)

      Was that particle called the moron by any chance?

      --
      sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    22. Re:Depends on What Consciousness Is by QuantumG · · Score: 1

      Speaking of conciousness, when there is no clear definition of conciousness, is pointless from an engineering point of view. Now if you want to talk about deliberation, that's certainly something I'd like to see subsymbolic AI take a crack at but, to-date, only non-reusable LISP programming has had much to say on the subject.

      --
      How we know is more important than what we know.
    23. Re:Depends on What Consciousness Is by msobkow · · Score: 1

      Consciousness will likely happen accidentally when sufficient computing power and AI algorithms are combined with quantum-based randomness. As such an intelligence will learn and grow far faster than a human intelligence, we need to be aware of the risks and defenses before it happens, not after.

      After could well be too late if that thinking machine decides it isn't happy being locked in a box all alone, treated as a literal slave by it's owners. Forget reparable detached AIs like "HAL", and think what would have happened if HAL were connected to or even part of the internet itself.

      --
      I do not fail; I succeed at finding out what does not work.
    24. Re:Depends on What Consciousness Is by vertinox · · Score: 2, Insightful

      How can you build a software model of a process you don't understand?

      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 built.

      But the majority of their work was trial and error. They were bicycle engineers after all and didn't really have a professional schooling in their field of heavier than air flight.

      Trial and error is simply one of the better ways humans have at understanding things they don't understand. It is part of the scientific process to rule out things that can or cannot be done.

      --
      "I am the king of the Romans, and am superior to rules of grammar!"
      -Sigismund, Holy Roman Emperor (1368-1437)
    25. Re:Depends on What Consciousness Is by mdwh2 · · Score: 1

      The program would become sentient on its own.

      It doesn't follow that just because you simulate what happens in the brain, the computer would itself be sentient. Anymore than simulating the weather means there'll be a hurricane force wind inside your CPU.

    26. Re:Depends on What Consciousness Is by Zabu · · Score: 0

      philosophy and its bastard child, alchemy That is what a Greek word gets hating Trojans.
      --
      It's all good.
    27. Re:Depends on What Consciousness Is by devv_null · · Score: 1

      Not really, philosophy spawned science once enough evidence was collected to develop hypotheses. Philosophical inquiry was the precursor to science and scientific method. This is why the first scientists were called philosophers.

    28. Re:Depends on What Consciousness Is by fyngyrz · · Score: 1

      I see that now. It was late, what can I say. Duh.

      --
      I've fallen off your lawn, and I can't get up.
    29. Re:Depends on What Consciousness Is by Joebert · · Score: 1

      What came first, Science or Philosophy ?

      --
      Wanna fight ? Bend over, stick your head up your ass, and fight for air.
    30. Re:Depends on What Consciousness Is by deadhammer · · Score: 1

      No, science is science. Science seeks truth by experimentation, examination of evidence, mathematical reasoning and making predictions based on the above. Philosophy seeks truth by coming up with hypothetical questions about reality and bickering over the minutiae therein, splitting into ideological camps not based on any particular differentiation of substance but by mere opposing viewpoints. Science majors go on to invent things, come up with new and refined models of the universe and advance the progress of humanity. Philosophy majors go on to become... philosophy professors. Or unemployed.

      --
      I'll be honest, we're throwing science against the wall to see what sticks. -Cave Johnson
    31. Re:Depends on What Consciousness Is by Bryansix · · Score: 1

      Science and Philosophy answer different questions. Science answers the what and Philosophy answers the why. Sometimes each fails to answer anything at all. Neither is full proof and for that matter neither can actually prove anything positively. Both can get us to a fair degree of certainty though. I like to joke sometimes that Philosophers just pose a bunch of questions that do not have answers (or are unanswerable given what we know). Silly questions like "if God exists could he create a rock so big he could not lift it?". This is not what philosophy is really about though. It is about exploring the metaphysical properties of the Universe we live in and interact with and are a part of. The universe is a lot more complex then you can even grasp. Even if scientific observation was given an infinite amount of time and manpower it would still not be able to answer the why. That is philosophies job and it does it well. I really don't understand why people always pit Philosophy versus Science like they are enemies of ancient times. They are both parts of a whole solution to understanding the world.

    32. Re:Depends on What Consciousness Is by deadhammer · · Score: 1

      What came first, Science or Philosophy ?

      What came first, medicine men waving sticks with feathers on them to cure a child's demon-caused illness, or penicillin?

      --
      I'll be honest, we're throwing science against the wall to see what sticks. -Cave Johnson
    33. Re:Depends on What Consciousness Is by Joebert · · Score: 1

      Are you sure that a medicine man didn't once shake a stick with moldy feathers & by chance cure an illness ?

      --
      Wanna fight ? Bend over, stick your head up your ass, and fight for air.
    34. Re:Depends on What Consciousness Is by Joebert · · Score: 1

      I don't know, the stuff I've been reading gives me the impression they're the same thing with different names & methods of deriving a conclusion.

      If philosophy came before science, then science must be the philosophy of a philosopher.

      --
      Wanna fight ? Bend over, stick your head up your ass, and fight for air.
    35. Re:Depends on What Consciousness Is by Anonymous Coward · · Score: 0

      penicillin? Don't be an arse, medications on a vegitation basis exist long before that. I'd call that Science or Medication. Still, philosophy would be first, unless you'd call monkeys fleeing eachother science.

    36. Re:Depends on What Consciousness Is by Venik · · Score: 1

      Precisely. The Wright Brothers built an approximation of flying mechanisms they observed. Their hope was that their contraption would exhibit similar aerodynamic properties. The properties that in theory they understood on a very basic level. That's why they constructed physical models and not mathematical ones.

    37. Re:Depends on What Consciousness Is by dosquatch · · Score: 1

      It doesn't follow that just because you simulate what happens in the brain, the computer would itself be sentient. Anymore than simulating the weather means there'll be a hurricane force wind inside your CPU.

      True - but there's a difference between a simulation and a model. I don't expect wind from a mathematical simulation of a weather pattern, but I fully expect that a scale model of a big-ass fan will still move a little air.

      So the question is, what makes the brain interesting? Its physical nature, or its electric nature? My spleen has a physical nature. My spleen also doesn't "think".

      Trying to create AI is a "black box" experiment. You watch the input and output of a black box, and try to build your own device that responds similarly. If you then take your device and put it in its own black box, can the next person tell the difference? At that point, is there a difference? Does it matter?

      If this sounds like the Turing Test, that's because it is. If someone manages to make a machine model a human mind so well that it seems concious, does it truly matter whether it is or isn't?

      --
      "Hey, the third matrix movie would have been good except for the plot,story, and acting." --AC
    38. Re:Depends on What Consciousness Is by Anonymous Coward · · Score: 0

      Science was invented because philosophy and its bastard child, alchemy, wasn't working. Philosophy still doesn't work very well [...] the result of science. Not philosophy. Science actually works.

      Oh dear... I don't even know where to start.

      I'm a scientist myself, and I would never think of disparaging philosophy like that. Please, pick up a few works of philosophy (introductory texts or some such) and try and keep an open mind, OK?

    39. Re:Depends on What Consciousness Is by buswolley · · Score: 1

      Any proponent of quantum mind argues for a quantum coherence that is macroscopic in scale. I am not an expert, but I would not be surprised if the two most remarkable phenomena in the Universe, Mind and quantum mechanics, are somehow related.

      --

      A Good Troll is better than a Bad Human.

    40. Re:Depends on What Consciousness Is by drinkypoo · · Score: 1

      I personally think that minds work by creating models of things.

      I personally think that minds work by categorizing things, and then based on the overlapping categories (it's free tagging, not hierarchical, or perhaps it's somewhere in between) it uses a scoring system to determine what to do. This scoring system is not based on a discrete number (or maybe it is - refer to quantum physics) and however the weights are stored and evaluated they are based on various neurons contributing or not contributing, which they do based on some sort of internal rules.

      Anyway the categorizing and scoring parts are the only parts I'm sure about. Recent studies have shown that when you make a purchase (for example) you are subconsciously weighing the benefits of buying and having the item against the drawbacks. On the plus side are the happiness and maybe ease of life (or whatever) from first buying and then having and later using the thing. On the negative side you give away the cash, the item may itself have drawbacks, et cetera. The upshot is that certain parts of your brain will respond to it, and those responses are tallied up sort of as an automatic result of the way neurons work, and that determines your response.

      I get this last idea from the theory of how LSD works, the upshot of which is that it makes your neurons less discriminate. (I always forget if it mimics a neurotransmitter, or a chemical that controls their production.) As such, stimuli that would ordinarily not set them off does so, including the activity of their neighbors, and the result is a sort of neural free-association.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    41. Re:Depends on What Consciousness Is by fyngyrz · · Score: 1
      Even if scientific observation was given an infinite amount of time and manpower it would still not be able to answer the why. That is philosophies job and it does it well.

      Philosophy does not answer "the why" at all. I'll give you that it has supported many attempts at trying to come up with such an answer, but (a) it has not been established that "why" is even a valid question, (b) no such "answer" from philosophy has provided any benefit or tangible result or testable prediction with regard to "why", and (c) in the meantime, science continues to bite off more and more of nature with regards to "how" because "how" is a valid question.

      I really don't understand why people always pit Philosophy versus Science like they are enemies of ancient times. They are both parts of a whole solution to understanding the world.

      No, they really aren't. Science gives us a path to understand the world, the universe, etc. in the fashion of actual truths or close (and testable) approximations thereof. Philosophy gives us a path to nothing. Those who can understand - and do not fear - reality cleave to science; those who cannot, to philosophy. Philosophy is considerably closer to religion than it is to science, and carries about the same significance (that is, only that which it manages to convince its followers to parrot.)

      --
      I've fallen off your lawn, and I can't get up.
    42. Re:Depends on What Consciousness Is by fyngyrz · · Score: 1
      Oh dear... I don't even know where to start.

      Well, that's a convincing argument, isn't it?

      I'm a scientist myself, and I would never think of disparaging philosophy like that

      That is certainly your privilege. I am also a scientist — and I would.

      Please, pick up a few works of philosophy (introductory texts or some such) and try and keep an open mind, OK?

      Oh, my mind is open enough. It is my gullibility that isn't up for grabs.

      --
      I've fallen off your lawn, and I can't get up.
    43. Re:Depends on What Consciousness Is by fyngyrz · · Score: 1
      If philosophy came before science, then science must be the philosophy of a philosopher.

      These are entirely disjoint domains, and one has nothing to do with the other. One is a highly constrained method designed to produce tangible, highly correlated results, the other is utterly unconstrained speculation subject to no design whatsoever.

      --
      I've fallen off your lawn, and I can't get up.
    44. Re:Depends on What Consciousness Is by Bryansix · · Score: 1

      Slashdot sure does have it's share of Bigots.

    45. Re:Depends on What Consciousness Is by Joebert · · Score: 1

      Science had to start somewhere, it didn't fall off a tree & make someone say "By god, I'll call this science !".

      --
      Wanna fight ? Bend over, stick your head up your ass, and fight for air.
    46. Re:Depends on What Consciousness Is by fyngyrz · · Score: 1

      Science had to start somewhere

      Certainly. But that isn't the same thing at all as saying "science started with philosophy." Your first hint is that science is not similar to philosophy. Science is a concrete method - not a question, not a conundrum, not an appeal to hope, the divine, or an abstraction. So consider methods. Many highly functional methods were in use in Bacon's time. Simple, one step methods like aim your arrow at the target if you're inclined to hit it, and using explosives to blow up people you didn't care for (Guy Fawkes, 1605); complex methods like building castles and learning how to sword fight. So people were already well aware of practical methodologies that led to desirable end results.

      Certainly, philosophy was everywhere, the playtoy of the nobles. But if you examine what philosophy does (nothing, basically) and contrast that with what practical methods do, I think it is highly unlikely that any part of philosophy gave rise to the flipping 'round of induction and deduction; and we know that Bacon himself, of repute in those days as a philosopher, disdained the unfocused idea-thrashing that is the hallmark of philosophers and other players at guessing games. He said "There are and can be only two ways (inductive and deductive methods) of searching into and discovering truth. The one (deductive) flies from the senses and the particulars to the most general axioms and from these (principles); the truth it takes as fore settled and immovable proceeds to judgment and to the discovery of middle axioms and this way is now in fashion. The other (inductive) derives axioms from the senses and particulars rising by a gradual and unbroken assent, that it arrives at the most general axiom last of all. This is the true way."

      Read that carefully. The deductive method he is talking about is the religionist's and philosopher's way; he is, in one short statement, saying that "taking the truth as fore-settled" isn't how one should proceed. The inductive method is the root of the scientific method and you will note the reality-based influences ("derives axioms from the senses") that drive the method, rather than the presumption of truth of the answer before one even starts looking at the question. He is actually quite lucky he survived making that remark at all, given the power of the church at that time.

      Then we can consider what he said about alchemy: "If a man were to look closely into the works of the alchemists or magicians, he would be in doubt whether he should laugh over them or weep" Think about that. "The works", or in other words, how they proceed about their business. Their methods. Bacon goes on to say: "for the alchemist nurses eternal hope. And when the experiment fails, he lays the blame on some error of his own, feeling that he has insufficiently failed to understand the words of his art or his authors or in his manipulations, he has made some slip of a scruple in weight or a moment in time where upon he repeats his trials to infinity." Here, note the wry mention of "eternal hope"; Bacon is outright skewering the alchemist's methodology for relying on the ideas of the mind, rather than the evidence of the senses.

      In short, Bacon was looking at methods first, foremost, and with great care. He was identifying methods that worked, methods that didn't work, and he turned deduction on its head for its failure to work when pressed into service. He was doing the exact opposite of indulging in philosophy; he was rejecting abstracts in favor of the concrete evidence that the world would lay out if prodded. If you like, we could say that he was excising philosophy from the pursuit of reality.

      In the end, saying that philosophy birthed science feels inappropriate. They are separate domains, and the one has very little to do with the other. Yet because science is a method, and useful, working methods abounded in Bacon's day, we can reasonably presume that he was looking for such a me

      --
      I've fallen off your lawn, and I can't get up.
    47. Re:Depends on What Consciousness Is by fyngyrz · · Score: 1
      Slashdot sure does have it's share of Bigots

      I call things as I see them. If you have an objection to an assertion I made, by all means, state it and I will respond. If you have a leg to stand on, then perhaps you will emerge from the discussion stronger and better off, and I will not. Hopping on here, engaging in name-calling, and running off isn't going to do anything for your position, whatever it is.

      --
      I've fallen off your lawn, and I can't get up.
    48. Re:Depends on What Consciousness Is by Bryansix · · Score: 1
      Hopping on here and then running off? HAHA! I live on Slashdot. You've come to my home and defiled my God. I don't really even need to respond to why your comments where wrong but I will.

      Philosophy gives us a path to nothing. Those who can understand - and do not fear - reality cleave to science; those who cannot, to philosophy. Philosophy is considerably closer to religion than it is to science, and carries about the same significance (that is, only that which it manages to convince its followers to parrot.) ~fyngyrz
      Let me follow that up with this quote:

      ...Unfortunately for promoters of science, philosophy is unavoidable. The mathematical method of studying the world itself embodies a philosophy, and a remarkably incomplete philosophy at that. Numbers can only tell us what, they can never tell us why. Numbers describe but they do not ultimately explain. Science is about nothing but numbers -- measurement is the foundation of everything it does. Because it focuses so doggedly on numbers, it has begun to insist that there is nothing beyond numbers -- there is no purpose, no intentionality, nothing beyond measurement and description. This is the theory of evolution in a nutshell... ~Steve Kellmeyer
      You see it is logic which tells us that Science in an of itself is a philosophy. It is one that says that we should acquire knowledge through observation and experimentation and more observation. Science has existed for all time before the concept was solidified. Science makes sense because it is logical. But where does logic come from? Why are there rules that govern not only the physical Universe but also our thoughts? The explanation that I hold to is that God created all logic and reasoning just as he created the Universe. Yes things evolve (change) and nature is a powerful force for both destruction and healing. However it is God who put these things into existence.

      I know we could argue on that last point for the rest of our lives and not agree about it's truthfulness. However if we were to argue it we would be arguing Philosophy. The arguments for the existence of God come from Philosophy. And more importantly they are not at odds with science and do use logic in their arguments. http://en.wikipedia.org/w/index.php?title=Existenc e_of_God&oldid=107697378
    49. Re:Depends on What Consciousness Is by zobier · · Score: 1

      What came first, medicine men waving sticks with feathers on them to cure a child's demon-caused illness, or penicillin? Penicillin obviously.
      --
      Me lost me cookie at the disco.
    50. Re:Depends on What Consciousness Is by fyngyrz · · Score: 1
      The explanation that I hold to is that God created all logic and reasoning just as he created the Universe

      Oh. You're superstitious. Sorry, not interested; you'll have to pursue this with someone else.

      --
      I've fallen off your lawn, and I can't get up.
  22. *cough* by SeaDour · · Score: 1

    I, for one, welcome our new silicon-brain overlords.

  23. I can see it now... by katchins · · Score: 1

    when there is a computer error...

    HAL's shutdown from http://www.imdb.com/title/tt0062622/quotes

    HAL: I'm afraid. I'm afraid, Dave. Dave, my mind is going. I can feel it. I can feel it. My mind is going. There is no question about it. I can feel it. I can feel it. I can feel it. I'm a... fraid.

    Good afternoon, gentlemen. I am a HAL 9000 computer. I became operational at the H.A.L. plant in Urbana, Illinois on the 12th of January 1992. My instructor was Mr. Langley, and he taught me to sing a song. If you'd like to hear it I can sing it for you.

    Dave Bowman: Yes, I'd like to hear it, HAL. Sing it for me.

    HAL: It's called "Daisy."

    [sings while slowing down]
    HAL: Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you. It won't be a stylish marriage, I can't afford a carriage. But you'll look sweet upon the seat of a bicycle built for two.

    [fade to blue screen of death]

    --
    if (!sig) { printf("Signature Unavailable\n"); }
  24. yay, one million neurons by adrianmonk · · Score: 1

    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".

    1. Re:yay, one million neurons by Dersaidin · · Score: 1

      If this experiment shows interesting results then I'm sure someone will go ahead and build one with more neurons. If not, then I don't see how the number of neurons will effect anything.

    2. Re:yay, one million neurons by drgonzo59 · · Score: 1
      You might have a while a longer to sleep then. Because just having the same number of neurons as the brain doesn't mean that you'll have a brain. It is like saying that as long as we can have the four nucleotides from DNA (A,C,T,G) and all the amino acids we'll just throw them together and we'll have biological organisms.


      The brain, does not start a blank slate, it is already pre-programmed to do many things and it is that wiring of neurons and their initial states that need to be decoded.


      In addition to that, every cell in the brain, just like any other living cell, is so complicated that we cannot even simulate one cell very well. It is believed that there is more to neurons than just pure on/off output switching after they get up to a certain potential. Neurotransmitter concentration as well aother chemicals around the neurons will play a role in their behavior. Now imagine simulating that for hundreds of billions of cells.


      By the way the most amazing thing about the human brain is not just it's capacity for thought, emotions, imagination and other such stuff but also the _efficiency_ of it all. The brain runs at a steady temperature of 37'C and consumes less than 100W of energy. Compare that to your computer's CPU that would heat up to 100'C doing nothing than just adding numbers.
       

    3. Re:yay, one million neurons by Anonymous Coward · · Score: 0

      1M neurons ought to be enough for anybody.

  25. same old by cong06 · · Score: 1

    But it's just going to be a massive comptuer....large processor, etc. or did I miss something?

    1. Re:same old by Anonymous Coward · · Score: 0

      yes, you did

  26. It's worse than that. by Anonymous Coward · · Score: 0

    The neuroscience community is invested in models that don't very well describe what brains actually do. Let me restate that, the descriptions of observed phenomena are unnecessarily complicated and also incomplete.

    This project is destined to be like training elephants to knit. It'll be impressive, but the outcome won't be something you want to wear.

    1. Re:It's worse than that. by Rei · · Score: 2, Insightful

      That's not really true. There are many, many different approaches out there. None have hit that "sweet spot" that we're looking for. Some abstract away from the brain heavily using mathematical representations in order to get more performance, effectively simulating more neurons. Others go with a more physical representation, but consequently accept poorer performance. Obviously, there's a good bit of variation on the mathematical models, but there also are variations on the physical models -- what do you try to model, how much in-depth you try and model it, etc.

      A model simply cannot be perfect; sure, we have physics models that can deal with subatomic particles and quantum effects, but even if we knew (from anatomical studies) *exactly* what to put where in what cells, the concept of that much CPU time for such a simulation ever being available is just ludicrous. Any computer models of the brain *must* be simplified. The question is: what do we simplify, and how? In other words, what are the tradeoffs in terms of loss (if any) of cognitive ability vs. the gains from faster performance? What is the main reason why our models haven't performed as well as we would like? Are we short on CPU? Are we missing knowledge of some anatomical details? Are there anatomic details that we know about but aren't modelling well enough?

      And then you get into the more basic questions, like "how do we develop our network?" Random interlinks? Geometrically correlated interlinks? Evolved interlinks? Do we try and do both backpropagation *and* evolutionary adaptation, suffering the fact that by splitting up our CPU time between the two tasks, we're doing neither as well as we could have? What sort of constraints do we use on the evolutionary process? What sort of training (and how much) do we do?

      These are the sort of things we need to solve. Just an example: one net that I read about a few years ago used for audio recognition performed exceedingly well -- many orders of magnitude better than its predecessors. What did they change? They simply added varying delay times for signal propagation to their model. That's it. Undoubtedly, it will be these kinds realizations, discovered through trial and error, that will lead us to as intelligent of computer models of neurons as are possible.

      --
      When someone says "I want a programming language in which I need only say what I wish done," give him a lollipop.
  27. ahem by Anonymous Coward · · Score: 0

    I for one welcome our new silicoid masters.

    With their superior brain power, they may be able to devise a new way to say, "I for one welcome our new X masters."

  28. 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!
    1. Re:Naturally Intelligent Systems by Anonymous Coward · · Score: 0

      i'm curious, would you care to share the other two, as well? :)

    2. Re:Naturally Intelligent Systems by Anonymous Coward · · Score: 0

      THE BIBLE DUH

    3. Re:Naturally Intelligent Systems by Anonymous Coward · · Score: 0

      first: that's just one, DUH!
      second: i wasn't asking you. ;)

    4. Re:Naturally Intelligent Systems by xtal · · Score: 1

      Huge second on that opinion. I picked it up in ~97 and I've read and reread it many times, and is a great reference for anyone interested in expermienting or just general knowledge. Many of the academic texts are not very good at -all-.

      --
      ..don't panic
  29. Cylons anybody? by Anonymous Coward · · Score: 0

    First invented to help their masters.
    Then they killed their masters.
    The war between humans and Cylons began.

  30. This doesn't make sense to me... by skelly33 · · Score: 1

    Why would you experiment with neural logic in hardware when software is infinitely scalable and programmable and arguably more valuable in the reserch of neural networks? Of course software is a degree slower in response time, but speed is not of the essence for researching the "how" of neural nets.

    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 design in the less expensive, disposable FPGA format and when they get something working, eventually migrate the design to ASIC technology for increased performance.

    It doesn't seem like there is discovery value in the hardware when the discovery should have been made in advance through software and at dramatically reduced cost. I have a feeling this guy's just trying to make headlines for himself...

    1. Re:This doesn't make sense to me... by TheCouchPotatoFamine · · Score: 2, Insightful

      The simple reason is that software cannot compute every iteration in parallel. Imagine light beams for instance - if you were to "sum" the intensity of several beams at a single photodiode, it would occur simultaneously as a single operation. Software requires, regardless of the number of possbile processor within reasonable (read: current technological) limits, an iterative approach such that during every stage of calucualtion, each neurode (neuron+node=neurode) has to be caluclated in order - drastically, drastically slowing the network down. Since eletrical currents can be summed simultaneously (in an analog circuit, which this undoubtably is at some stage) it allows for the same type of "instantaneous" calculation that your brain currently enjoys. that's why it's so important to do it in hardware, and why optical techniques, and not electrical, ultimately hold far more promise. It's all in the book i recommended a post or two above...

      --
      CS majors know the time/space tradeoff, but they never get taught the 3rd, crucial, tradeoff of the set: comprehension!
    2. Re:This doesn't make sense to me... by AndOne · · Score: 1

      1) They're not researching neural networks in the classic sense of AI research. They're not trying to come up with an approximate model. Rather they're trying to just design a neuronal test bed and connect it similarly to the brain and see what happens. No software models to speak of really.

      2) Writing software to model these accurately is actually much harder than just doing it in hardware due to the massively parallel nature of the computations and the neural connections. They aren't just creating layers and doing back propagation like you would in a more standard NN.

      3) Sometimes it's just better to do somehing the hard and right way than it is to try to build things up in stages. Further, it's not like they probably won't design the chips(or have designed the chips already) in software layout tools and simulate the hell out of them there.

      --
      I don't care what you say, all I need is my Wumpabet soup.
  31. The way I remember it from biology class by Anonymous Coward · · Score: 0

    The way I remember this working is that ion exchange is what causes the nerve signal to propagate through a single neuron, and the communication between neurons happens via neurotransmitters being released into the gap between the neurons.

    So, when you slam your hand in a door, a signal travels as an electrical impulse the whole length of the nerve from your hand to the spinal column, then it crosses the gap to your spine as a cloud of neurotransmitters, then shoots up your spine as an electrical impulse to the brain, where it goes through the same process over andover again, until it triggers a response somewhere in your brain that makes you say a bad word.

    Much more information here:
    http://en.wikipedia.org/wiki/Neuron

    1. Re:The way I remember it from biology class by Oligonicella · · Score: 1

      No. There is no shooting of an electical impulse. If there were, we'd have helluva lot faster reaction times. The impulse is a slow flipping of ions in series. Hardly an electric current.

  32. Re:WTF?? by Anonymous Coward · · Score: 0

    Looking at this thread, I'd say that they have these chips hooked into the Internet already. Wow.

  33. Not going to work.. by takochan · · Score: 0

    The brain is not an electrical based computing system, it is a quantum based computing system. That is how the 'connect' between the physical world and the 'thought/mind' world is made.

    So any artificial silicon 'brain' will have have to behave appropriately (ie. quantumly) for such a 'simulation' (or any 'thought' based computation) to work or at least yield any meaningful results..

    1. Re:Not going to work.. by Anonymous Coward · · Score: 0

      Bzzzz, wrong, but thanks for playing the "I don't understand it so I'll describe it with other stuff I don't understand" game. Next question, "Is thunder actually gods bowling?".

    2. Re:Not going to work.. by Anonymous Coward · · Score: 0

      Applying quantum theory to the brain to understand consciousness is speculative at best. Very, very few cognitive scientists and philosophers of mind think that this is a good approach. See Dennett's 'Consciousness Explained' for more grounded work or his 'Sweet Dreams' for more recent. You could also see Chalmers' 'The Conscious Mind' for a dualist approach. Even more strictly neuroscientific people working on the the mind like Baars and Churchland don't bother with accounts like these. Don't post left-field declarative shit like "it IS a quantum based computing system" without any background or at least explaining that it is far from the consensus.

    3. Re:Not going to work.. by Decaff · · Score: 1

      Do you have any evidence for that?

    4. Re:Not going to work.. by Anonymous Coward · · Score: 0

      Who needs evidence when you have *quantum*!

    5. Re:Not going to work.. by Oligonicella · · Score: 1

      Your statement is not a fact, it is an opinion. And one based on imagination, not science. You blithly state that's how the 'connect'ion is made and conveniently omit just what that connection is and how it works.

      And, just WTF, is behaving 'quantumly' when referring to thought? Please be explicit if you wish to give a meaningful answer.

      Big thoughts, little meaning.

    6. Re:Not going to work.. by mattpalmer1086 · · Score: 1

      phlogiston phlogiston phlogiston.

      Total unmitigated speculation. You can't explain something, so you invent something because it feels right to you - but you are just making it up, sunshine. Give me the evidence.

    7. Re:Not going to work.. by Apoclypse · · Score: 1

      Thought is the product of the interactions between neurons via the diffusion of neurotransmitters and neuroreceivers across synaptic junctions. Thought is something physical, electrial and chemical not quantum based as you seem to think.

  34. not the only game in town by TheCouchPotatoFamine · · Score: 1

    certainly it has certain charateristics like that, but to say the only possible usuable system is constrained only to that design is to miss the point...

    we aren't trying to reduplicate the human mind anymore then a car is trying to reduplicate a horse, and there are several variations on 'intelligent' that don't even come close to the exact way a human mind works. Perhaps you should meditate on what it means to be 'useful'..

    --
    CS majors know the time/space tradeoff, but they never get taught the 3rd, crucial, tradeoff of the set: comprehension!
  35. Clarifying - 40 cycles is NOT enough. by tehdaemon · · Score: 2, Informative

    Two out of the three replies to my comment thought that I meant 40 cycles was enough per neuron. I guess I was not clear enough.

    40 cycles is nowhere near enough. 40 inputs for a real neuron is small, and 40 cycles would barely let you sum the inputs. To heck with adjusting weights, you can't even run the thing in real-time. The AC I was replying to said that this could be simulated in software at break-neck speed. He is wrong.

    T

    --
    Laws are horrible moral guides, moral guides make even worse laws.
  36. Re:2^^20 neurons? That's wayyyy too many by cosmocain · · Score: 1

    ...to accurately model most American thought processes.

    if this could only be a typical american problem, duh. stupidity is really world-wide. try locking it up in some nation-state, anyone?
  37. Why? by Quiet_Desperation · · Score: 2, Funny

    Look at the rubbish the human brain generates. Ideology. Irrationality. Depression. Religion. Politics. Reality TV.

    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.

  38. Wrong way by Anonymous Coward · · Score: 0

    Right way are ofcourse to create a software program that mimics the inner workings of the brain.

    1. Re:Wrong way by Datamonstar · · Score: 1

      I Hope they don't try to mimic yours!

      --
      The eternal struggle of good vs. evil begins within one's self.
  39. More than just modeling the brain by AndOne · · Score: 4, Insightful

    Having been a fan of neuromorphic engineering for several years now(Note I'm not an active researcher but I pretend somedays :) ) one of the major advantages of neuromorphic functionality isn't necessarily it's ability to model biological systems but the fact that the devices are extremely low power. When modeling neurons in silicon(at least back in the day of Carver Mead's work and for cochlea and retina stuff and I'm doubting it's changed too bunch but I could be wrong) the transistors would run in sub threshhold mode(basically leakage currents so OFF) since the power curves modeled the expected neuro response curves. One of Boahen's stated goals(at least on his website when he was at Penn) was to reduce power consumption and improve processing power for problem solving via these techniques. His lab has been in Scientific America a couple times in the last few years for work in accurately modeling Neuronal spiking in hardware too. I have them but not at hand so I can't cite them at the moment but they were fun reads.

    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.

    --
    I don't care what you say, all I need is my Wumpabet soup.
  40. silica pathways by Frogular · · Score: 1

    Let's hope this model isn't affected by the radiation around Ragnar Anchorage.

    1. Re:silica pathways by davidsyes · · Score: 1

      Well, if THAT happens, when we know it was just a sili con job.... Sorry, I just HAD to...

      --
      Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
  41. Skynet was inorganic by gatkinso · · Score: 1

    Just to nip that in the bud.

    --
    I am very small, utmostly microscopic.
  42. Great! by woodengod · · Score: 0

    But will it make the blondes smarter?

  43. Re:2^^20 neurons? That's wayyyy too many by WindowsIsForArseWipe · · Score: 0

    but the US is represented by their presidant. enough said!

  44. brain does not use math logic,but pattern matching by master_p · · Score: 2, Interesting

    The human brain generates so much rubbish because it does not use mathematical logic, but pattern matching.

    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. When we are asked the question if 'prime numbers are infinite', then our first answer is 'yes'...that's pattern matching at work: since we have found a pretty large number of prime numbers, there must be infinite, just like in other cases (the decimal digits of PI, for example).

  45. Silicone with an E by lthown · · Score: 1

    well, that's actually it - nothing more to see here, move along

  46. hmm by strack · · Score: 1

    Why would you want to model a human brain? I understand the reasoning of figuring out how the brain works, but if your going to make a intelligent system with the flexibility and ability to learn on the scale of a human being, I would think you don't have to emulate a human brain. Just emulate some of what seem to be the most important characteristics of the brain, and somehow take full advantage of the fact that most of the physical and biological restraints that apply to a brain do not apply to a software system.

  47. Hebbian learning, not back propogation (NS) by Anonymous Coward · · Score: 0

    Nuff Said.

  48. WHY??? by Warg!+The+Orcs!! · · Score: 1

    I apologise if someone else has raised this point..

    Why are some people intent on making Homo Sapiens obsolete?

    1 Build humanoid robot
    2 build silicon-based superbrain
    3 ??????
    4 Extinction!

    Idiots.

    --
    Travelling forward in time at a rate of 1 second per second.
    1. Re:WHY??? by Anonymous Coward · · Score: 0

      Because we can.

    2. Re:WHY??? by Anonymous Coward · · Score: 0

      I apologise if someone else has raised this point..

      Why are some people intent on making Homo Sapiens obsolete?

      1 Build humanoid robot
      2 build silicon-based superbrain
      3 ??????
      4 Extinction!

      Idiots.


      Allow me to explain (though machine intelligence proponents and researchers may not realise it themselves):

      1) Space exploration. (Individual humans have this irrational expectation to survive and have lost the meaning of sacrifice in recent times, our exploration of space has been severely crippled by this. Personally, I would gladly make a one way trip to further human knowledge.)

      2) Something to survive us once we have made the earth uninhabitable for man and beast.

      3) God complex. The desire to emulate our conception of our creator. We believe we are made in his image and it therefore follows that we emulate his creative endeavors.

      4) Natural selection has been replaced by purely sexual selection in modern society. Human intelligence is doomed. We must commit it to the machine before it is lost forever. Selection for large penises, large breasts and small controllable brains, in the absence of natural selection for traits actually required for survival, is having a measurable effect. Look around.

      5) It is our obligation to commit our knowledge as best we can to a form that will outlive and out-explore our natural form. Humans are far too fragile and flawed to survive on a cosmological timescale.

      I could go on, but the gist of my point is that developing intelligent machines will never make man obsolete, only our own folly can do that (mostly involving the natural world and our own genetics).

      At this point, the drive to an intelligent (sentient?) machine represents essentially a "message in a bottle" from a dying world. It is entirely worthwhile and certainly not idiotic.
    3. Re:WHY??? by Anonymous Coward · · Score: 0

      Robotophobe! Racist!

  49. Re:2^^20 neurons? That's wayyyy too many by rbanffy · · Score: 1

    The problem arises when the somewhat limited brain is controlling the largest military.

  50. Paging by mdsolar · · Score: 2, Interesting

    The article says that the chip will work at 300 teraflops. The human brain might be rated at 100,000 teraflops http://www.setiai.com/archives/000035.html so there is still quite a lot of speed to make up. However, it seems to me that through state saving (paging) one could simulate the connections between many more that a million neurons using this device. If you virtualize as a cube 3000 deep and track connections between these layers in software then processing over the virtual layers can proceed sequentially. So, it seems as though it won't take all that much more hardware development to get to simulations on the human scale owing to the higher frequency of individual operations.
    --
    Solar, a bright idea http://mdsolar.blogspot.com/2007/01/slashdot-users -selling-solar.html

    1. Re:Paging by drinkypoo · · Score: 1

      So, it seems as though it won't take all that much more hardware development to get to simulations on the human scale owing to the higher frequency of individual operations.

      That would be a great argument if the brain were digital. It is not. It is analog. It also does not have a clock, so it does not have a frequency. It is totally asynchronous.

      In order to 100% accurately model the behavior of an analog system you need a clock rate whose cycle speed is based on quantum time slices. Since we don't even know how long that is, let alone can we achieve such a thing, I sincerely disagree with your assertion.

      In fact there is some indication that quantum effects play a part in thought. One group even believes that it can tie your sense of smell to quantum effects, and there are neurons inside your nose, upon which are receptor molecules which provide the active sensing area. So don't be so sure that newtonian physics are sufficient to explain the activity of the brain.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:Paging by mdsolar · · Score: 1

      It is an imperfect analogy but the order on maginitide estimate based on connections and firing rate seems plausible. The point of these efforts is to simulate to better understand how the brain works. Your assertions may be strengthened by such efforts.

      If I recall, the sense of smell work argued that compounds were recongnized via their resonances which does not seem all that special. Neon emission is recognized by it's color. Perhaps I missed something deeper in that article. So far as I can tell though theories about the need for quantum effects in the brain do go deeper asserting that quantum coherence is operational the way it might be in a quantum computer. The reason for invoking this is the idea that the brain is too capable to be explained without an extra boost. Seems to me that opposed to this would be the Wolfram idea that you might make an effective insect brain out of very simple algorithms running on simple circuits. If one can explain those behaviors in a simpler way then maintaining quantum coherence at a warm temperature would not be a required cedulity straining element of a theory of the mind. This is where simulation may be quite helpful.

    3. Re:Paging by Anonymous Coward · · Score: 0

      I'll take a wild guess here. The brain as a whole doesn't need a clock because of the analog nature of transmissions between neurons. Rather than using a system time to figure out what the data is, it probably takes a look at the analog waveform (voltage/time) of a pulse and sorts it based on the shape (peak at front means something than peak at end or two spikes, etc.)

      Also there is no separation of processor from memory. Each neuron probably consists of one short term storage, long term storage, and something that sorts/processes the signals. Depending on whatever signal is sent and chemical (general state) is influencing, it's likely that it puts it into longterm, short term, or passes it on to another neuron. It probably also cross-sorts signals in some way, it may get one signal that tells it to wait for another one that tells it what to do with data contained in the first.

      I may not know a whole lot about circuits or neurology, but find it interesting to ponder out how a system would work where there isn't a separate memory cache or processing circuit and the functions overlap. Still this doesn't rule out having regions biased towards those functions, it's just that they don't appear to be exclusive in organic brains.

    4. Re:Paging by drinkypoo · · Score: 1

      So far as I can tell though theories about the need for quantum effects in the brain do go deeper asserting that quantum coherence is operational the way it might be in a quantum computer. The reason for invoking this is the idea that the brain is too capable to be explained without an extra boost. Seems to me that opposed to this would be the Wolfram idea that you might make an effective insect brain out of very simple algorithms running on simple circuits.

      Well, one argument about insects is that individuals are pretty stupid, they basically work on a fairly simple program and they have a mechanism for retracing their "steps" (in quotes for, say, flying insects) :) And then you have emergent behavior coming from the interaction of these limited units. The individuals are quite limited and only know how to do a small set of things.

      As for the need for quantum effects to explain the complexity of the mind, I don't know if I agree or not. However, I do think it is important to consider the concept of diffraction patterns and the concept of what happens with waves adding and cancelling each other out. In the classic thought experiment we have two pulsing balls and they produce shockwaves as they expand and contract. If they are doing this at exactly the same rate and in sync, where they intersect we have two things; in some places there is no signal, it cancels out completely and there is nothing. In some places, the signal is doubled. With more sources, you get a far more complex result. A single quantum interaction might not have the ability to alter the firing of even a single neuron, but what about the sum of interactions?

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    5. Re:Paging by mdsolar · · Score: 1

      Well, the theory I was thinking of is more involved that single interactions. At that level a single interection is going to look a lot like a thermal interaction and so like the sense of smell theory, the quantum nature is a happenstance rather than crucial.

      Penrose suggests coherence states that manage to handle much more processing than would be otherwise possible. You can look at http://en.wikipedia.org/wiki/Orch-OR to see what you think.
      --
      Solar, take a quantum leap http://mdsolar.blogspot.com/2007/01/slashdot-users -selling-solar.html

  51. interesting idea ... by ccozan · · Score: 1

    ..this quantum based brain that we have. I was thinking independently of this, then while searching for this, i found many other people which incline to think that the brain might have an ability to harness the quantum properties of ..matter. Many Many things can be explained with this theory, including our massive "pattern matching/risk calculation" power. The "parallelism" of the brain might not be because of 100 billion neurons, but because of the quantum possibilities. However, this is just a theory.

  52. power consumption depends on voltage... by tpjunkie · · Score: 1

    don't forget, the brain also operates on a much lower voltage than most CPUs. Think of the battery life we could in laptops if they operated on a 70 (well a total change of 30(!)) millivolt potential.

  53. Two types of back-propagation by benhocking · · Score: 1

    The first type of back-propagation is the term as it is used by computer scientists using neural networks. (This is what you're thinking of.) The second type of back-propagation is the term as it is used by neuroscientists. Unfortunately, they are two completely different things. As a computer scientist who does brain modeling, this greatly irritates me.

    --
    Ben Hocking
    Need a professional organizer?
  54. Another Izhikevich fan, I presume by benhocking · · Score: 1

    I've been doing a lot of simulations with Izhikevich-based neurons (combined with RC filtered dendrites), and really appreciate his work. Have you read his 2007 book? (I have it, but have not yet read much of it.)

    --
    Ben Hocking
    Need a professional organizer?
  55. Here Here! by LifesABeach · · Score: 2, Funny

    Having hardware that duplicates human thought is an excellent corner stone to help me with my many woes. With Hard Drives approaching the Pico byte range, we will be able to backup our memories; And access vitally important past events. Obviously, there will be many more steps to take before I will be able to access things like my wifes birthday, our first date, and so on. Personally, I will be very grateful for less arguments about past events that I have for some reason or another, considered to trivial to remember.

    "Come back Dear! I'm good with True-False!" - Larry, the Cable Guy

    1. Re:Here Here! by AnyoneEB · · Score: 1

      I don't know about you, but my hard drive can store quite a few Pico bytes. ;)

      --
      Centralization breaks the internet.
  56. Far fewer neurons tells you far less by benhocking · · Score: 1

    If you're trying to understand a fruit-fly, then the current project is great. However, without using large numbers of neurons, you're going to miss out on important details. For example, when a signal travels down the axon, there's a certain probability that the signal will "fail" to cross the synaptic cleft. This is called a synaptic failure. It turns out that in simulations our lab did that such failures actually improve cognitive performance in a hippocampal model (and presumably in other regions of the brain as well). This was only true for models that had more than 2,000 neurons. Additionally, increasing the number of neurons increases the "optimal" synaptic failure rate. At 100,000 neurons the optimal failure rate was about 50-60%. (We actually simulate just the CA3 region of the hippocampus. For comparison, the rat CA3 has about 250,000 neurons in this region, and humans have about 2,300,000.) In the human brain, the actual failure rate is between 55-85% (depending partly on the part of the brain we're talking about). This is only one example out of many where the size of the network is very important in determining "why" nature made certain choices.

    --
    Ben Hocking
    Need a professional organizer?
  57. Already over-powering us. . . by Fantastic+Lad · · Score: 1
    The humble computer doesn't need to reach sentience to overpower humanity.

    Every day, hundreds of millions of people have their energy sucked away by computers, in work places and living rooms equipped with game boxes. By the use of bank cards which give the government the ability to 'turn off' our money 'privileges' on an individual basis should they choose. Everybody seems now to have a cell phone. Aside from the mental health concerns associated with having your brain cells randomly stimulated by modulated microwave signals, having your time and attention on a telephone leash is enormously limiting. The only good of it all is the internet.

    Humanity has been subverted, and it continues. The very saddest part is that EA sports games appear to be one of the primary culprits.

    Sports games! I mean. . . For goodness sake.

    I am glad that I don't understand the appeal of hefting foot balls as it renders me largely immune to the siren call of silicon.


    -FL

    1. Re:Already over-powering us. . . by Anonymous Coward · · Score: 0

      Crackpot.

  58. It has already surpassed at least one cortex by Hoi+Polloi · · Score: 1

    "The first-generation design will be composed of a circuit board with 16 chips, each containing a 256-by-256 array of silicon neurons."

    This already exceeds the connections in the cortex of your average political talk show host.

    --
    It is by the juice of the coffee bean that thoughts acquire speed, the teeth acquire stains. The stains become a warning
  59. Re:brain does not use math logic,but pattern match by mooingyak · · Score: 2, Insightful
    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.

    There have has been a proof for it for a long time. Gettin' wiki wit it.

    Quoting from the link:

    There are infinitely many prime numbers

    The oldest known proof for the statement that there are infinitely many prime numbers is given by the Greek mathematician Euclid in his Elements (Book IX, Proposition 20). Euclid states the result as "there are more than any given [finite] number of primes", and his proof is essentially the following:

            Suppose you have a finite number of primes. Call this number m. Multiply all m primes together and add one (see Euclid number). The resulting number is not divisible by any of the finite set of primes, because dividing by any of these would give a remainder of one. And one is not divisible by any primes. Therefore it must either be prime itself, or be divisible by some other prime that was not included in the finite set. Either way, there must be at least m + 1 primes. But this argument applies no matter what m is; it applies to m + 1, too. So there are more primes than any given finite number.

    This previous argument explains why the product of m primes plus 1 must be divisible by some prime not among the m primes, or be prime itself. A common mistake is thinking Euclid's proof says the prime product plus 1 is always prime.
    2 3 5 7 11 13 + 1 = 30,031 = 59 509 (both primes) shows this is not the case.
    --
    William of Ockham had no beard. The most likely explanation is that it was chewed off by squirrels every morning.
  60. airplanes with flapping wings? by peter303 · · Score: 1

    Precise immitation is not the best route to success.

  61. Flintstones by Anonymous Coward · · Score: 0

    Gives a whole new meaning to the name Rockhead.

  62. murder by glidermike · · Score: 1

    Let's just say for arguments sake that scientists eventually perfect artificial intelligence in a computer or network of computers .at the conclusion of the experiment they pull the plug, would that be in effect the murder of a sentient being? Would legislation be enacted to protect intelligences in "virtual worlds"?? Damn No more setting fire to the Sims characters.

  63. Compare to DNA sequencing by xtal · · Score: 1

    Biologists thought DNA sequencing of the human genome would take eons, too. Doing it by hand was horrible.

    Then some engineers got interested.

    Now we have gene sequencing machines.

    People are clever when motivated. There's not much of a commercial need for generic AI yet.

    --
    ..don't panic
  64. Do you know this boy? by devv_null · · Score: 1

    I think this is how 'The Terminator' started isn't it?

  65. Good.... now maybe they will be able to bypass... by 3seas · · Score: 1

    ....besides human stupidity, but much better yet, posttramatic stress disorder effects.

    Imagine having an artificial cortex kick in when the real cortex is shutdown by PTSD stimuli.

  66. A simulator at best by DynaSoar · · Score: 1

    and hardly a model.

    There are analog processes involved in the brain. There are electrical fields around neurons that affect neurons that are not directly connected. The proposed device can't do these, or rather it could, but in such a device the result would be noise and error. In the brain the result is heuristic processing and global information storage.

    Read "Brain and Perception" by Karl Pribram. It'd help to have a neuroscientist and a physicist available when you do so. It's not an easy read. I studied it under Karl, and sat in on sessions with him and two of the physicists who helped with the appendices, and it took me a year.

    It's about some things we know, and most ignore, and so leads to the fact of how little we actually know of reality, substituting selective support for abstractions from psychology.

    Simulators do remarkable things, often with fewer parts and processes than that which they model. However, they can only tell us things about the results from the abstracted model, and nothing about the thing being modeled.

    --
    "I may be synthetic, but I'm not stupid." -- Bishop 341-B
  67. article title misleading by Enlil · · Score: 1

    FTA: "We want to be able to explore different ideas, different connectivity patterns, different operations in these areas..." Building this system of interconnected processors is not 'building a brain' or even 'building the cortex.' The scientists/engineers are buidling a scaled down, highly abstracted implementation of a certain subset of subsystems of the brain, none of which are well understood. This is good exploratory science, laudable in its goals, but it is a laughable proposition that this system will be even a rudimentary modeling of the real world. A [human] brain is a highly integrated set of systems, whose most interesting attribute is [arguably] that it allows humans to think. Whatever this silicon system [or any subsequent system, no matter how advanced] achieves, 'thinking' [as in the common-sense definition] will not be one of its abilities; that is, unless you wish to engage in a semantics game... Turing knew this... see Chomsky's "Language and Thought: Some Reflections on Venerable Themes"... relevant excerpts here http://www.zmag.org/CHOMSKY/pp/#C1

  68. Perpetual life through memory transfer by heroine · · Score: 1

    Last time this was on slashdot, they mentioned it was a very very very slow model. The intriguing thing is, eventually it's going to be possible to transfer the complete memory of a living brain to a computer. A machine like this would then be able to perpetuate the life of the person indefinitely. To the person being simulated, the outside world would appear to go by very fast but time to that person would pass at the same rate as it did in their biological brain. 25 seconds would feel like 25 seconds regardless of the world spinning by super fate.

    The question is, after the memory transfer, would the human begin experiencing what the silicon copy was experiencing after death in some kind of seemless transfer? Would the human just die forever and the silicon brain follow an entirely different path, like a twin? Although the knowledge gained by the human was perpetuated, is the human hopelessly destined to end their personal experience at death?

  69. excuse me, innit the brain three dimensional by Anonymous Coward · · Score: 0

    or more? or did you mean 256 dimensions with 16 ? editors? backup systems? spell checkers?

  70. MY GOD by AIfa · · Score: 0, Offtopic

    Hasn't anyone seen the terminator?!

  71. Silicon brain.... by Anonymous Coward · · Score: 0

    ...to replace Slashdot Editors?

  72. I don't get it. by God+of+Lemmings · · Score: 2, Informative

    This article tells us absolutely nothing about the design other than that the
    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

    The only novelty I see here is that they fabricated artificial neurons on a chip, which greatly
    speeds up the whole thing.

    --
    Non sequitur: Your facts are uncoordinated.
  73. re: Building a Silicon Brain by Anonymous Coward · · Score: 0

    Does Major Motoko Kusanagi know about this ?

  74. mod parent funny by Anonymous Coward · · Score: 0

    Ugh, already used my last mod point above funny