IIT CS 480 - Introduction to Artificial Intelligence
Assignments_Week2_Participation

github: https://github.com/IIT-MAI-2020Fall


Let’s discuss Alan Turing’s 1950 paper “Computing machinery and intelligence.” The paper is freely available at https://academic.oup.com/mind/article/LIX/236/433/986238

If you cannot access it, please let us know in the comments and I’ll upload a pdf.

This paper was written in 1950! Read the entire paper. Pay special attention to the section 6 of the paper.

  1. Share your general thoughts about the paper, given that it was written in 1950.

  2. Pick an argument from section 6. (There are 9 arguments listed). Let us know which argument you picked. Share your own thoughts about the argument and Turing’s response to the argument.


  1. Share your general thoughts about the paper, given that it was written in 1950.

Considering that this paper is 70 years old, I think Turing’s paper is very forward-looking.He refuted the argument that machines can’t think point by point and answered in the affirmative.The design of the imitation game is very clever.Because it is so difficult to tell whether an idea is a “self-made” idea or an elaborate “imitation,” any evidence of a self-created idea can be rejected.

  1. Pick an argument from section 6. (There are 9 arguments listed). Let us know which argument you picked. Share your own thoughts about the argument and Turing’s response to the argument.

I pick the 5th “Arguments from Various Disabilities” .Machines do have many limitations, such as simulating human emotions.I think one day in the future, it will be possible for machines to simulate human emotions.Because nerve signals in the brain are actually different forms of electrical signals in living things.So far, we’ve been able to accurately interpret people’s desire to “raise their hands” and “stomp their feet” by picking up electrical signals in the brain.By analogy, each emotion might correspond to a function of a neuron.With the development of science, we must be able to figure out the specific implementation of each function.

After reading a paper again and learning about Turing’s life, I added two additions:

Supplement to the first question:

“By observing the results of its own behaviour it can modify its own programmes so as to achieve some purpose more effectively.”

“Nevertheless I believe that at the end of the century the use of words and general educated opinion will have altered so much that one will be able to speak of machines thinking without expecting to be contradicted.”

I was struck by these predictions.

To the second question:

To be precise, my opinion should be directed to the fourth.“The Argument from Consciousness”.I also admit that I wrongly emphasized the similarity of electrical signals between living things and computers.Although brain-machine interfaces (Neuralink, for example) are hot right now.But there is no denying that, from a biological point of view, consciousness has not yet been understood.


PS:这篇文章是真的难啃。但是里面的观点超前地让人不敢相信这是1950年的思想。
欢迎勘误&交流。

IIT_CS480_Assignments_Week2_Participation相关推荐

最新文章

  1. 简单天气应用开发——基本功能完成
  2. 如何使用PHP解析JSON文件? [重复]
  3. scrapy 分布式爬虫- RedisSpider
  4. [转载]深入探索.NET框架内部了解CLR如何创建运行时对象
  5. 所有人问「贴吧之父」俞军
  6. 北师大听讲座-张建华-走近Russia
  7. andorid 查看OpenCv Mat的Debug信息
  8. SAP Spartacus internationalization ( i18n ) 翻译问题的排错指南
  9. 七个你可能不了解的CSS单位
  10. WP7中对ListBox的ItemTemplate中子元素的后台操作
  11. 王立平--android中的anim(动画)
  12. Spring @Repository批注
  13. 计算机型号或配置,新手必看电脑配置及型号含义速成!
  14. [大学物理实验-0]修约规则和常见的实验数据的处理
  15. 赴日IT派遣,如何避免入坑
  16. 使用ASP.NET.MVC制作手机接收验证码
  17. 分享|上海推进城市数字化建设成果:数都上海2035(附pdf)
  18. mysql read buffer_mysql 参数read_rnd_buffer_size的真正含义
  19. 优秀的XML开发环境----Altova XMLSpy 2010英文企业版+有效破解方法
  20. 华为路由器、交换机、AC忘记密码,但是想保留配置怎么处理

热门文章

  1. 软件测试线上跟踪测试,跟踪测试用例如何做?
  2. LODOP中无规律无法还原偶尔出现问题排查
  3. Centos8 Django挂载后台运行
  4. 智能工厂 | 联合汽车电子有限公司汽车驱动科技上海智能工厂
  5. QDate转换为时间戳
  6. 黑马探花交友----2.实现首页功能-今日佳人
  7. SSH协议介绍及远程连接的使用
  8. 1.1数据库系统概述
  9. 【JavaScript】——强类型和弱类型
  10. Minor GC、Major GC、Full GC的区别