996普遍吗

Part 2: The dawn of a new species

第2部分:新物种的黎明

介绍(Introduction)

Technology was at first only for specialists. As it evolved, it is now used universally by anyone.

首先,技术只是针对专家。 随着它的发展,现在任何人都普遍使用它。

Scientists on the other hand started as generalists and ended up as specialists. These opposite directions is because human and artificial intelligence are dealing differently with complexity. In this blog we explore how AI systems already are good as specialist experts, but may become generalists as well.

另一方面,科学家起初是通才,后来又变成了专家。 这些相反的方向是因为人类和人工智能处理复杂性的方式有所不同。 在此博客中,我们探讨了人工智能系统如何既可以作为专家,又可以成为通才。

通用人 (Homo universalis)

The renaissance age brought some of the brightest scientists of all time. The so-called renaissance men developed his abilities in all kinds of areas like art, philosophy, religion and science. Consider the following thinkers:

文艺复兴时期带来了一些有史以来最聪明的科学家。 所谓的文艺复兴时期的人在艺术,哲学,宗教和科学等各个领域发展了自己的能力。 考虑以下思想家:

  • Copernicus哥白尼
  • Erasmus伊拉斯mus
  • Leonardo da Vinci达芬奇(Leonardo da Vinci)

Copernicus is especially known as astronomer who placed the sun rather than the earth in the center of the universe. However he was also educated at canonical church law, worked on economics principles (such as the quantity of money) and worked as governor and diplomat for the Polish king.

C opernicus被称为天文学家,他将太阳而不是地球置于宇宙的中心。 但是,他还曾受过教会经典法的教育,从事经济学原理(例如货币数量)的工作,并曾担任波兰国王的州长和外交官。

Erasmus also known as the “Prince of the Humanists” worked as translator (from Greek to Latin), on philosophic topics (like Free Will), on religious topics (Protestantism), but also wrote about pedagogy (On Civility in Children).

伊拉斯mus斯( E rasmus)也被称为“人文主义者的王子”,曾在哲学主题(如自由意志),宗教主题(新教)方面担任过翻译(从希腊语到拉丁语),但也撰写了关于教育学的文章(《儿童文明》 )。

Leonardo da Vinci wasn’t just a painter. He did research on anatomy and physiology and as inventor draw all kinds of technical drawings.

大号eonardo达·芬奇不仅是一名画家。 他从事解剖学和生理学研究,并作为发明家绘制了各种技术图纸。

These renaissance men are today more seen as thinkers than as rigorous scientists. From the Renaissance to the 21st century more and more knowledge was necessary to made any progress in science. So generalists became specialists. It’s impossible now to excel as astronomer while also work as an economists and a painter.

今天,这些文艺复兴时期的人们被视为思想家,而不是严格的科学家。 从文艺复兴时期到21世纪,越来越多的知识对于科学的任何进步都是必需的。 因此通才成为专家。 现在不可能以天文学家的身份出类拔萃,同时又要担任经济学家和画家。

在AI上 (On AI)

One of these modern experts specializes in the artificial intelligence field. These experts are creating specialized algorithms who excel in a specific domain. Examples are:

这些现代专家之一专门研究人工智能领域。 这些专家正在创建在特定领域出类拔萃的专业算法。 例如:

  • Translation翻译
  • Autonomous Driving自动驾驶
  • Contextual Code Completion上下文代码完成
  • Fraud detection欺诈识别
  • Stock market patterns recognition股市模式识别
  • Object recognition物体识别
  • Analysis of medical images医学图像分析

These are all real world usages of AI where AI assists human intelligence in a specialized field. Are these AI not experts themselves? This a debate among AI scientists and philosophers. Are these narrow-interest AI more tools or is it a form of intelligence?

这些都是AI在现实世界中的用法,其中AI在特定领域辅助人类智能。 这些AI本身不是专家吗? 这是AI科学家和哲学家之间的辩论。 这些狭narrow的AI是更多工具还是智能形式?

In the examples on AI every use case uses a different approach. This may lead to expert knowledge, but not to wisdom. AI delivers already results that surpass human ability. Much like a car drives faster than we can run and a calculator can solve a math problem faster than we can calculate. This is not something we would call general intelligence.

