Ben Bowen, on 4 February 2012 - 07:17 PM, said:
I am dumbfounded! Its not about processing power at all.
Today's average computers are insanely faster than the human brain. Not only by computation, but also by logic and anything else consistent you throw at them. Its about hierarchy, representation, and structure! Pummeling millions of atomic pieces of information through a tree of classification and reduction, towards an ultimate abstraction. The bigger the brain, the more capable it is of developing and handling higher abstractions. Therefore, the bigger the brain, the more "intelligent" it is.
Yes it is about processing power.
And processing power is not only about speed.
Granted a computer is enormously faster than the human brain at simple mathematical etc tasks.
But computers are relative 'morons' at such enormously complex tasks like face and speech recognition where the human brain excels.
This is where the many to many connections between neurones out compute simple one to one connections between transistors despite the enormously slower speed of nerve impulses.
Ben Bowen, on 4 February 2012 - 07:17 PM, said:
Human brains sort of combine information with the means of processing (don't think of it exactly like that, but..) they have an architecture ideally capable of conscience.
Yes! Something that is unlikely to be acheived at the same level of sophistication with solid state electronics in the foreseeable future. So Please refect carefull on which is really the more powerful computer - the human brain or an intel destop computer.
Ben Bowen, on 4 February 2012 - 07:17 PM, said:
A simple algorithm might compare images by summing the red, green and blue bytes into integers (for both individual images). Then it would divide each color-component sum by the total number of pixels that were sampled, take the absolute difference of these color-component values between the two images, add them together, and divide by three. The final result should be a difference value between 0 and 255, 0 meaning they had a perfectly equal quantization of colors.
widthA = 20
heightA = 50
redA = 102000
greenA = 30600
blueA = 73950
widthB = 90
heightB = 40
redB = 357000
greenB = 153000
blueB = 229500
areaA = widthA * heightA = 20 * 50 = 1000
areaB = widthB * heightB = 90 * 40 = 3600
redA = redA / areaA = 102000 / 1000 = 102
greenA = greenA / areaA = 30600 / 1000 = 31
blueA = blueA / areaA = 73950 / 1000 = 74
redB = redB / areaB = 357000 / 3600 = 100
greenB = greenB / areaB = 153000 / 3600 = 42
blueB = blueB / areaB = 229500 / 3600 = 64
redDiff = |redA - redB| = |102 - 100| = 2
greenDiff = |greenA - greenB| = |31 - 42| = 11
blueDiff = |blueA - blueB| = |74 - 64| = 10
diffSum = redDiff + greenDiff + blueDiff = 23
diffFinal = diffSum / 3 = 23 / 3 = 7
However, this comparison is almost useless. Who would want to run a program like this on the worlds most powerful super computer? Intelligence must be capable of abstraction, and only a very particular intelligent architecture can be fully conscious as we think of ourselves. When you look at an image, "you" are far from the level of reasoning about a mere collection of colors.
I believe its possible to create machines such as self driving cars, or robots capable of reading a book and really understanding the contents, or whatever yet only humans have done to date. But depending on the architecture of the machine, it may or may not be conscious. I predict machines designed for practical efficiency purposes would not be conscious. They really could run on hardware similar to what we have now, but only to serve as extremely versatile number crunching machines. In fact, by the differences of common computer architecture and organic brains, they could be incredibly (INSANELY!) more powerful, yet just as capable of human-like things. They would only lack a conscience, and that's for the better of efficiency.
Yes computers are very good and number crunching but comparably useless at simulating any human qualities. Again which is more powerful here, the human brain or even a cray super computer.
calabi, on 4 February 2012 - 07:32 PM, said:
I think there are cases where people are colourblind from things wrong with their eyes, like not enough cones or rods. Theres are lots of weird things, though, like there are cases where people whom are physically blind and yet really believe that they can see. They are conscious that they see, their brain just makes stuff up on the fly.
You should watch the rest of it its really interesting and pretty incredible if you think about.
I dont think we neccesarily experience dreams faster, although I have slept seemingly for only 30 minutes and had quite long dreams. I can be in my dream and be aware of all these other dreams that I've had previously, or I can create this huge history of other dreams. Its easy to create the perception of these huge narratives as long as you arent able to probe them too deeply, although it doesnt seem that hard to create on the fly just before you get to something, like you want to read a book, and each page writes itself just before you turn it. You can only be conscious of a few things at once, so perhaps its like the rest of your brain is holding millions of things ready to be presented to you at a moments notice.
They've mapped a worms brain, and are working on humans but we are slightly more complicated.
http://web.mit.edu/n...in-mapping.html
Personally I dont think consciousness is just a matter of power, otherwise we would have already found it. Consciousness I think is like an abstraction, as Ben Bowan said, it doesnt work on raw data. But not just one their are many competing abstractions.
What we make of the output of a computer on the screen is an abstraction that would be meaningless coloured patterns to any other species. But ultimately it is understandable and defineable in terms of electronic architecture and is totally constant and identical no matter who or what turns the computer on.
I believe that consciousness is no different - ultimately understandable and defineable in terms of neuronal architecture.
As to whether we will ever reach that understanding of neuronal architecture is another matter entirely however.
Ringer, on 4 February 2012 - 10:57 PM, said:
Language only affects the ways people categorize colors, not the way they are perceived. It would be like saying a professional painter can see more colors than I do because I couldn't name all the different colors that they could. There are tribes who only have words for dark and light, but I doubt they don't see any colors.
Computers can do many things much better than humans, but at the same time there are things that humans can do that is unbelievable difficult to make a computer to do. Computers have a very difficult time separating necessary movement and unnecessary movements when trying to learn goal oriented behavior although even a baby knows the difference. An example is if a computer tries to learn to open a jar by watching someone do it. If they stop to answer the door a computer may 'believe' that is part of the process. Another difference is the redundancy within brains is something very few computers even come close to.
Nicely enunciated. So again we need to reflect on which is really more powerful - a brain or the fastest solid state computer.