<div class="pull-right"><img src="https://steemitimages.com/DQmeyEUxhYnYrgyjStSPGSM6pHeVr1JHyhEE6yBWW7uT8pf/image.png"><br><center><sub>Max Pixel <a href="https://www.maxpixel.net/Ai-Artificial-Intelligence-Droid-Robot-Android-22286104">(link)</a> CC0 license</sub></center></div> <b>TLDR;</b> Computers with their current architecture cannot think. I am going to go into the reasoning why this is so in this post (hint: everything in a computer is strictly mechanical and thinking is not strictly mechanical). #### Introduction Artificial intelligence (AI) is all the rage right now. From Alexa and Siri understanding your verbal commands, to Deep Blue playing chess and beating Grand Masters, to cars driving themselves in real traffic situations it would seem that computers are getting good at thinking. I am going to take the polar opposite position to this; computers cannot think and I will explain the reasons why this is so. <div class="pull-left"><img src="https://steemitimages.com/DQmPGWvgpTifrLaPBskmQShcYJ8povRkzQSsqTUDnRceiN4/image.png"><br><center><sub>Door Knob Mechanism<br>Pxhere.com <a href="https://pxhere.com/en/photo/1376334">(link)</a> CC0 license</sub></center></div> #### The Lowly Door Knob First, let's consider the simple door knob. Turn the knob, a mechanism inside activates to retract a latch and the door can be opened. Release the knob and the mechanism executes the opposite mechanical action and the latch is released back out and enables a door to be blocked from opening. It is obvious that this latch/unlatch mechanism is not thinking. It is not even what could be termed memory even though it is a mechanism that can be in one or two states. <div class="pull-right"><img src="https://steemitimages.com/DQmZYCcUbAMgfFYM2h5ZMkcBaJWLNAVL8c74jYpEuiqJu8U/image.png"><br><center><sub>A Mechanical Calculator<br>Claas Augner <a href="https://commons.wikimedia.org/wiki/File:Thales_A_calculating_machine_2009-08-23.jpg">(link)</a> CC BY-SA 3.0 license</sub></center></div> #### The Mechanical Calculator Let's move on to the mechanical calculator. Some of these are wonderful contraptions in which you can punch in numbers and then add, subtract, multiply and divide. They are terrifically noisy and can do some mathematical calculations but you can look inside them and see that they are also obviously mechanical. The actions that they perform are also obviously not thinking even though they seem to be doing what we can do in our heads (some of us at least, I have the time tables only memorized up to about 12 x 12). <div class="pull-left"><img src="https://steemitimages.com/DQmVbPZwPgYSC3i6K2K2csy4Rbrgoukpb5wGUWab3xVGW1J/image.png"><br><center><sub>Charles Babbage's Difference Engine<br> Jitze Couperus <a href="https://www.flickr.com/photos/jitze1942/4304353299/in/album-72157623284316506/">(link)</a> CC BY 2.0 license</sub></center></div> #### Babbage's Difference Engine Moving the next step up. Charles Babbage designed his [difference engine](https://en.wikipedia.org/wiki/Difference_engine) sometime around 1820. Although his success in building it back in that era was limited due to the technology levels in metallurgy and manufacturing a working model was successfully completed in the [1980's](https://en.wikipedia.org/wiki/Difference_engine#Construction_of_two_working_No._2_difference_engines). These engines are automatic calculators that are capable of tabulating polynomial functions. Again, you can look inside them and see that a difference engine like this is obviously mechanical. The actions that they perform are also obviously not thinking even though they can do math that humans can only do using paper and pencil. <div class="pull-left"><img src="https://steemitimages.com/DQmVm2qMDNk4JxN18iReYDpE11gNhvzpSaDmjKATzQy4c32/image.png"><br><center><sub>A Digital Adder Circuit<br>Image credit: Inductiveload <a href="https://commons.wikimedia.org/wiki/File:Full-adder_logic_diagram.svg">(link)</a> Public domain license</sub></center></div> #### Electronic Digital Circuits Moving a step up again to electric digital circuits. They are not obviously mechanical but if you study their theory of operation in any digital circuits course it will become clear that they still are mechanical in operation. They have states that are well-defined and they move on to new well-defined states that in a completely deterministic manner. The example in the figure is an adder circuit. It will add two binary digits, provide a sum (also in binary) and a carry bit (again in binary). The circuit is predictable and even though it is electric, it is still entirely mechanical. Combine many of these to add up bigger and bigger numbers. The actions of these circuits is also not what I would consider to be doing what is called thinking. <div class="pull-left"><img src="https://steemitimages.com/DQmVGQ1TsodS75Npf7QdWJ7QotaoWWjup7HCbg8SEuPmNJU/image.png"><br><center><sub>CPU Block Diagram<br>Image credit: R. S. Shaw <a href="https://commons.wikimedia.org/wiki/File:CPU_block_diagram.png">(link)</a> CC BY-SA 3.0 license</sub></center></div> #### CPU Circuits The circuitry for a modern CPU is vastly complicated but it is only complicated because it is made up of very many "simple" and entirely understandable digital circuits. The word "simple" is in quotes here because it does take some study to understand these circuits but they are, in the end, completely understandable. They are also both mechanical and deterministic in nature (complex yes, but still mechanical). The whole fetch, decode, execute, store cycle is entirely mechanical. Even the memory circuits in a computer are mechanical. The term 'memory' is borrowed from what human brains can do and applied to these circuits but that seems to me to be a quite a loose association. #### Analogy to Thinking So, modern computers are very fast and they seem to be able to do what we can do but these are only mechanical activities mimicking the functions of a real thinking brain. Here comes the key point. The confusion may lie in this observation: our thinking brains are so adaptable that they can perform mechanical functions like comparing objects, performing math and using logic to manipulate concepts (I also wrote a post on the limits of logic about 3 months ago [here](https://steemit.com/science/@procrastilearner/the-limits-of-logic)). When we do these things it is just our brains dropping down a step to perform purely mechanical operations before going back up a step to perform proper thinking. Let me repeat that: humans brains can perform mechanical tasks but that is only a subset of what they are capable of. This mechanical subset of activities is what we are able to get modern digital computers to mimic. I consider these mechanical mental activities to not actually be thinking. Terms like understanding, comprehending, consciousness and creating better describe what thinking is. <div class="pull-right"><img src="https://steemitimages.com/DQmPTnxT2ZKR1NS18WL9RdMCEYjxHGupGzQdg5NUUU8ADmU/image.png"><br><center><sub>The Thinker by Auguste Rodin<br>Image credit: Pxhere <a href="https://pxhere.com/en/photo/1089623">(link)</a> CC0 license</sub></center></div> #### What Is Proper Thinking Then? I cannot answer that, nor can anyone else for that matter. Thinking and consciousness is still one of those uncracked problems and we do not seem to be be close to actually figuring that phenomenon out. We don't know what thinking is but we are able to understand that we are doing it. This post is not about defining what thinking is, it is about illustrating that the mechanical activities of a computer are not mimicking thinking, they are just replicating the mechanical aspects our what humans brains sometimes do. #### Closing Words In summary, modern computers can only perform the strictly mechanical aspects of what our brains can do, albeit much faster and with a much smaller an error rate. This is not to say that computers will never think but it seems that they will never be able to think as long as we keep using the current architecture for digital circuits. Maybe something designed more along the lines of how brains in nature are constructed may be needed to do that particular job. *Thank you for reading my post.* #### Post Sources https://en.wikipedia.org/wiki/Difference_engine https://en.wikipedia.org/wiki/Instruction_cycle https://en.wikipedia.org/wiki/Adder_%28electronics%29 https://en.wikipedia.org/wiki/Memory_cell_%28computing%29 https://en.wikipedia.org/wiki/Digital_electronics
author | procrastilearner |
---|---|
permlink | computers-cannot-think-yet |
category | steemstem |
json_metadata | {"tags":["steemstem","science","psychology","technology","steemeducation"],"image":["https://steemitimages.com/DQmeyEUxhYnYrgyjStSPGSM6pHeVr1JHyhEE6yBWW7uT8pf/image.png","https://steemitimages.com/DQmPGWvgpTifrLaPBskmQShcYJ8povRkzQSsqTUDnRceiN4/image.png","https://steemitimages.com/DQmZYCcUbAMgfFYM2h5ZMkcBaJWLNAVL8c74jYpEuiqJu8U/image.png","https://steemitimages.com/DQmVbPZwPgYSC3i6K2K2csy4Rbrgoukpb5wGUWab3xVGW1J/image.png","https://steemitimages.com/DQmVm2qMDNk4JxN18iReYDpE11gNhvzpSaDmjKATzQy4c32/image.png","https://steemitimages.com/DQmVGQ1TsodS75Npf7QdWJ7QotaoWWjup7HCbg8SEuPmNJU/image.png","https://steemitimages.com/DQmPTnxT2ZKR1NS18WL9RdMCEYjxHGupGzQdg5NUUU8ADmU/image.png"],"links":["https://www.maxpixel.net/Ai-Artificial-Intelligence-Droid-Robot-Android-22286104","https://pxhere.com/en/photo/1376334","https://commons.wikimedia.org/wiki/File:Thales_A_calculating_machine_2009-08-23.jpg","https://www.flickr.com/photos/jitze1942/4304353299/in/album-72157623284316506/","https://en.wikipedia.org/wiki/Difference_engine","https://en.wikipedia.org/wiki/Difference_engine#Construction_of_two_working_No._2_difference_engines","https://commons.wikimedia.org/wiki/File:Full-adder_logic_diagram.svg","https://commons.wikimedia.org/wiki/File:CPU_block_diagram.png","https://steemit.com/science/@procrastilearner/the-limits-of-logic","https://pxhere.com/en/photo/1089623","https://en.wikipedia.org/wiki/Instruction_cycle","https://en.wikipedia.org/wiki/Adder_%28electronics%29","https://en.wikipedia.org/wiki/Memory_cell_%28computing%29","https://en.wikipedia.org/wiki/Digital_electronics"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-04-26 03:25:45 |
last_update | 2018-04-26 03:34:27 |
depth | 0 |
children | 18 |
last_payout | 2018-05-03 03:25:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 41.965 HBD |
curator_payout_value | 12.642 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8,581 |
author_reputation | 10,682,012,809,580 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 52,179,268 |
net_rshares | 8,583,297,416,978 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lafona-miner | 0 | 841,951,205,898 | 40% | ||
kushed | 0 | 108,411,909,463 | 7.19% | ||
justtryme90 | 0 | 1,033,525,778,658 | 40% | ||
anwenbaumeister | 0 | 160,208,631,940 | 7.19% | ||
lemouth | 0 | 190,706,786,798 | 40% | ||
rjbauer85 | 0 | 2,410,830,596 | 40% | ||
anarchyhasnogods | 0 | 62,899,130,788 | 20% | ||
lamouthe | 0 | 11,051,324,456 | 40% | ||
curie | 0 | 327,166,533,167 | 7.19% | ||
hendrikdegrote | 0 | 3,354,176,159,760 | 7.19% | ||
steemstem | 0 | 1,084,875,814,333 | 40% | ||
sethroot | 0 | 53,730,777 | 0.71% | ||
foundation | 0 | 5,388,993,096 | 40% | ||
responsive | 0 | 150,169,170 | 7.19% | ||
the-devil | 0 | 5,110,782,647 | 40% | ||
thevenusproject | 0 | 21,745,273,175 | 40% | ||
dna-replication | 0 | 11,217,475,717 | 40% | ||
jgpro | 0 | 60,375,926 | 3.59% | ||
heriafriadiaka | 0 | 99,954,019 | 7.19% | ||
dyancuex | 0 | 76,652,934 | 3.59% | ||
pacokam8 | 0 | 339,774,840 | 1.79% | ||
borislavzlatanov | 0 | 3,350,321,202 | 40% | ||
michelios | 0 | 1,249,413,323 | 0.71% | ||
alinabarbu | 0 | 435,024,156 | 0.71% | ||
jamhuery | 0 | 4,104,781,903 | 40% | ||
jdc | 0 | 53,429,526 | 0.71% | ||
jacalf | 0 | 54,536,187 | 7.19% | ||
kryzsec | 0 | 10,918,976,609 | 40% | ||
markangeltrueman | 0 | 1,037,112,246 | 1.07% | ||
nedspeaks | 0 | 8,353,710,516 | 40% | ||
fredrikaa | 0 | 85,479,857,563 | 20% | ||
odic3o1 | 0 | 78,564,913 | 4% | ||
flurgx | 0 | 83,660,904,746 | 50% | ||
lrsm13 | 0 | 72,543,530 | 2.15% | ||
tantawi | 0 | 468,854,497 | 7.19% | ||
samminator | 0 | 14,908,666,190 | 40% | ||
locikll | 0 | 2,960,975,126 | 14.38% | ||
dber | 0 | 14,095,991,386 | 40% | ||
mahdiyari | 0 | 1,982,953,184 | 1.79% | ||
kerriknox | 0 | 105,225,950,060 | 40% | ||
howtostartablog | 0 | 254,518,011 | 0.35% | ||
ghostgtr | 0 | 107,797,400 | 0.14% | ||
blessing97 | 0 | 1,230,958,193 | 40% | ||
saunter | 0 | 9,271,287,005 | 40% | ||
sensation | 0 | 292,220,160 | 100% | ||
rockeynayak | 0 | 239,843,461 | 40% | ||
ruth-girl | 0 | 28,863,623,500 | 21% | ||
ertwro | 0 | 16,133,024,146 | 40% | ||
makrotheblack | 0 | 235,755,460 | 3.59% | ||
coloringiship | 0 | 173,978,150 | 0.35% | ||
juanjdiaz89 | 0 | 1,512,381,175 | 40% | ||
thinknzombie | 0 | 12,539,744,128 | 3.59% | ||
nitesh9 | 0 | 9,760,429,901 | 40% | ||
gambit.coin | 0 | 80,162,746 | 7.19% | ||
himal | 0 | 3,006,522,523 | 40% | ||
ewuoso | 0 | 318,978,482 | 1.43% | ||
bachuslib | 0 | 20,138,527,135 | 100% | ||
abigail-dantes | 0 | 662,737,978,625 | 40% | ||
leczy | 0 | 2,273,932,723 | 40% | ||
csusbgeochem1 | 0 | 1,447,150,158 | 30% | ||
phogyan | 0 | 222,717,299 | 3.59% | ||
suravsingh | 0 | 515,025,742 | 40% | ||
helgapn | 0 | 184,273,361 | 5.39% | ||
joseg | 0 | 348,737,279 | 24% | ||
misterakpan | 0 | 104,928,842 | 0.35% | ||
onethousandwords | 0 | 140,243,489 | 3.59% | ||
mountain.phil28 | 0 | 2,608,124,839 | 25% | ||
akeelsingh | 0 | 1,506,180,670 | 40% | ||
opheliapoe | 0 | 157,741,731 | 3.59% | ||
muliadi | 0 | 80,022,593 | 3.59% | ||
karyah1001 | 0 | 72,805,752 | 7.19% | ||
felixrodriguez | 0 | 993,243,199 | 20% | ||
pearlumie | 0 | 15,614,734,027 | 40% | ||
tormiwah | 0 | 84,653,596 | 0.1% | ||
runningman | 0 | 73,580,497 | 3.59% | ||
infinitelearning | 0 | 311,179,846 | 3.59% | ||
massivevibration | 0 | 3,534,810,492 | 5% | ||
onartbali | 0 | 647,649,508 | 5% | ||
clweeks | 0 | 302,990,474 | 2.87% | ||
torico | 0 | 321,224,685 | 0.57% | ||
ksolymosi | 0 | 7,468,597,662 | 40% | ||
simplifylife | 0 | 5,587,228,612 | 20% | ||
smafey | 0 | 85,800,820 | 3.59% | ||
marialefleitas | 0 | 86,892,914 | 3.59% | ||
damzxyno | 0 | 150,005,904 | 8% | ||
thatterrioguy | 0 | 118,177,707 | 5.39% | ||
birgitt | 0 | 207,515,042 | 7.19% | ||
mayowadavid | 0 | 2,421,795,288 | 20% | ||
imamalkimas | 0 | 292,492,836 | 7.19% | ||
zeeshan003 | 0 | 786,677,055 | 40% | ||
enzor | 0 | 640,847,726 | 20% | ||
bobdos | 0 | 604,363,127 | 0.71% | ||
matajingga | 0 | 107,877,034 | 0.71% | ||
digitalpnut | 0 | 107,290,228 | 3.59% | ||
carloserp-2000 | 0 | 7,410,928,393 | 40% | ||
pangoli | 0 | 3,500,546,603 | 40% | ||
rachelsmantra | 0 | 1,673,560,842 | 40% | ||
gra | 0 | 13,221,966,349 | 40% | ||
ifartrainbows | 0 | 277,263,308 | 10% | ||
agbona | 0 | 6,251,745,471 | 100% | ||
sci-guy | 0 | 101,289,827 | 40% | ||
kerry234 | 0 | 86,017,442 | 7.19% | ||
karolisp | 0 | 52,339,702 | 0.07% | ||
delph-in-holland | 0 | 84,375,182 | 3.59% | ||
spectrums | 0 | 128,242,541 | 7.19% | ||
shaff.aff | 0 | 85,636,490 | 20% | ||
meetmysuperego | 0 | 182,539,998 | 1.79% | ||
aehiguese | 0 | 64,122,623 | 7.19% | ||
skycae | 0 | 1,575,740,357 | 7.19% | ||
physics.benjamin | 0 | 14,783,478,368 | 100% | ||
kenadis | 0 | 10,572,304,021 | 40% | ||
amavi | 0 | 6,246,874,454 | 8% | ||
robotics101 | 0 | 1,746,657,783 | 32% | ||
tristan-muller | 0 | 316,335,525 | 40% | ||
jaeydallah | 0 | 81,032,701 | 7.19% | ||
gentleshaid | 0 | 8,407,524,376 | 40% | ||
crescendoofpeace | 0 | 89,220,763 | 3.59% | ||
cgbartow | 0 | 1,398,357,732 | 20% | ||
aamin | 0 | 451,538,134 | 20% | ||
sco | 0 | 16,000,361,006 | 40% | ||
adetola | 0 | 1,737,720,881 | 40% | ||
rharphelle | 0 | 2,339,482,518 | 100% | ||
dysfunctional | 0 | 1,859,556,551 | 20% | ||
rasamuel | 0 | 92,501,070 | 3.59% | ||
cerventus | 0 | 58,491,923 | 3.59% | ||
monie | 0 | 456,258,106 | 100% | ||
speaklife | 0 | 89,664,813 | 7.19% | ||
burlarj | 0 | 119,107,783 | 20% | ||
mountainjewel | 0 | 311,486,580 | 0.71% | ||
mathowl | 0 | 2,291,929,292 | 40% | ||
wanderingdanish | 0 | 261,283,633 | 1% | ||
whileponderin | 0 | 1,143,823,208 | 40% | ||
mittymartz | 0 | 620,213,577 | 32% | ||
bennettitalia | 0 | 97,079,877 | 0.35% | ||
hadji | 0 | 1,897,434,969 | 40% | ||
sakura1012 | 0 | 1,188,854,559 | 40% | ||
admiralsp | 0 | 191,227,925 | 7.19% | ||
fidelpoet | 0 | 311,009,614 | 7.19% | ||
kekegist | 0 | 79,376,755 | 7.19% | ||
wisewoof | 0 | 224,780,654 | 3.59% | ||
saunter-pl | 0 | 524,317,623 | 40% | ||
strings | 0 | 70,419,698 | 3.59% | ||
steepup | 0 | 323,072,346 | 16% | ||
aaronteng | 0 | 60,051,559 | 3.59% | ||
debbietiyan | 0 | 165,091,613 | 3.59% | ||
rionpistorius | 0 | 714,270,013 | 20% | ||
steem-hikers | 0 | 734,879,926 | 40% | ||
deutsch-boost | 0 | 385,703,713 | 20% | ||
kingabesh | 0 | 331,947,416 | 20% | ||
blue-steens | 0 | 614,192,812 | 100% | ||
jpmkikoy | 0 | 81,700,470 | 3.59% | ||
caitycat | 0 | 113,904,224 | 3.59% | ||
dexterdev | 0 | 11,172,465,669 | 40% | ||
gio6 | 0 | 171,841,496 | 3.59% | ||
loydjayme25 | 0 | 55,244,691 | 3.59% | ||
ugonma | 0 | 507,314,031 | 40% | ||
ajpacheco1610 | 0 | 276,770,292 | 20% | ||
benleemusic | 0 | 1,388,510,974 | 0.35% | ||
lianaakobian | 0 | 7,379,626,499 | 32% | ||
procrastilearner | 0 | 28,131,728,362 | 100% | ||
faithcalls | 0 | 212,162,429 | 3.59% | ||
giovaabbatichio | 0 | 825,879,695 | 100% | ||
chimtivers96 | 0 | 339,668,916 | 7.19% | ||
steempeninsula | 0 | 59,792,206 | 3.59% | ||
ylich | 0 | 120,909,815 | 7.19% | ||
morbyjohn | 0 | 123,754,940 | 7% | ||
anyes2013 | 0 | 297,144,015 | 20% | ||
jaycem | 0 | 79,808,770 | 12.8% | ||
positiveninja | 0 | 1,059,263,049 | 3.59% | ||
jsf | 0 | 306,557,541 | 7.19% | ||
elider11 | 0 | 443,096,817 | 100% | ||
acknowledgement | 0 | 1,022,507,119 | 10% | ||
simplicitytech | 0 | 98,317,629 | 20% | ||
effofex | 0 | 613,845,910 | 20% | ||
beograd | 0 | 1,922,588,973 | 100% | ||
count-antonio | 0 | 101,064,197 | 20% | ||
victorcovrig | 0 | 74,504,099 | 1% | ||
de-stem | 0 | 14,723,465,375 | 32% | ||
serylt | 0 | 6,030,195,013 | 32% | ||
teresah | 0 | 409,646,364 | 100% | ||
maulidin-alasyi | 0 | 193,301,904 | 91.38% | ||
ari16 | 0 | 132,545,179 | 20% | ||
kendallron | 0 | 85,225,868 | 7.19% | ||
apteacher | 0 | 470,601,027 | 8% | ||
irelandscape | 0 | 2,434,785,709 | 100% | ||
chloroform | 0 | 2,412,595,449 | 40% | ||
vanessahampton | 0 | 1,588,517,804 | 20% | ||
etaletai | 0 | 51,848,415 | 3.59% | ||
temitayo-pelumi | 0 | 1,032,250,770 | 40% | ||
doctor-cog-diss | 0 | 264,760,621 | 100% | ||
willncc | 0 | 1,244,065,837 | 100% | ||
romanleopold | 0 | 118,757,736 | 3.59% | ||
justinmullet | 0 | 134,658,455 | 3.59% | ||
soundworks | 0 | 79,120,676 | 5.56% | ||
beautyinscience | 0 | 122,502,439 | 20% | ||
nonzerosum | 0 | 1,384,755,469 | 100% | ||
star-vc | 0 | 321,098,765 | 40% | ||
triptits | 0 | 578,834,125 | 100% | ||
biomimi | 0 | 241,681,937 | 40% | ||
fischkopp | 0 | 64,819,303 | 3.59% | ||
funster | 0 | 194,225,294 | 32% | ||
steem.curator | 0 | 688,855,639 | 1% |
author | beograd |
---|---|
permlink | re-procrastilearner-computers-cannot-think-yet-20180426t045307870z |
category | steemstem |
json_metadata | {"app":"steemit/0.1","tags":["steemstem"]} |
created | 2018-04-26 04:53:09 |
last_update | 2019-08-24 18:59:09 |
depth | 1 |
children | 1 |
last_payout | 2018-05-03 04:53:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.134 HBD |
curator_payout_value | 0.043 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 646,020,153,884 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,190,527 |
net_rshares | 28,137,594,709 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
procrastilearner | 0 | 28,137,594,709 | 100% |
> It's like, dude, brain is not a fucking hard drive. It's totally different concept. How do you even measure human brain capacity? I could not have put it better. Too many people are comparing the technology of digital electronics to the human, or even, animal brain.
author | procrastilearner |
---|---|
permlink | re-beograd-re-procrastilearner-computers-cannot-think-yet-20180427t003805670z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-27 00:38:06 |
last_update | 2018-04-27 00:38:06 |
depth | 2 |
children | 0 |
last_payout | 2018-05-04 00:38:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 270 |
author_reputation | 10,682,012,809,580 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,354,157 |
net_rshares | 1,962,713,793 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beograd | 0 | 1,962,713,793 | 100% |
I hope only do the mechanical and never come to think for us, because at that moment we will say the end of humanity.
author | elider11 |
---|---|
permlink | re-procrastilearner-computers-cannot-think-yet-20180426t034438812z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-26 03:44:36 |
last_update | 2018-04-26 03:44:36 |
depth | 1 |
children | 2 |
last_payout | 2018-05-03 03:44:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 4,573,052,026,545 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,181,805 |
net_rshares | 3,912,178,943 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
procrastilearner | 0 | 3,912,178,943 | 16% |
A valid concern but until they can reproduce or mine their own coal and oil they are at our mercy.
author | procrastilearner |
---|---|
permlink | re-elider11-re-procrastilearner-computers-cannot-think-yet-20180426t034720388z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-26 03:47:21 |
last_update | 2018-04-26 03:47:21 |
depth | 2 |
children | 1 |
last_payout | 2018-05-03 03:47:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 10,682,012,809,580 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,182,152 |
net_rshares | 0 |
hahaha good there are still hopes!
author | elider11 |
---|---|
permlink | re-procrastilearner-re-elider11-re-procrastilearner-computers-cannot-think-yet-20180426t040054887z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-26 04:00:51 |
last_update | 2018-04-26 04:00:51 |
depth | 3 |
children | 0 |
last_payout | 2018-05-03 04:00:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 4,573,052,026,545 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,183,974 |
net_rshares | 0 |
But maybe thinking and consciousness are just the result of very complicated 'mechanical' processes? If not then that would be admiring that there is more to consciousness than brain and neurons. Then you are in the realm of spirituality.
author | irelandscape | ||||||
---|---|---|---|---|---|---|---|
permlink | re-procrastilearner-2018426t81316537z | ||||||
category | steemstem | ||||||
json_metadata | {"tags":["steemstem","science","psychology","technology","steemeducation"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-04-26 07:13:18 | ||||||
last_update | 2018-04-26 07:13:18 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2018-05-03 07:13:18 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.066 HBD | ||||||
curator_payout_value | 0.023 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 240 | ||||||
author_reputation | 15,380,678,988,494 | ||||||
root_title | "Computers Cannot Think (Yet)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 52,208,441 | ||||||
net_rshares | 15,347,778,932 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
procrastilearner | 0 | 15,347,778,932 | 54% |
I deliberately dodged the whole topic of 'what is thinking' as I am not qualified to answer this one (nor is anyone else as far as I know).
author | procrastilearner |
---|---|
permlink | re-irelandscape-re-procrastilearner-2018426t81316537z-20180427t003420202z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-27 00:34:18 |
last_update | 2018-04-27 00:34:18 |
depth | 2 |
children | 0 |
last_payout | 2018-05-04 00:34:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 10,682,012,809,580 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,353,741 |
net_rshares | 0 |
Incredible invention (computers) help us make life easier and every time a silly hair.
author | jdbs |
---|---|
permlink | re-procrastilearner-computers-cannot-think-yet-20180426t034203307z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-26 03:41:57 |
last_update | 2018-04-26 03:41:57 |
depth | 1 |
children | 0 |
last_payout | 2018-05-03 03:41:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 7,082,465,669,709 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,181,471 |
net_rshares | 0 |
The post is very good
author | keugalak |
---|---|
permlink | re-procrastilearner-computers-cannot-think-yet-20180426t032644769z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-26 03:26:48 |
last_update | 2018-04-26 03:26:48 |
depth | 1 |
children | 0 |
last_payout | 2018-05-03 03:26:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 105,307,721,567 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,179,399 |
net_rshares | 0 |
I really enjoyed the way you brought the topic, starting with the lock to computers. Computers are definitely not thinking. They are doing what they have been programmed to. This brings my thoughts the the famous Turing tests :)
author | lemouth |
---|---|
permlink | re-procrastilearner-computers-cannot-think-yet-20180426t194653841z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-26 19:46:57 |
last_update | 2018-04-26 19:46:57 |
depth | 1 |
children | 2 |
last_payout | 2018-05-03 19:46:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.070 HBD |
curator_payout_value | 0.023 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 228 |
author_reputation | 338,011,164,701,274 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,319,496 |
net_rshares | 15,498,247,353 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
procrastilearner | 0 | 15,498,247,353 | 54% |
Thx. You cannot simply start in on this topic without first leading up to it step-by-step. Also a lot of people do not realize that digital electronics are deterministic in nature and what I call 'mechanical' just like a door knob.
author | procrastilearner |
---|---|
permlink | re-lemouth-re-procrastilearner-computers-cannot-think-yet-20180427t003238112z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-27 00:32:36 |
last_update | 2018-04-27 00:32:36 |
depth | 2 |
children | 1 |
last_payout | 2018-05-04 00:32:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 231 |
author_reputation | 10,682,012,809,580 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,353,537 |
net_rshares | 0 |
This is actually true. I don't know many people who emphasizes it as you did. I will definitely reuse your examples when chatting with students :)
author | lemouth |
---|---|
permlink | re-procrastilearner-re-lemouth-re-procrastilearner-computers-cannot-think-yet-20180427t074315434z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-27 07:43:15 |
last_update | 2018-04-27 07:43:27 |
depth | 3 |
children | 0 |
last_payout | 2018-05-04 07:43:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 146 |
author_reputation | 338,011,164,701,274 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,408,396 |
net_rshares | 0 |
On a micro level a computer is of course nothing like a brain. But on a macro level I see no reason why it cannot simulate the brain. Even though a computer is mechanical and deterministic at a micro level you still can use it to simulate non-deterministic and biological processes. The difficulty is obtaining a full map of the brain. Once you have this you can simulate a brain on a computer.
author | mathowl |
---|---|
permlink | re-procrastilearner-computers-cannot-think-yet-20180516t030110884z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-05-16 03:01:09 |
last_update | 2018-05-16 03:01:09 |
depth | 1 |
children | 0 |
last_payout | 2018-05-23 03:01:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 397 |
author_reputation | 44,993,635,814,620 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,930,885 |
net_rshares | 0 |
Nicely written. Thinking, consciousness and as it were; common sense are the grey areas when it comes to AI. But we all know that advances are underway to design some very intelligent machines. Let's just keep an open mind and watch as the future unfolds.
author | samminator |
---|---|
permlink | re-procrastilearner-computers-cannot-think-yet-20180426t201248316z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-26 20:05:12 |
last_update | 2018-04-26 20:05:12 |
depth | 1 |
children | 2 |
last_payout | 2018-05-03 20:05:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.046 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 256 |
author_reputation | 670,173,064,878,288 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,321,855 |
net_rshares | 10,231,852,621 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
procrastilearner | 0 | 10,231,852,621 | 37% |
Thx samminator and congratulations on getting into SteemSTEM Distilled #42. It was well deserved.
author | procrastilearner |
---|---|
permlink | re-samminator-re-procrastilearner-computers-cannot-think-yet-20180427t003559278z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-27 00:36:00 |
last_update | 2018-04-27 00:36:30 |
depth | 2 |
children | 1 |
last_payout | 2018-05-04 00:36:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 97 |
author_reputation | 10,682,012,809,580 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,353,921 |
net_rshares | 0 |
It's an honour. Thanks a lot
author | samminator |
---|---|
permlink | re-procrastilearner-re-samminator-re-procrastilearner-computers-cannot-think-yet-20180427t082621356z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-27 08:18:45 |
last_update | 2018-04-27 08:18:45 |
depth | 3 |
children | 0 |
last_payout | 2018-05-04 08:18:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 670,173,064,878,288 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,413,004 |
net_rshares | 0 |
The truth is that this topic gives me something of fear. Every time they are improving the computers more and it seems that they are done better in all our spaces.
author | teresah |
---|---|
permlink | re-procrastilearner-computers-cannot-think-yet-20180426t033924097z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-26 03:39:18 |
last_update | 2018-04-26 03:39:18 |
depth | 1 |
children | 1 |
last_payout | 2018-05-03 03:39:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 163 |
author_reputation | 9,326,010,260,550 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,181,078 |
net_rshares | 3,912,178,943 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
procrastilearner | 0 | 3,912,178,943 | 16% |
I would relax. They can't think properly and may never do so. They will only replace the more mundane aspects of our thinking lives leaving us to do the good bits.
author | procrastilearner |
---|---|
permlink | re-teresah-re-procrastilearner-computers-cannot-think-yet-20180426t034607024z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-04-26 03:46:09 |
last_update | 2018-04-26 03:46:09 |
depth | 2 |
children | 0 |
last_payout | 2018-05-03 03:46:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 163 |
author_reputation | 10,682,012,809,580 |
root_title | "Computers Cannot Think (Yet)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,181,999 |
net_rshares | 0 |