在关于AI的示例中,每个用例都使用不同的方法。 这可能会导致专家知识,但不会导致智慧。 人工智能已经提供了超越人类能力的结果。 就像汽车的行驶速度快于我们的运行速度,而计算器可以解决的数学问题比我们的计算速度快。 这不是我们所说的一般情报。

Maybe we should not attach intelligence in human sense too much to AI. It’s not general intelligence, but an intelligent generalist we seek. To become a generalist AI needs to calculate, but also translate a sentence to Chinese, play a game of Chess, drive a car and write this blog.

也许我们不应该过多地将人类的智慧附加到AI上。 这不是一般的情报,而是我们寻求的聪明的综合主义者。 要成为多才多艺的AI,需要进行计算,还要将句子翻译成中文,玩国际象棋,开车,并撰写此博客。

To reach this level a combination of different AI approaches is needed. But before we explore such a combination of advanced algorithms we go back to the most basic software: command line programs.

为了达到这一水平,需要结合使用不同的AI方法。 但是,在探索这种高级算法的组合之前,我们先回到最基本的软件:命令行程序。

输入输出 (Input/Output)

In the history of computing, the first operating systems tasks were performed by command line tools with text input and text output, for example the program: “cp”. A program to copy files or directories. You can use it on the command line like this: “cp a b” (copy files from a to b).

在计算历史上,第一个操作系统任务是由带有文本输入和文本输出的命令行工具执行的例如程序:“ cp”。 复制文件或目录的程序。 您可以在命令行上使用它,如下所示:“ cp ab”(将文件从a复制到b)。

There are a lot of possible use cases. For example a destination already exist or only a subset of all files needs to be copied. This can be controlled by parameters which make a simple program more versatile:

有很多可能的用例。 例如,目的地已经存在,或者仅需要复制所有文件的子集。 这可以通过使简单程序更通用的参数来控制:

An operation system has of course a lot more tasks than copying files. Think of deleting, creating, searching files or all kinds of other tasks. For this the GNU command line toolset was created. This consist of more than 100 utilities with dozens of parameters.

操作系统当然比复制文件具有更多的任务。 考虑删除,创建,搜索文件或其他各种任务。 为此,创建了GNU命令行工具集。 它由100多个具有数十个参数的实用程序组成。

Of course there are thousands of other programs for specialized tasks. Old-skool system engineers know a lot of programs and its parameters by heart. They created scripts and cheat sheets to control them. When new to the command line the number of tasks and how to perform them can be daunting.

当然,还有成千上万的其他程序可以执行专门的任务。 老派的系统工程师非常了解很多程序及其参数。 他们创建了脚本和备忘单来控制它们。 如果不是命令行新手,那么任务的数量及其执行方式可能会令人望而生畏。

IBM recently brought AI to command line. With their program users can explore the man pages. These are manuals with explanations of all the parameters. This is kind of an über program which can make use of hundreds of programs and thousand of parameters. Still this is quite domain specific. If we want to do more tasks with flexible input we need to fill the AI with lots more data than manuals. This data is often labeled so that the program can use millions of parameters.

IBM最近将AI引入了命令行。 用户可以使用他们的程序浏览手册页。 这些是手册,其中包含所有参数的说明。 这是一个über程序,可以使用数百个程序和数千个参数。 但这仍然是特定领域的。 如果我们想通过灵活的输入执行更多任务,我们需要给AI填充比手册更多的数据。 该数据通常带有标签,以便程序可以使用数百万个参数。

震惊世界 (Shocking the world)

Currently, there is program which is fed with an enormous amount of unlabeled and unstructured data from websites and books. The program: GPT-3. This AI uses several machine learning techniques to create all parameters itself. The result is a program with 175 Billion parameters. To use it, you don’t need to follow a manual, but just ask it to perform a task. This AI shocked the IT world.

当前,有一种程序可以从网站和书籍中获取大量的未标记和非结构化数据。 程序:GPT-3。 该AI使用多种机器学习技术自行创建所有参数。 结果是一个带有1750亿个参数的程序。 要使用它,您不需要遵循手册,而只是要求它执行任务。 这种AI震惊了IT世界。

演示地址

