Slashdot Mirror


Our Brains Don't Work Like Computers

Roland Piquepaille writes "We're using computers for so long now that I guess that many of you think that our brains are working like clusters of computers. Like them, we can do several things 'simultaneously' with our 'processors.' But each of these processors, in our brain or in a cluster of computers, is supposed to act sequentially. Not so fast! According to a new study from Cornell University, this is not true, and our mental processing is continuous. By tracking mouse movements of students working with their computers, the researchers found that our learning process was similar to other biological organisms: we're not learning through a series of 0's and 1's. Instead, our brain is cascading through shades of grey."

94 of 737 comments (clear)

  1. comparisons by sound+vision · · Score: 5, Insightful

    And it is for this reason that I loathe comparisons of computing power to brain power. "By 2015, we'll have computers as smart as humans." What kind of bullshit comparison is that? They're two completely different processes.

    1. Re:comparisons by NoImNotNineVolt · · Score: 5, Insightful

      "By 2015, we'll have computers sufficiently powerful to simulate a full working model of a human brain in enough detail to be functionally equivalent" would be what is actually being predicted. Because we have no convenient way of quantifying human smarts, like you said we cannot effectively compare how "smart" a computer is with respect to a human. That doesn't mean that computers will not be able to be functionally equivalent to biological intelligences, and there's no logical reason to suspect that they won't be in due time.

      --
      Chuuch. Preach. Tabernacle.
    2. Re:comparisons by suitepotato · · Score: 5, Funny

      "By 2015, we'll have computers as smart as humans."

      And given the people I deal with as customers in tech support, this is not an improvement. Quite the opposite really.

      "I don't know what the IP address is Dave and I don't care. I just want you to make me work or I'll e-mail your supervisor with a nasty complaint."

      --
      If my grammar and spelling are off, I am [distracted/tired/careless] (take your pick)
    3. Re:comparisons by Andronoid · · Score: 3, Insightful

      I hate these comparisons too. AND they're not even useful for predicting when we can simulate a "fully functioning brain." All of these predictions are based on equating neurons (which for one aren't the only "computations" going on in the brain) with simple transistor-like units (e.g.Perceptrons ). The truth is that when a neuron fires this leads to many possible different chemical cascades resulting in the production or destruction of neuro-transmitter, neuroreceptors and who knows what else. Talk to a neurscientist doing single cell research and they'll tell you that neuron is to perceptron as Boeing 747 is to paper airplane. Maybe you can learn something useful by using the modern computer as an analogy for the brain but it won't get you that far.

      On a different note I think from the article it's unclear whether they mean to say that the brain is not like a modern digital computer with ram and hard disks etc. (which is most definitely correct) or whether they're trying to say something as silly as a brain couldn't be modeled by an ideal Turing machine (I think it's a fact that any given physical could be modeled by a Turing machine, though I could be wrong).

    4. Re:comparisons by fatman22 · · Score: 2, Informative

      4 8 15 16 23 42

      I hate it when someone presents a string of numbers like that. The brain involuntarily goes into 100% utilization until the answer comes out. The sum of the differences between the first five numbers in sequence plus the fifth number equals the sixth number. 4+7+1+7=19 19+23=42

    5. Re:comparisons by 1u3hr · · Score: 4, Insightful
      Actually, there is a perfectly logical reason: it's called Goedel's incompleteness theorem. It shows that there are some types of mathematical proofs that a human mathematician can demonstrate to be true, but a turing machine ( read: any current technology computer ) cannot.

      That's wrong. Godel's Theorem shows that there exist true theorems that are unprovable -- by humans or computers. It doesn't say humans can "demonstrate" them better than a machine. At best, it shows you can "guess" a theorem (and wave your hands to make it seem plausible) and no one is able to DISprove it, but not that a human could "demonstrate" its truth when a machine couldn't. A mathematical proof is purely logical and computers can verify and generate these proofs, if not yet as elegantly as humans.

    6. Re:comparisons by mjspivey · · Score: 3, Informative

      The reason one might expect mouse movements to go intially all the way to a competitor object is because when my colleagues and I recorded people's eye movements in previous research, that's exactly what they did. The mouse movements show much more clearly (than previous work) that the competition from the similar-named object is continuous rather than discrete.

    7. Re:comparisons by RhettLivingston · · Score: 4, Insightful

      Unlikely. First, what they are saying here is that there is no clock. The brain is fundamentally analog in both state and TIME. To "simulate" it using computer algorithms would likely require finely stepped integrators for every connection of every neuron and every chemical pathway. Even the modeling of the blood flow and its nutrients is likely critical to a successful simulation of the thought process in some way. Its not at all like a normal computing problem. Its more like computing physics. We'd need processors like the new PhysX chip though vastly more sophisticated. I'm thinking that a high fidelity of all of the connections of a single neuron in real time would likely take a full chip.

      Furthermore, there is no evidence that we'll even be close to understanding how to teach the simulation if we created it. I'd put better odds on the creation of some sensing technology that could fully map the physical connections and the electrochemical state of every neuron and other component involved in thought (does anyone really think we know all of the components?). And I'd still place those odds very low.

      And what if we could simulate it... should we? It is likely that we'd create many insane intelligences in the process, either because we didn't duplicate the processes close enough, didn't put in all of the instinct portions of the brain that actually have much more to do with true intelligence than the thinking portions, didn't provide the inputs that they were designed to have, or tried to improve on a analog machine with a complexity level far beyond modern math's ability to balance. And, whether or not its true, many would call them life. Turning them off would likely be considered the same as killing them. The ethical dilemmas that would come about are tremendous.

    8. Re:comparisons by MarkusQ · · Score: 4, Informative

      But a computer cannot demonstrate this truth. I don't claim to understand why not, but it clearly says in the wikipedia article that it can't.

      Short answer: you're incorrect.

      Long answer: The reason you seem to think that you are correct is also, I believe, incorrect. Godel's proof basically involves forming the statement "this statement is false" in a specialized language that allows you to do so without reference to pronouns--instead, he assigned each symbol a unique integer, and worked out ways of manipulating them both with and without regard to their "meaning". That part would be easy to do with a computer (e.g. asci/text editor/compiler).

      Next, he posited a string of symbols where the meaning was related to the process for the manipulation of the meaningless symbols (this is also easy on a computer--sort of like using an editor to edit its own source code).

      Using these, he constructed a relatively normal argument about the meaning level that coresponded to an argument at the symbol level--an argument that said "the argument represented by this long string of digits is unprovable"--but the kicker was the long string of digits was the coded representation of the argument itself. If false, the system could obviously not prove it (since we are assuming here that it only proves things that are true). Therefore it must be true, but that means it can't be proven within the system. Tricky, but there was nothing magical about the logic--no quantum mechanical must-derive-this-step-from-the-sprit-world voodoo that would make it impossible for a computer to follow.

      --MarkusQ

      P.S. A computer might not be able to understand the proof, but that shouldn't be held against it--after all, most of the people who discuss it don't understand it either.

    9. Re:comparisons by Wolfier · · Score: 2, Insightful

      You're reading too much into Roger Penrose's books on this topic - fortunately, people found flaws in his theory after reading his books.

      Godel's theorems CANNOT be used to prove that the brain is smarter than the computer - in fact, human brains are ALSO governed by the theorem.

      Please do a search on "Emperor's New Mind" and "Shadow of the Mind", and challenge yourself to find the known flaws in them.

    10. Re:comparisons by stymyx · · Score: 2, Informative

      No. In fact, a non-deterministic Turing machine is exactly equivalent in computational power to a deterministic one.

    11. Re:comparisons by jejones · · Score: 4, Insightful

      No, that's not what Goedel's incompleteness theorem says. It says that any deductive system has one of three flaws:

      1. You can't derive the arithmetic of the natural numbers from it.
      2. There is at least one true proposition that isn't a theorem in the system (i.e. it's incomplete, hence the name of Goedel's theorem).
      3. The system isn't consistent.

      (3) renders a deductive system worthless, and (1) renders it pretty weak, so one can hope at best for (2).

      Note that nothing is said about humans versus machines, and there's no reason that humans aren't as subject to it as programs.

      Example, which I think I read about in GEB (but customized for the current discussion): "lawpoop cannot consistently assert this proposition." Clearly that is a true statement. (Yes, it's silly, but Goedel's theorem goes through a lot of work to generate an arithmetic encoding of "This statement is not provable in deductive system S," which is much the same sort of statement.) Sorry, but there's nothing magic about humans.

    12. Re:comparisons by orthogonal · · Score: 2, Informative
      Just from the linked article, I'm not sure that I buy the premise.*

      HOWEVER, it appears the parent poster is one of the three authors of the paper under discussion, so somebody ought to mod the parent post up as "Informative".

      *(Just for a start, the article quotes the researcher as saying,
      "In thinking of cognition as working as a biological organism does, on the other hand, you do not have to be in one state or another like a computer, but can have values in between -- you can be partially in one state and another, and then eventually gravitate to a unique interpretation, as in finally recognizing a spoken word," Spivey said.
      But a computer can and routinely does represent multiple or partial states.

      A multiple state representation: const ONE_STATE = 0x1; const ANOTHER_STATE = 0x2 ; int currentState = ONE_STATE | ANOTHER_STATE ; while( dataSupportsEitherState() ) getAdditionalData() ;

      A partial state, or a "value in between": double quantity = 0.5 ;

      (A purist will point out that multiple or partial states are implemented as additional states; but it's the interpretation, not the implementation, that matters.))
    13. Re:comparisons by mjspivey · · Score: 3, Interesting

      At the theoretical level, my argument is that analog (or nearly analog) computing provides a much better simulation of the mind than digital computing theory. At the pragmatic level, my argument hinges on decades of research on Artificial Intelligence being motivated by traditional tree-search algorithms, production systems, and other discrete serial processing systems. In speech recognition, however, hidden markov models have more recently been the popular method for automated word recognition, and they do indeed perform in a way that is describable as representing multiple potential words at once. Therefore, probabilistic algorithms and neural networks (programmed on digitial computers) are indeed useful and informative ways to build simulations of various human mental processes.

  2. Fuzzy Networks by Sir+Pallas · · Score: 2, Insightful

    That's what I heard. Even if they don't work like sequential or even parallel digital computers, I'm pretty sure that brains still compute. Mine tries, at least.

  3. -1, Roland Piquepaille by QuantumG · · Score: 3, Insightful

    Fuck off.

    --
    How we know is more important than what we know.
    1. Re:-1, Roland Piquepaille by backslashdot · · Score: 3, Insightful

      I agree .. at the cost of a negative mod .. I will say that this guy Roland is a real jerk.

      wonder if he's giving kickbacks to samzenpus for posting his stuff.

    2. Re:-1, Roland Piquepaille by rpozz · · Score: 4, Insightful

      I'll burn some karma too. In this article he hasn't posted a link to his plaguerised 'overview'. Is this a poor attempt to make it look like that no money changes hands between him and slashdot?

  4. something's missing by justforaday · · Score: 4, Funny

    Looks like the submitter forgot something. Lemme see if I can help him out a little:

    How will this study affect your next thought? Go here to discuss it further.

    There, that feels more complete.

    --
    I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    1. Re:something's missing by Anonymous Coward · · Score: 3, Funny


      S***** Network Administration

      site: primidi.com
      classification: spam/advertising
      access: denied

      If you think this is an error please contact ***@**

  5. The Network is the Computer by Doc+Ruby · · Score: 5, Informative

    Each neuron is like a tiny, slow analog DSP, feeding back FM around a base frequency (eg. about 40Hz in the brain's neural tract). The neurons have feedback among themselves locally, and send out some larger feedback in fiber bundles, signalling other clusters along the way. It's like a teeming kazoo symphony, without a conductor.

    --

    --
    make install -not war

    1. Re:The Network is the Computer by SilentChris · · Score: 4, Informative

      Well, actually, from the article it sort of sounds like a multibranch computing article I read a while back. I'm not sure if Intel actually went through with this, but the idea was to have a CPU process multiple "paths" ahead of time.

      So, for example, for a simple if statement waiting on user input, part of the CPU would process the "true" result of the statement and part would process the "false" one. When the user made a decision, one would be used and one would be thrown out. In theory, computing these branches ahead of time was supposed to be faster than doing things linearly.

      Again, though, I'm not sure Intel went through with this. They were the subject of the article.

    2. Re:The Network is the Computer by Doc+Ruby · · Score: 2, Insightful

      Well, actually, it's more like "no conductor", because lots of signal loops and metaloops have stable attractors. The "conductors" are virtual, composed (hah) of the stable feedback states in the system, either biases or artifacts of the signaling transfer functions, or attenuations from repetition (learning). What fascinates me is the selforganization of the signal paths (engrams) that creates predictive models (mind) of the signal generators outside the brains (reality), including models of the models, and the modeling. That conscious self is mostly just along for the ride, a "GUI" (gestalt user interface ;) we perceive as an image of the complex states of the rest of the system.

      --

      --
      make install -not war

  6. Re:Hmm... by binary+paladin · · Score: 2, Insightful

    Yeah. That was pretty much my reaction. Seriously, I think the submitter has been in front of his computer too much.

  7. Computers can process "shades of gray" by Anonymous Coward · · Score: 3, Insightful

    ...with floating point arithmetic. A "double" can represent a number between 0 and 1 with 15 decimals of precision, way more precise than any biological phenomenon. Computers can think like us, it's just a matter of writing the right floating-point code.

    1. Re:Computers can process "shades of gray" by Bloater · · Score: 2, Funny

      Don't forget to gather entropy from meatspace.

  8. Fascinating by Vengeance · · Score: 5, Funny

    The idea that our brains might work like biological organisms is a real breakthrough.

    Next week's research topic: Do farts stink?

    --
    It was a joke! When you give me that look it was a joke.
    1. Re:Fascinating by QuantumG · · Score: 3, Insightful

      It's Roland Piquepaille, what did you expect, he's a fucktard and the only reason he's on Slashdot so much is that he has a business relationship with them.

      --
      How we know is more important than what we know.
    2. Re:Fascinating by nmoog · · Score: 4, Informative

      Thats why everyone needs to install this super dooper greasemonkey script: De-Piquepaille Slashdot

      It blocks stories submitted by Roland. Of course, you'd have to have installed greasemonkey. Which I forgot to do on re-install and hence saw this fucking stupid article.

    3. Re:Fascinating by NanoGator · · Score: 2, Funny

      " Hey, wait a minute, this is just empty drivel written by someone who doesn't even appear to have a highschool level education! I'm gunna click on the post comment button and tell him off!"

      Hehe. I always thought it was more like this:

      "Ooo! There's a Roland article! If I bitch about him, I'll be modded as insightful, just like the 300 other times it happened!"

      --
      "Derp de derp."
  9. Missing Comma by Doc+Ruby · · Score: 5, Funny

    More like:

    Our Brains Don't Work, Like Computers

    --

    --
    make install -not war

  10. So basically what this is saying... by windows · · Score: 2

    ...is that our brains (like TVs) are inferior analog devices and human brains need to be replaced with new digital versions. :-)

  11. Yep by jrivar59 · · Score: 2, Insightful
    "... Instead, our brain is cascading through shades of grey."


    I guess some brains just have more contrast then others...

  12. Wow by CardiganKiller · · Score: 5, Funny

    I've been waiting for a scientist to tell me that I'm capable of thinking in abstract and fuzzy terms for years. Things I can now forget thanks to the brilliant scientist:

    1.) The GPS coordinates of each key on my keyboard.
    2.) The streaming audio of my name and all of my friends and families name.
    3.) The bio-mechanical force sequences for the hundreds of muscles used in picking up a glass every morning.

    Beer will no longer render my circuits useless!

  13. Newsflash by tupshin · · Score: 4, Informative

    Headline: Brains More Like Neural Nets Than Traditional Programs

    Who woulda thunk it.

    ftp://ftp.sas.com/pub/neural/FAQ.html%23A2

    'Most NNs have some sort of "training" rule whereby the weights of connections are adjusted on the basis of data.'

    Insert joke about the 1980's (or 60's/50's/40's) calling). Somehow I don't think Norbert Weiner would be the slightest bit surprised.

    -Tupshin

  14. We are borg... by StimpyPimp · · Score: 2, Funny

    Maybe one day I will have an amd cluster in my skull. Until then, I will accept my alcohol-cooled brain.

    --
    This signature is part of a balanced post.
  15. Re:really?!? by SamQ · · Score: 3, Insightful

    I presume the info was a byproduct of a useful study (Cog-Neuro-Psy possibly?). I really hate it when the media picks out the And finally bit of science news stories (a la bread-landing-on-the-buttered-side, etc).

    --
    I don't know the key to success, but the key to failure is trying to please everybody. Bill Cosby (1937 - )
  16. I hope not... by Trinition · · Score: 3, Funny

    Are younger people that dumb nowadays?

    I hope not, because if they are, I must finally be old.

  17. Misleading by rjh · · Score: 4, Insightful

    The article's summation is far more accurate than Slashdot. In TFA, a researcher says our minds don't work like digital computers.

    The Slashdot headline says our minds don't work like computers, end of sentence.

    Had TFSH (The Fine Slashdot Headline) been accurate, this would've been a mind-blowing result and in need of some extraordinarily strong evidence to support such an extraordinary claim. The question of whether the human mind--sentience, consciousness, and all that goes with it--is a computable process is one of the most wide-open questions in AI research right now. It's so wide-open that nobody wants to approach it directly; it's seen as too difficult a problem.

    But no, that's not what these guys discovered at all. They just discovered the brain doesn't discretize data. Significant result. Impressive. I'd like to see significant evidence. But it's very, very wrong to summarize it as "our brains don't work like computers". That's not what they proved at all.

    Just once, I'd like to see a Slashdot editor read an article critically, along with the submitter's blurb, before posting it.

    1. Re:Misleading by jafac · · Score: 3, Insightful

      They just discovered the brain doesn't discretize data.

      I don't see how that's at all possible given the underlying physical process. As voltage, or frequency, or whatever is the carrier for the "signal" traverses a synapse, at some level, nature itself quatifies it. There has to be a point where the level of the signal is distinguished as discrete from another level. One electron more or less, one Hz more or less. . . The question is, how consistent is the hardware at distinguishing the signal differences as discrete? I'm guessing that neurons probably aren't as sensitive as a purpose-designed piece of silicon could be. But maybe that inconsistency is a crucial part of the characteristics of data processing of biological nervous systems - those characteristics being what distinguishes them from technological systems. . . ?

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
    2. Re:Misleading by Wolfier · · Score: 2, Insightful

      The discretization most likely exists.

      However, their experiment did not look close enough to pick out the jaggies.

      Someone can write a computer program that behaves the same way as the experiment subjects. Now what can they conclude?

      Looks like another example of Cargo Cult science.

    3. Re:Misleading by mikael · · Score: 2, Informative

      From research carried out on retinal cells, it the time between pulse (depolarization/repolarization of the synapse) that conveys the most information - stronger stimulation => more frequent pulses.

      And there is a minimum time between such pulses. For a higher response rate/precision, more cells are used.

      A single neuron will take in inputs from up to as many as 10,000 other neurons, with a threshold that has to be exceeded before it will fire itself. And each inputs can have the effect of increasing or decreasing the chances of firing.
      There's some debate as to whether an individual neuron implements basic logic operations or whether it's a weighted sum calculation.

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  18. Re: No, I didn't think that by Black+Parrot · · Score: 2, Funny


    > I thought that part of the difficulty in reproducing a mechanical brain was preciously it's shades of grey.

    It's even made of grey matter.

    --
    Sheesh, evil *and* a jerk. -- Jade
  19. Tomorrow on the "Painfully Obvious" by ugen · · Score: 5, Funny

    Birds do not fly like airplanes, they continuously wave their wings - and do not have turbines or propellers.

    Sure hope my taxes don't pay for that "research".

    1. Re:Tomorrow on the "Painfully Obvious" by Hektor_Troy · · Score: 4, Funny
      Birds do not [...] have turbines [...]
      No, but if they've ever eaten my chilli, they may get an afterburner effect ...
      --
      We do not live in the 21st century. We live in the 20 second century.
  20. The brain is not a computer by Space+cowboy · · Score: 5, Interesting

    Does anyone *really* think that computers and the brain work in the same way ? Or even in a significantly similar fashion ?
    Like them, we can do several things 'simultaneously' with our 'processors.'

    Well, by 'processors', I assume you mean neurons. These are activated to perform a firing sequence on output connections dependent on their input connections and current state, heavily modified by chemistry, propogation time (it's an electrical flow through ion channels, not a copper wire), and (for lack of a better word) weights on the output connections. To compare the processing capacity of one of these to a CPU is ludicrous. On the other hand, the 'several' in the quote above is also ludicrous... "Several" does not generally correspond to circa 100 billion...

    No-one has a clear idea of how the brain really processes and stored information. We have models (neural networks), and they're piss-poor ones at that...
    • There's evidence that the noise-level in the brain is critical - that less noise would make it work worse, and the same for more noise. That the brain uses superposition of signals in time (with constructive interference) as a messaging facility.
    • There's evidence that temporal behaviour is again critical, that the timing of pulses from neuron to neuron may be the information storage for short-term memory, and that the information is not 'stored' anywhere apart from in the pulse-train.
    • There's evidence that the transfer functions of neurons can radically change between a number of fixed states over short (millisecond) periods of time. And for other neurons, this doesn't happen. Not all neurons are equal or even close.
    • Neurons and their connections can enter resonant states, behaving more like waves than anything else - relatively long transmission lines can be set up between 2 neurons in the brain once, and then never again during the observation.

    The brain behaves less like a computer and more like a chaotic system of nodes the more you look at it, and yet there is enormous and significant order within the chaos. The book by Kauffman ("The origins of order", I've recommended it before, although it's very mathematical) posits evolution pushing any organism towards the boundary of order and chaos as the best place to be for survival, and the brain itself is the best example of these ideas that I can think of.

    Brain : computer is akin to Warp Drive : Internal combustion engine in that they both perform fundamentally the same job, but one is light years ahead of the other.

    Simon.
    --
    Physicists get Hadrons!
    1. Re:The brain is not a computer by Space+cowboy · · Score: 2, Insightful

      The idea is the same, and we've used it ourselves - original computer memory used pulses travelling around a waveguide as a storage mechanism. It's all very easy when there's a synchronisation you can use to read back the signal, but the brain seems to be able to pick out the patterns without the synch.

      Consider that with all our signal processing techniques, a computer can't easily (despite what "CSI" says :-) pick out what one person is saying in a recorded group conversation. Humans do it as naturally as breathing.

      Some people look on the destructive power of the elements or the vastness of space as humbling, but the intricate complexity of the brain is just as impressive, IMHO.

      Simon.

      --
      Physicists get Hadrons!
    2. Re:The brain is not a computer by Lemuridae · · Score: 5, Insightful

      Finally, a few good comments.

      The point under discussion in this article is summed in this quote:

      "More recently, however, a growing number of studies, such as ours, support dynamical-systems approaches to the mind. In this model, perception and cognition are mathematically described as a continuous trajectory through a high-dimensional mental space; the neural activation patterns flow back and forth to produce nonlinear, self-organized, emergent properties -- like a biological organism."

      The goal is to forcefully point out (using an experiment) that the one way we think about mental processing, the digital computational model, is not very useful even at the trivial level of mental signal processing.

      It's interesting how all the sarcastic comments about the "biological organism" reference completely miss the point. The point is that the signal is being processed in a way that could be modeled by the way a biological organism moves through space. It sniffs here, then there, then jumps to the solution. The signal processing itself exhibits emergent properties.

      The reference to the dynamical system (http://en.wikipedia.org/wiki/Dynamical_system) is key. (I think people frequently fail to gloss the additional "al" and think this refers to some sort of generic "dynamic system"). Dynamical systems, although deterministic, are a foundational tool for developing chaos theory.

      For me the interesting idea is that the default state of thought is in-betweeness. We stay jittering back and forth in an unresolved state until, suddenly, we aren't.

    3. Re:The brain is not a computer by mibus · · Score: 2, Insightful

      A computer is a function. For the same input, it will spit out the same output (yes, even for buggy crap like some Intel processors in the past).

      A brain, for the same input will have different outputs. Try asking your wife or gf if they are in the "mood". Will you get the same answer all the time? The connections in the brain constantly rewire themselves hence it CANNOT be a function.


      Erm... what about rand()? fread()? time()?

      When you consider that the question you proposed to your SO is fairly high-level, what about has_new_mail()? "SELECT count(*)"?

      Computers only return the same value from a function if they're in the same state. The only difference there is that we can set the state in a computer. We can't load and save timestamped personalities/feelings/memories/etc. with people.

      If we could, you'd likely find (IMHO) that the "function" of your SO is fixed also. :)

  21. Both are computationally complete so WHO CARES? by John.P.Jones · · Score: 2, Insightful

    I still believe in the Church-Turing Thesis... Our brains might not work LIKE computers but they don't do work DIFFERENTLY than them either.

  22. Re:really?!? by CaymanIslandCarpedie · · Score: 4, Insightful

    Thank god we have someone like Roland Piquepaille to point out these amazing facts to us!

    Yes, that was sarcasam!

    --
    "reality has a well-known liberal bias" - Steven Colbert
  23. Re:huh? by Bloater · · Score: 3, Informative

    > Last time I checked 'computer brain' (cpu) cannot do multiple operations at the same time, unless you have dual core/cpus.

    Yes it can, many have several ALUs and FPUs, and also more than one stage in their pipelines. The above hasn't been true since sometime in the nineties at the latest.

  24. Re:This sounds familiar by Sir+Pallas · · Score: 4, Interesting

    Analog computers still exist in some places, but you list discrete values. An analog computer works with an essentially continuous range of charges instead of discrete values; and it works continuously in time, instead of in discrete steps. They're very good at integrating, which is the application I used them in.

  25. Re:really?!? by Breakfast+Pants · · Score: 2, Insightful

    Are you saying that Roland would have pointed us to a somewhat useless article?!?? Piquepaille wouldn't do such a thing! Oh wait, he has for his last 80 damn stories.

    --

    --

    WHO ATE MY BREAKFAST PANTS?
  26. Re:Error! by tomhudson · · Score: 3, Funny
    This is SO 1980ish:
    "Instead, our brain is cascading through shades of grey."
    Of course it doesn't compute. Threw out those hercules cards and monchrome monitors ages ago!
  27. We are computers, just not /binary/ computers by canadiangoose · · Score: 4, Interesting
    The article seems to assume that the only type of computer is a _binary_ computer. This is simply not true! There are all sorts of models for computing based on quantum states, fluid-controlled logic systems and who knows what else. To confine computing to binary systems is like confining mathematics to the set of real integers!

    I believe that the mind is (simply?) a quantum computer, and the article seems to support that idea. The human brain utilizes a sort of general interconnectedness of things to process thoughts as dynamic probabilities of state, with conclusions only being properly arrived at after a certain ammount of calculation has occured, but with all probabilities esiting well before the completion of the thought.

    Anyhow, I should probably stop rambling and go outside or something.

    --
    Never eat more than you can lift -- Miss Piggy
  28. Evolution by __aaijsn7246 · · Score: 4, Insightful

    ...the researchers found that our learning process was similar to other biological organisms....

    That makes perfect sense, seeing as our brains evolved from other biological organisms.

    Check out evolutionary psychology for some information. You'll view the world differently afterwards.

    Evolutionary psychology (or EP) proposes that human and primate cognition and behavior could be better understood by examining them in light of human and primate evolutionary history... The idea that organisms are machines that are designed to function in particular environments was argued by William Paley (who, in turn, drew upon the work of many others).

    1. Re:Evolution by cabjoe · · Score: 2, Informative

      A great intro to the subject is Steven Pinker's How the Mind Works. While it doesn't (obviously) fully explain how our brain works, it does a great job of explaining how evolution has moulded our ways of thinking.
      One fascinating nugget, humans find certain logic puzzles difficult but if equivalent questions are phrased in such a way as they become tests to detect other humans cheating, they solve them with ease.

      --
      If I hadn't seen such riches, I could live with being poor.
    2. Re:Evolution by __aaijsn7246 · · Score: 2, Interesting

      That's actually the first book I read on the subject too, it's really great I agree.
      The logic problem you refer to is modus tollens, "mode that denies" and people do find it extremely difficult.

      Here is a rule.. if there is an E on one side of a card, there is a 5 on the back. The fronts of cards have letters and the backs all have numbers. What cards must you turn over (minimum) to prove the rule?

      Here are the cards as you see them on the table:

      N 5 9 E

      Modus tollens is also called proof by contrapositive which could be a hint for solving this problem.

  29. Universality of computation by G4from128k · · Score: 4, Insightful

    Just because brains aren't binary or synchronously clocked doesn't mean much. One can create analog computers to represent shades of gray or create clockless computers that don't operate in lock-step synchronization. Furthermore, any digital, synchronous computer and simulate both shades of gray (with floating point numbers) and continuous processes (with sufficiently small time slices). Moreover, given the messiness of neuro-electrochemical systems, one can argue that it doesn't take a very precise float or a particularly dense time slicing to simulate neurons.

    Some people ascribe the seeming magic of consciousness to some ineffable property of the brain, e.g., quantum mechanical effect. While other insist that its just what happens when you connect enough simple elements in a self-adaptive network.

    The question is, are there neural input-output functions that are fundamentally not computable? If not, then a digital computer will, someday, reach human brain power (assuming Moore's law continues).

    --
    Two wrongs don't make a right, but three lefts do.
  30. Re:huh? by Mornelithe · · Score: 2, Insightful

    That must be why I've been having so much trouble trying to walk and chew gum at the same time.

    Your brain is composed of billions of individual processing units. Each of those processing units may be sort of like a stream processor (like in Cell), in that they take inputs, perform a computation, and then fire out an output (although I don't know if anyone's even determined that conclusively). However, your brain is composed of billions of those linked together in very complex ways.

    Suggesting that your brain only works on one item at a time is rather naive. It is most certainly doing many things at a time.

    --

    I've come for the woman, and your head.

  31. also worthy of note by twiggy · · Score: 4, Informative

    The book "On Intelligence" by Jeff Hawkins (of Palm fame) and Sandra Blakeslee is all about how the brain works, and why people's approach to AI is not going to come anywhere near emulating the brain...

    Figured it was worth mentioning given the subject matter of the thread... I liked it.. good read, if a bit dry at times...

    --
    http://www.babysmasher.com
    http://www.openingbands.com
  32. Brain vs. Mind by Kaenneth · · Score: 4, Insightful

    I don't think the chunk of meat in my head works using digital logic; but I'd like to think my Mind does a reasonable job of it.

    Natural numbers (1,2,3...), true/false, up/down...

    It's not unnatural to divide everything in half, heck our bodys are mostly symmetrical; the distiction comes in where the dividing line is.

    We can weight our decisions in endless ways, if someone makes a statement, our belief of that statement depends on how many times we have heard it, our trust in the stater, if it meshes with known facts in the current context.

    What I wonder is how far can a human mind be pushed in terms of concepts it can grasp and control it has, can a human visualise a 5 dimensional virtual object? control emotional responses, without supressing them? hold multiple contridictary world models? accelerate long-term memory access?

    Even if you think of an electronic computer, it's just hordes of electrons rushing down pathways, only reliable because the voltage levels are continually refreshed at each step, a few electrons might wander off the path, but they are replaced at the next junction. Quantum Mob Rule.

  33. Grey? More like pastel colors by tepples · · Score: 2, Funny

    I thought that part of the difficulty in reproducing a mechanical brain was preciously it's shades of grey.

    What, if anything, do shades of grey have to do with Precious Moments?

  34. How does the mind emerge from the brain? by Shimmer · · Score: 3, Insightful

    We have no clue how the brain actually works. Sure, we know how individual neurons work, but no one can explain how a bunch of neurons creates a mind.

    We look around our world and notice that computers are superficially similar to brains (e.g. they can both do math), so we hypothesize that they work similarly.

    However, there's very little hard evidence supporting this hypothesis in the first place, so there's no "news" in this story.

    Bottom line: The brain is not just a super-powerful computer.

    --
    The most rabid believers in American Exceptionalism are the exact same people whose policies are destroying it.
  35. Schema Theory by bedouin · · Score: 2, Interesting

    How is this different than a schema? Haven't we known this since the 70's?

  36. Pretty Please by pete-classic · · Score: 4, Insightful

    Dear Slashdot Editors,

    Could we pretty, pretty please have a Roland Piquepaille section, so we can opt-out? I've been good all year, and it's almost my birthday, and I won't ask for anything for Christmas.

    -Peter

  37. Let's see the numbers by DynaSoar · · Score: 4, Informative

    "In this model, perception and cognition are mathematically described as a continuous trajectory through a high-dimensional mental space; the neural activation patterns flow back and forth to produce nonlinear, self-organized, emergent properties -- like a biological organism."

    Fine, let's see the math. Let's see the trajectory calculations. How about those calculating the space? Calculating the number of dimensions the space has, and how fast that number changes over time?

    40 years ago brain scientists realized that computer architecture made a good metaphor for how the brain works. (They did NOT assume there was no feedback, contrary to the article). It made a handy and productive way to look at things so they could figure out more about what was really going on.

    10 years ago brain scientists realized that they could use the way cool chaos stuff the describe the way the brain works. Believe me, I know; I've been to the Santa Fe Institute twice. It worked particularly well for me because I'm essentially a signal analyst -- I HAVE to define a set of variables, estimate how well they work, and decide how many of my arbitrary variables to keep or throw out.

    It's still only a metaphor. And unlike the specific specific processes described by cognitive science, the dynamic system stuff remains nebulous. It claims a mathematical legitimacy which it can really claim only in concept because the actual math of the acutal operations are is beyond the abilities of anyone making the claims. The fact that it *can* be described this way is no less trivial than the fact that processes can ge grouped according to the traditional cognitive science concepts.

    Trajectories on phase space are soooooooo sexy. But if it's any good, it'll result in something more concrete than more people picking up this flag and waving it while shouting the new slogans and buzzwords. Until that happens I peg this with the study that "calculated" the "fractal dimension" of the cortex just because it has fold and folds in the folds.... so fsking what.

    --
    "I may be synthetic, but I'm not stupid." -- Bishop 341-B
  38. predictive branching by rebelcool · · Score: 4, Informative

    Modern processors do in fact, do this. They maintain statistics on the branches and go forward on the branch deemed most likely to be taken. Its based on a simple principal - if you've taken the same branch a few times before, you're likely to keep taking it from now on. Think of how loops work.

    Granted, if the processor is wrong, it has to clear the pipeline and start anew (which is costly), but the benefits outweigh the negatives.

    --

    -

  39. D'oh! It's Roland the Plogger, bogus as usual by Animats · · Score: 4, Interesting
    Where does he find this stuff?

    The path planner goes slower and generates paths that are initially ambiguous when faced with multiple alternatives. That's no surprise. I'm working on the steering control program for our DARPA Grand Challenge vehicle, and it does that, too. Doesn't mean it's not "digital".

  40. Re:huh? by ifwm · · Score: 2, Insightful

    You mean lime breathing, blinking, pumping blood, and typing? I just did all of those things simultaneously.

    "Thus you cannot say human brain does parallelistic operations at the same time"

    Unless of course you want to be factually accurate.

  41. So essentially... by Ninwa · · Score: 2, Insightful

    Essentially what I got out of this article is that our thought process is much like google's auto-search that will guess the word you want to search for as you;re typing itm but wont know for sure until the entire word is finished.

    Hm, duh?

    In all seriousness though, I wonder how the curvature of the mouse shows gravitation to one side versus the other, maybe they're just a quake2 player and enjoy cirlce-strafing.

  42. Well DUH! by JLF65 · · Score: 2, Interesting

    I'd have put this in the "water still wet" department. People have known for decades that the brain used continuous, or analog computing.

  43. Re:May I Be the First ... by ddimas · · Score: 2, Insightful

    Analog computers can be built cheap now using mass produced Op Amps. For the readout you can use a Vellman Oscilloscope which goes for about $150 US.

  44. Ya, people have known this for quite some time. by Aqua+OS+X · · Score: 2, Insightful

    Yup, the "and finallys" get a little old after a while.

    I hope no one was using this research to acquire a PHD or MS. The "brains are not computers" epiphany has been realized about billion times already. And this research could stand to be much deeper.

    I'm a little bummed about the shallow linguistics analysis. It's interesting and all, but I wish they would have really jumped into something such as pattern recognition.

    I'm and interactive designer, and I tend to believe that language and interaction is based upon pattern recognition. Our brains receive data, and compare them to flexible patterns in order to make decisions. This study certainly supports that theory.

    In this case, if you show a candle and a dog to a user, and tell the user to click on the candle, the user will jump directly the candle since a dog does not fit the pattern of a candle at all...both visually and verbally. However, if you present someone with a picture of a candy stick and a candle, they will hesitate upon selecting the candle since they bare verbal and visual similarities. More processing time is needed to compare intricacies.

    People probably slow down and curve their mouse movement since they are still comparing patterns while they are selecting. By curving the track path, users increase tracking distance and cognitive processing time. It also allots them a circular motion which can easily translate into a last minute decision change. When people are unsure of things, they usually prepare themselves for backing out.

    damn I'm a geek :)

    --
    "Things are more moderner than before- bigger, and yet smaller- it's computers-- San Dimas High School football RULES!"
  45. understanding the brain by gordona · · Score: 3, Insightful

    There's a saying by neurophysiologists: "If the brain were simple enough to be understood, it would be too simple to understand itself"

    --
    "Gentlemen, you can't fight in here! This is the War Room!" -- Dr. Strangelove
  46. Nothing new... by FellowConspirator · · Score: 2, Insightful

    While the methodology is new, the observation is anything but. Details of how neurons conduct impulses (and the way they self-attenuate, adjust modulation and amplitude, etc.) has been understood for decades. There are no revelations here. In fact, computational neural-nets were a graph theoretical application of communication theory (very) loosely based on those observations -- hence the name. A neural network is a primitive model of a single neuron.

  47. By 2015... by uberdave · · Score: 2, Funny

    By 2015, we'll have computers sufficiently powerful to simulate a full working model of a human brain...

    of course, it will be as large as a four storey building, take all the power of Niagara falls to run it, and all of the water of Niagara falls to cool it.

    1. Re:By 2015... by Frank+T.+Lofaro+Jr. · · Score: 3, Funny

      And by 2055 it will be enslaving the human race.

      --
      Just because it CAN be done, doesn't mean it should!
    2. Re:By 2015... by Pad-Lok · · Score: 2, Funny

      In the year 2525, If man is still alive, If woman can survive, They may find...

      --

      -- Sauer
  48. No, they are not by autopr0n · · Score: 2, Informative

    Yeah, they are totaly diffrent. For example a computer would probably never try to base philosophical arguments on a slashdot blurb.

    Seriously, computers can work with things more complex then 'ones and zeros'. They can be programed to deal with shades of grey as easily (well, maybe not 'easily' but it definetly can be done)

    The fundemental part of the human brain is the neuron, and it's either firing or not. 1 or 0 just like a computer. What triggers it is a bit more complicated, but the process can be emulated by a computer, and eventualy comptuers will be fast enough to do just that.

    --
    autopr0n is like, down and stuff.
  49. Re:OH MY GOD by int999 · · Score: 2, Informative

    didn't claim that he did. All I claimed was that Goedels theorem "... shows [read: 'it is reasonable to conclude'] that there are some types of mathematical proofs that a human mathematician can demonstrate to be true, but a turing machine ( read: any current technology computer ) cannot."

    Umm... when you say "theorem A shows B" it means that theorem A proves B. Not that it's "reasonable to conclude". It is "reasonable to conclude" just about anything from just about anything - because "reasonable" is a subjective term.

  50. Re:Wrong by autopr0n · · Score: 2, Interesting

    It is also true that there is no instantaneous jump from 0v to firing voltage. A different types of neurons require more or less neurotransmitters to reach the threshold voltage.

    Well, there is no instantaneous jump in digital comptuers either, however once theshold voltage is reached in a neuron it fires very quickly and very sharply.

    In any event, the voltages inside a neuron are quantized, always an even multiple of the charge on an electron, which obviously can be stored in a computer program, as could the finite number of molicules of neurotransmiter around them.

    --
    autopr0n is like, down and stuff.
  51. Another gross misrepresentation of science by tgv · · Score: 2, Informative

    First of all, I happen to be doing computational modelling of psycholinguistic processes, and I know (some of) Spivey's work.

    The claims that are made in the article do not contradict the idea of continuous attraction, but they do not prove it either. There is a much simpler explanatation, which is hinted at near the end of the article: one or more processes that try to solve the problem using competition. As a matter of fact, this study simply provides a little bit more evidence of what has been en vogue for a long time.

    This behaviour *can* be mimicked quite easily using digital computers, and is definitely not shown by all biological processes.

    So, our minds don't work like digital computers in the sense that they cannot store and delete information in the same way. That's been known for a long time, and this experiment doesn't prove it.

    Some of the basic cognitive processes can be modelled on a computer, though, but that's not surprising either, since computers are supposed to be able to compute "everything computable" and there is still no reason to assume that the workings of our brain cannot be approached by a computational model.

    So, nothing to see, only of interest to psycholinguistic experts. Move on, please.

  52. Perfectly true by jd · · Score: 2, Interesting
    If you allow for infinite precision. Let's take that dial scenario. Let's say that the dial is a potentiometer (variable resistor) as that is the normal way to build a dial.

    Now, the output cannot be any more stable than the input, so if you have a fluctuating input, you will have a fluctuating output. However, I'll assume that the input is stable to some high level of precision. (This requires a screened input and a screened device, but those are doable.)

    So we now focus on the device itself. Resistance varies with the exact composition of the material, the exact temperature of the material and the exact thickness of the material.

    Problem #1 - it is very hard to make a resistor that is of absolutely 100% perfect even consistancy. So if you move the dial N% of the total length, you expect to get a resistance of (total resistance)*100/N. In practice, this will merely be the average value, there will be some variance. That variance dictates the absolute upper limit of how finely you can tune the dial, because at some point the level of uncertainty will become comparable to the level of adjustment.

    The second problem is heat. All resistors generate heat, but heat increases resistance. Thus, all resistors will fluctuate in value. Remeber, though, that the composition is not 100% even, so the temperature cannot be 100% even either. This means that the fluctuation in resistance will be dependent on where you are on the dial, increasing the uncertainty.

    The third problem is the thickness. Resistance increases as the diameter of a wire decreases. Variable resistors involve two conductors in contact with each other, thus scraping. Unless the dial is 100% circular, you MUST go over the midsection of the potentiometer more than one or both ends. This means that even if you DO somehow achieve a perfect variable resistor at the start, you won't have one after you start using it. You will vary the thickness across the length, and therefore vary the resistance of any segment.

    Normally, these variations are too small to notice, which is why these components are useful in the first place. BUT, as you increase the precision, you increase the importance of these variations. Eventually, the variations will swamp the signal. At that point, tuning the dial with even greater precision will be worse than useless, as the value is utterly non-deterministic.

    In reality, power fluctuations are of vital importance and are a big reason ADCs and DACs have not exceeded 26 bits of precision. Nobody has figured out how to get a power source stable enough, or a chip screened enough, to transform signals of one form to the other with greater precision than that.

    If the cleanest signals we can get from an analog system are 26 bits wide, then producing a simulation of an analog system that is 64 bits wide will be vastly superior to any actual system we know how to build.

    Now, it is entirely possible that the brain has developed a level of precision and signal clenliness that exceeds 26 bits. I'm not disputing that. I am disputing that any physical system you can build can exceed 64 bits and it probably can't get even close to that. So, a 64 bit simulation of analog signals should be as good as the real thing.

    But what of waveforms? Can you reproduce waves, using discrete multi-state logic? Sure. It's called a transform. The three best-known transforms are Z transforms, Laplace Transforms and Fourier Transforms. Using these, you can do a surprising amount. Transforms work by turning a domain you can't use into a different domain that you CAN use. They're very useful devices.

    Fourier Synthesis (the theory that any wave, of any complexity, can be reproduced with a sufficient number of overlapping sine waves) makes this clearer. We can represent a classic sine wave by denoting amplitude, start point and end point. We just need to be able to build a set of any number of these, and we

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  53. Heh. You're funny by Moraelin · · Score: 2, Insightful

    What cracks me up is the nerd infatuation with, basically, "only the trivia _I_ know are the essential things. And you're an idiot if you don't know them, no matter how utterly useless or irrelevant they are to _your_ job or interests."

    No, sorry. The world doesn't revolve around you or your hobbies. There _are_ plenty of jobs for which the computer isn't the important part. It's not what makes them money.

    E.g, for a lawyer it's a better investment of their time to study the laws and precendents, than to learn networking protocols. E.g., when you need surgery, better hope that that surgeon spent their time becoming a better surgeon, instead of becoming a networking expert. Etc.

    For most jobs the computer isn't even as necessary as you'd think. It's at best "nice to have", but not justifying investing months into learning IT and networking protocols.

    E.g., it's nice for a lawyer or doctor to have the client files on a computer instead of looking through a filing cabinet. But it's not as essential as you'd think. If you expect him/her to spend months becoming a computer expert, for something that saves him/her _maybe_ an hour per week, you need to put down the crack pipe. Then the computer would actually waste their time instead of saving them anything.

    Here's another idea for you: You are there and are getting those calls not from "idiots" but from basically victims of a scam. All the "computers are easy", "wireless networking is easy" or "connecting through our ISP is so easy that grandma could do it" ads are actually marketting scams.

    Computers are nowhere near that easy yet, or not without investing some signifficant time. But if your employer actually told those people "sorry, folks, it's only for IT gurus. Spend some time becoming an IT pro and growing a goatee, and then it'll be for you", then they'd lose business. Then, see above, you'd be surprised for how many people the computer isn't _that_ important.

    So your employer, and a bunch of others, lied to those people to get their money. There's a name for that. It's called "fraud".

    And now those people merely expect your employer to live up to those fake claims. They were explicitly told that they'll just plug it in and be online, so it's _not_ unreasonable for them to actually expect it to work like that.

    Because thet's how any other industry works. If a car manufacturer told you "this model reaches 60mph in 8.9 seconds", you'd damn well expect it to live to those expectations. You'd expect that after 8.9 seconds, that car damn better be at 60mph.

    Same here. If your employer told them "just pop in this CD and you'll be online in less than 1 minute", they expect that after 1 minute they damn better be online and surfing.

    That's why you get those calls. Because those people expect your employer to live up to some very explicit claims.

    --
    A polar bear is a cartesian bear after a coordinate transform.
  54. And now for something nasty by Moraelin · · Score: 3, Insightful

    You know, we're all nerds, and we're all arrogant.

    But what cracks me up is that the most arrogant assholes are the ones with the least skill or achievement. When you see someone harping the most about how he's uber-L33T because he knows what an IP address is, and how everyone else is an idiot... chances are it's someone who actually knows the _least_ about those. Chances are it's not a programmer who actually writes socket code, it's not a hardware engineer who's designed a network card, etc. No siree, it's a script-reader from the hell-desk that does the "I'm so l33t and everyone else is an idiot" fuss.

    So you want to call people idiots if they don't know some computer trivia you know (off a list of canned answers)? Well, then being an EE and having some 20+ years of programming experience, I'll call _you_ an idiot, because you're below _my_ skill level.

    Sure, you know what an IP or port number is or how to find it out in Windows. (Or can find it out on your list of canned answers.) But can you actually _use_ a socket on that port? Can you for example write a game server that listens on that port? If I gave you an old network card, can you find the right Linux kernel driver and change it to make it work with that card? Or what?

    Or, ok, you do know what an IP address is. Congrats. Do you also know what a B-Tree is, how it works, and how to implement one in your code? Do you also know the difference between, say, MergeSort and QuickSort, and the influence of external (e.g., DB file on a disk) vs internal (in RAM) sorting on their performance? Can you implement either purely as, say, a state-machine driven by exceptions to signal state changes, just to prove that you actually understand the algorithm, as opposed to copying someone else's code off the net? Do you know the difference between bitmap indexes and b-tree indexes in Oracle, and can discuss when you might need one instead of the other?

    Hey, it's computer stuff too. Very basic stuff too, nothing esoteric. We established already that computer stuff matters, and you're an idiot if there's something you don't know about them.

    --
    A polar bear is a cartesian bear after a coordinate transform.
    1. Re:And now for something nasty by JohnFluxx · · Score: 2, Insightful

      I think the reason is that the smarter you are, the more you realise you know nothing.

      It's like any complex problem where it seems easy until you look into it. The more you understand about it, the more you realise how little you understand.

      Me? I know that I know nothing at all - so I must be the wisest guy alive *grin*.

  55. Re:OH MY GOD by teslar · · Score: 2, Interesting
    Your brain is a turing machine.

    NO! The brain is NOT a Turing Machine.

    There is something called the 'Halting problem'. Basically, for any computation, a Turing Machine can:
    -halt with success
    -halt with failure
    -get caught in a loop

    The question is, if it hasn't halted yet, will it halt in the future or will it get caught in a loop? And you can prove that it is impossible to construct a Turing Machine that is able to answer that question. This is called the halting problem.

    It can be generalised to prove that you cannot construct a single Turing Machine to decide whether a given statement is true or false and this is where it ties back into Gödel's theorem and it is this argument that some people use to relate Gödel's incompleteness theorem to the brain (which I find intriguing but I'm not sure whether I agree with it.) The important point here, however, is that you, as a human being, can solve the Halting Problem. It follows, that you are NOT a Turing Machine.

    It can also be proven that Quantum Computers are not Turing Machines by the way, but even Quantum Computers are unable to solve the Halting Problem, so our brain is a step up even from Quantum Computers.

    Let me repeat the point here again: The brain is NOT a Turing Machine and as such the limitations of a Turing Machine do not apply.
  56. My brain works like a computer.... by LifeMatesCanada.Com · · Score: 2, Funny

    Takes it at least 10 minutes to boot up in the morning.

    --
    Single? Canadian? We can help. Visit http://www.l
  57. Re:OH MY GOD by ComaVN · · Score: 2, Insightful

    It can be shown however, that humans can solve it in certain cases, which is still more than Turing Machines can do.

    No, it's not. I can easily write a program that solves the halting problem for certain special cases, for instance for turing machines without "loops".

    --
    Be wary of any facts that confirm your opinion.
  58. same old story by dario_moreno · · Score: 2, Insightful

    For centuries, people have compared the human brain with the most advanced technology of the era : clocks in the 17th century, automatons in the 18th, Jacquard weaving machines or steam engines during the 19th, automated telephone exchanges in the 1920's, and digital computers from the 1950's on. Now it's (neural) networks, quantum computers or fuzzy logic, but the idea is the same.

    --
    Google passes Turing test : see my journal
  59. Re:Yes they do by mjspivey · · Score: 2, Informative

    Some examples of people who continue to argue for sequential processing and/or discrete representation and/or modular cognitive architectures are Jerry Fodor, Zenon Pylyshyn, and Eric Dietrich (Philosophy of Mind), John Anderson and Art Markman (Cognitive Psychology), Doug Lenat (Artificial Intelligence), Steven Pinker and Elizabeth Spelke (Developmental Psychology), Leda Cosmides and Nancy Kanwisher (Cognitive Neuroscience)... the list goes on.

  60. Re:God is a flawed construct. by lawpoop · · Score: 2, Interesting
    "(Or, as George Carlin put it: 'God can do anything' Well 'Can God make a rock so big that he himself can't lift it?')"

    One of God's properties is that He or It or Whatever is omnipotent, no? The _supreme_ being? Why would a supreme being need to obey logic? Your riddle supposes that logic is the supreme entity or force in the universe. I would expect a omnipotent, supreme-being type God to be able to do non-sensical, as well as sensical things.

    --
    Computers are useless. They can only give you answers.
    -- Pablo Picasso