已经震惊了(Already shocked)

Let’s consider another program which shocked the world, AlphaGo by Deepmind (Google). This is not a program about text input and text output, but one that plays the game Go. Because the almost infinite number of moves a player can make in this game, it was impossible to compute all the moves. AlphaGo developed a strategy from a finite number of steps to defeat every human player.

让我们考虑一下另一个使世界震惊的程序, Deepmind的AlphaGo(Google)。 这不是一个有关文本输入和文本输出的程序,而是一个玩游戏Go的程序。 由于玩家可以在此游戏中进行的动作几乎是无限的,因此无法计算所有动作。 AlphaGo通过有限的步骤制定了战胜每个人类玩家的战略。

The AI researchers developed AlphaGo further in its successor AlphaZero which was more powerful and could play Chess and Shogi as well. This approach is fundamentally different from that of GPT-3 in that is starts from scratch and with the rules of the game uses reinforcement learning to become expert level. The AI plays millions of times against itself, before competing with a human.

AI研究人员在其继任者AlphaZero中进一步开发了AlphaGo,后者更强大,并且可以玩国际象棋和将棋。 这种方法与GPT-3的方法从根本上不同,因为它是从头开始的,并且随着游戏规则的运用,强化学习已成为专家级别。 在与人类竞争之前,AI对自己进行了数百万次的对抗。

演示地址

Deepmind (AlphaZero) and OpenAI (GPT-3) have thus fundamental different ways of approaching AI. Whereas Alpha Zero can learn by reinforcement learning (playing against itself) with only from the rules and goal of game as start, GPT-3 based on the input of millions of texts which labels itself to produce all kinds of output texts.

因此,Deepmind(AlphaZero)和OpenAI(GPT-3)具有与AI根本不同的方式。 Alpha Zero只能通过以游戏的规则和目标作为开始进行强化学习(对战)来学习,而GPT-3则基于数以百万计的文本输入来进行标记,以产生各种输出文本。

Both approaches have no real world knowledge so they don’t have a kind of common sense. This is troublesome to move these approaches forward.

两种方法都没有现实世界的知识,因此它们没有常识。 将这些方法向前推进很麻烦。

Now there is yet another approach which is called COMET. This is a meta model approach which allow a common sense way of reasoning as explained in the following article

现在还有另一种方法,称为COMET 。 这是一种元模型方法,允许使用常识推理方法,如以下文章中所述

结合AI方法(Combining AI approaches)

All approaches are still more fundamental research endeavors than the real world examples we earlier gave. Still they are key for making long-term progress. AlphaZero, GPT-3 and COMET all are parts of the puzzle for general artificial intelligence. The combination of these approaches would create a much stronger AI. A combination of task, goal and reasoning orientated ways of coping with the world.

与我们之前给出的实际示例相比,所有方法仍是更基础的研究工作。 它们仍然是取得长期进展的关键。 AlphaZero,GPT-3和COMET都是通用人工智能难题的一部分。 这些方法的组合将创建一个更强大的AI。 以任务,目标和推理为导向的应对方式相结合。

So instead of experts in their field, combined AI functions more like a network of experts. Much like human scientists cooperate through universities.

因此,合并的AI功能代替了自己领域的专家,更像是专家网络。 就像人类科学家通过大学合作一样。

Homo universalis became a specialist which created AI experts that becoming AI universalis. This means we may get advice in a way Coopernicus, Erasmus or Leanardo da Vinci would give us. As a specialist it’s namely hard to find cross-links between your own subject area and other disciplines. These links are extremely valuable. It takes mostly a certain of brilliancy to connect the dots in new ways. So we may have a lot of knowledge and insight on a particular subject, but this doesn’t mean we can find links to other fields, as for the simple reason that we don’t have deep knowledge in these fields.

通用智人成为专家,创造了成为通用人工智能的AI专家。 这意味着我们可能会以哥白尼,伊拉斯mus或达·芬奇的方式给我们提供建议。 作为专家,很难在您自己的学科领域和其他学科之间找到交叉链接。 这些链接非常有价值。 以新的方式将点连接起来通常需要一定的才能。 因此,我们可能对特定主题有很多知识和洞察力,但这并不意味着我们可以找到其他领域的链接,原因很简单,因为我们对这些领域没有深入的了解。

AI is good in taking objects, ideas, methods from totally different fields or unrelated subjects and applies this to all other kinds of use cases and situations. MIT used AI for example to discover links between works of art.

人工智能擅长从完全不同的领域或无关主题中获取对象,思想,方法,并将其应用于所有其他类型的用例和情况。 例如,麻省理工学院使用AI来发现艺术品之间的联系。

Here is one of the results:

这是结果之一:

In the current state AI is not capable to give meaning to such links, but it can work as a new kind of recommendation system. Like YouTube or NetFlix recommend a video, these AI systems can recommend a scientific link. Researcher can investigate unexpected links leading to whole new discoveries. In the future scientists and AI working together can be both specialist as generalist.

在当前状态下,AI无法赋予此类链接以含义,但是它可以作为一种新型的推荐系统。 就像YouTube或NetFlix推荐视频一样,这些AI系统也可以推荐科学链接。 研究人员可以调查导致整个新发现的意外链接。 将来,科学家和AI可以一起作为通才专家。

翻译自: https://medium.com/swlh/ai-ai-universalis-f2a3129cb27

996普遍吗


http://www.taodudu.cc/news/show-5857772.html

相关文章:

  • 用python写爱你_python表白代码-520使用Python实现quot;我爱你”表白
  • [设计模式]解释器(Interpreter)之大胆向MM示爱吧
  • 水冒泡了几度,形容汽水冒泡的句子
  • 定时关机设置与解除
  • windos设置定时关机
  • AutoCAD二次开发,模拟三体运动,C#
  • AutoCAD模拟三体运动,AutoCAD二次开发,C#,net
  • c语言 二维坐标,AutoCAD的二维坐标可分为() 。A.直角坐标B.极坐标C.UCS坐标D.三维坐标...
  • Autocad VBA初级教程
  • 2013autocad学习2
  • c#获取autocad安装位置_Robotstudio软件二次开发:基于C#语言的Smart组件开发基础
  • 【JAVA】简易美颜相机
  • Glide(一 4.8.0版本)
  • 女主播的“逆天”美颜原来是靠这些 AI 技术实现的
  • java有道_java中的各种流(老师的有道云笔记)
  • 【Rust日报】 2019-03-31
  • http://click.aliyun.com/m/20492/ DT科技评论第37期:Cato_Network将会重新定义下一代网络以及安全
  • windows使用opencc中文简体和繁体互转 12.8
  • python网易云歌词做成词云图_讨好女朋友:用Python给女朋友做一个歌曲词云图
  • [golang gin框架] 29.Gin 商城项目-用户登录,注册操作
  • protect 继承_C++继承详解:共有(public)继承,私有(private)继承,保护(protected)继承...
  • java中如何实现继承_Java继承
  • 继承的详解
  • 基于cocoStudio和BMfont的艺术字体制作
  • 中信集团张波:信息化已经过去,数字化刚刚到来
  • 证券信息软件出现程序假死的解决办法
  • 信必优成功案例:中信证券
  • getStoreStorage fail
  • Download Fail:FireHouse Fail
  • Linux入门-常见指令

996普遍吗_普遍的爱相关推荐

  1. 使vim变正常_我为什么爱Vim:鲜为人知的功能使其变得如此惊人

    使vim变正常 by Amit Kulkarni 通过阿米特·库尔卡尼(Amit Kulkarni) Since I started using Vim in 2016, I've discovere ...

  2. 因为你的电脑安装了即点即用_即你所爱

    因为你的电脑安装了即点即用 Data visualization is a great way to celebrate our favorite pieces of art as well as r ...

  3. 将您重定向的次数过多什么意思_忙忙碌碌将爱麻木是什么歌-所以会忙忙碌碌将爱麻木歌曲意思、出处、含义介绍...

    如果你也是一个忙忙碌碌的人那么你一定已经在抖音上刷到了那么一句忙忙碌碌将爱麻木歌吧.今天小编为大家带来的就是所以会忙忙碌碌将爱麻木歌曲意思.出处.含义介绍,感兴趣就快来看看吧. 所以会忙忙碌碌将爱麻木 ...

  4. 软件技术债务是什么_为什么我爱技术债务

    软件技术债务是什么 这不一定是你所期望的一篇文章,我想,标题* ,但我的粉丝的技术债务 . 这有两个原因:一个不好的理由和一个很好的理由. 首先,我将先介绍不良原因,然后解释为什么即使那也不是真正喜欢 ...

  5. 小贝拉机器人是朋友_小朋友最爱的肉松美味来啦!咸香浓郁,肉松??控一定不要错过~...

    小朋友们的最爱又来了~孩子哭闹不能打,肉松美味拯救他!肉松好吃又营养,佐粥拌面全靠它,而且做法一点也不难.搭配吐司做成吐司肉松卷,简直是神仙般的早餐!厚实香酥的肉松,扎实口感带着咸香风味,不能再爱了! ...

  6. 建模大师怎么安装到revit中_工程师最爱的REVIT插件,让BIM建模溜到飞起!

    今日BIM公益培训:Revit 如何使用简化的二维图形代替复杂的三维模型平面投影私信--获取视频链接 手绘时代加班到晚上7点,CAD时代加班到晚上12点,BIM时代加班到第二天7点.为什么科技进步,我 ...

  7. 中内连和外联的去区别_喜欢和爱的区别是什么?“爱”的繁体字会告诉你答案...

    我是东林夕亭,你有故事,就来找我. 点击上方『关注』,你就是我的人了. 虽然我们有时候会说自己喜欢什么,有时候会说自己爱什么,看似能把"喜欢和爱"分得很清一样,实际上,很多人只是顺 ...

  8. js滤镜灰度计算_案例分享爱奇艺边缘计算探索与实践

    摘要: 随着云原生技术的发展和 5G 商用的到来,边缘计算随"风"而起.本文将从提升视频播放体验和降低带宽成本的两个目标,介绍爱奇艺在边缘计算服务平台和边缘缓存应用场景两方面的实践 ...

  9. hhkb mac设置_我最爱的HHKB

    咳咳....妹子们你们不是不知道送男票啥礼物吗?一起来看看这个妹子多么的机智,往下看,仔细看,从头看到尾: 程序员工作那么辛苦,吃饭的家伙还是可以提升一下的.我不懂键盘,但我知道他每天触摸键盘的时间最 ...

最新文章

  1. leetcode--括号生成--python
  2. REDHAT6.4桌面环境添加快捷建打开命令行终端
  3. Linux下 ln 命令详解
  4. Java 开发者必备手册开放下载!
  5. (1)hibenrate入门例子
  6. 第38天:运算符、字符串对象常用方法
  7. 卡耐基梅隆计算机学院,卡内基梅隆计算机学院--计算机系简介
  8. 创建构建方法android,如何快速创建并发布一个 Android 库
  9. 使用C#创建Windows服务 并发布Windows 服务
  10. ASP.NET配置FCKeditor文本编辑器
  11. 2020下半年软考中级网工答案
  12. 【NOIP practice】BSOJ 3140 冲出亚洲 模拟
  13. 循环卷积和线性卷积的关系
  14. C/C++后台开发基础知识
  15. ecshop添加多国货币
  16. 为什么IOS比安卓流畅
  17. 剪气球串 java_气球的8种创新科学玩法,玩过3样算你牛
  18. linux的备份和恢复命令,Ubuntu 16.04备份和恢复小结
  19. 默认墨迹天气 下雪效果
  20. python画图怎么调色_数据可视化Seaborn从零开始学习教程(二) 颜色调控篇

热门文章

  1. 常见的几个网络安全问题,你都知道吗?
  2. C语言——二叉树的创建(二叉链表)
  3. secureCRT中解决按小键盘上的数字出现字母和换行问题
  4. PHP初中英语在线考试系统的设计与实现 计算机毕设源码87564
  5. java变量无修饰符默认类型,java默认修饰符
  6. 用Python开发一款王者荣耀的“脚本”!上王者轻轻松!
  7. 主定理求解算法时间复杂度
  8. python输入三角形的三条边_牛鹭学院:学员笔记|Python: 输入三条边,判断是否可以成为三角形...
  9. linux多种方式查看系统时间
  10. 美国著名报刊杂志链接