城市ai大脑

I recently started a new newsletter focus on AI education. TheSequence is a no-BS( meaning no hype, no news etc) AI-focused newsletter that takes 5 minutes to read. The goal is to keep you up to date with machine learning projects, research papers and concepts. Please give it a try by subscribing below:

我最近开始了一份有关AI教育的新时事通讯。 TheSequence是无BS(意味着没有大肆宣传,没有新闻等),它是专注于AI的新闻通讯,需要5分钟才能阅读。 目标是让您了解机器学习项目,研究论文和概念的最新动态。 请通过以下订阅尝试一下:

The brain has always been considered the main inspiration for the field of artificial intelligence(AI). For many AI researchers, the ultimate goal of AI is to emulate the capabilities of the brain. That seems like a nice statement but its an incredibly daunting task considering that neuroscientist are still struggling trying to understand the cognitive mechanism that power the magic of our brains. Despite the challenges, more regularly we are seeing AI research and implementation algorithms that are inspired by specific cognition mechanisms in the human brain and that have been producing incredibly promising results. In 2017, the DeepMind team published a paper about neuroscience-inspired AI that summarizes the circle of influence between AI and neuroscience research.

大脑一直被认为是人工智能(AI)领域的主要灵感来源。 对于许多AI研究人员而言,AI的最终目标是模仿大脑的功能。 这似乎是一个很好的陈述,但考虑到神经科学家仍在努力理解驱动大脑魔术的认知机制,这是一项艰巨的任务。 尽管面临挑战,但更经常地,我们看到AI研究和实现算法受到人类大脑中特定的认知机制的启发,并产生了令人难以置信的令人鼓舞的结果。 2017年,DeepMind团队发表了一篇关于神经科学启发的AI的论文 ,总结了AI与神经科学研究之间的影响圈。

You might be wondering what’s so new about this topic? Everyone knows that most foundational concepts in AI such as neural networks have been inspired by the architecture of the human brain. However, beyond that high level statement, the relationship between the popular AI/deep learning models we used everyday and neuroscience research is not so obvious. Let’s quickly review some of the brain processes that have a footprint in the newest generation of deep learning methods.

您可能想知道有关此主题的最新信息? 众所周知,人工智能中的大多数基础概念(例如神经网络)都受到人脑结构的启发。 然而,除了高水平的陈述外,我们每天使用的流行AI /深度学习模型与神经科学研究之间的关系还不是很明显。 让我们快速回顾一下最新一代深度学习方法中具有足迹的一些大脑过程。

注意 (Attention)

Source: https://www.cell.com/neuron/fulltext/S0896-6273%2817%2930509-3
资料来源: https : //www.cell.com/neuron/fulltext/S0896-6273%2817%2930509-3

Attention is one of those magical capabilities of the human brain that we don’t understand very well. What brain mechanisms allow us to focus on a specific task and ignore the rest of the environment? Attentional mechanisms have become a recent source of inspiration in deep learning models such as convolutional neural networks(CNNs) or deep generative models. For instance, modern CNN models have been able to get a schematic representation of the input and ignore irrelevant information improving their ability of classifying objects in a picture.

注意是人类大脑无法理解的神奇功能之一。 什么样的大脑机制可以使我们专注于特定任务而忽略其余环境? 注意机制已成为诸如卷积神经网络(CNN)或深度生成模型之类的深度学习模型中最新的灵感来源。 例如,现代的CNN模型已经能够获得输入的示意图,并忽略不相关的信息,从而提高了它们对图片中的对象进行分类的能力。

情景记忆 (Episodic Memory)

Source: https://www.cell.com/neuron/fulltext/S0896-6273%2817%2930509-3
资料来源: https : //www.cell.com/neuron/fulltext/S0896-6273%2817%2930509-3

When you remember autobiographical events such as events or places we are using a brain function known as episodic memory. This mechanism is most often associated with circuits in the medial temporal lobe, prominently including the hippocampus. Recently, AI researchers have try to incorporate methods inspired by episodic memory into reinforcement learning(RL) algorithms to episodic control. These networks store specific experiences (e.g., actions and reward outcomes associated with particular Atari game screens) and select new actions based on the similarity between the current situation input and the previous events stored in memory, taking the reward associated with those previous events into account.

当您记住诸如事件或地点之类的自传事件时,我们使用的是称为情景记忆的大脑功能。 该机制最常与内侧颞叶的电路相关,主要包括海马体。 最近,AI研究人员尝试将受情节记忆启发的方法纳入用于情节控制的强化学习(RL)算法中。 这些网络存储特定的体验(例如,与特定Atari游戏屏幕相关联的动作和奖励结果),并根据当前情况输入与存储在内存中的先前事件之间的相似性来选择新动作,并考虑与那些先前事件相关的奖励。

持续学习 (Continual Learning)

Source: https://www.cell.com/neuron/fulltext/S0896-6273%2817%2930509-3
资料来源: https : //www.cell.com/neuron/fulltext/S0896-6273%2817%2930509-3

As humans we have the ability to learn new tasks without forgetting previous knowledge. Neural networks, in contrast suffer from what is known as the problem of catastrophic forgetting. This occurs, for instance, as the neural network parameters shift toward the optimal state for performing the second of two successive tasks, overwriting the configuration that allowed them to perform the first.

作为人类,我们有能力学习新任务而不会忘记以前的知识。 相反,神经网络则遭受所谓的灾难性遗忘问题。 例如,当神经网络参数移向用于执行两个连续任务中的第二个任务的最佳状态时,就会发生这种情况,从而覆盖允许他们执行第一个任务的配置。

One of the recent deep learning techniques inspired by the field of continual learning is known as ‘‘elastic’’ weight consolidation (EWC) . This new method acts by slowing down learning in a subset of network weights identified as important to previous tasks, thereby anchoring these parameters to previously found solutions. This allows multiple tasks to be learned without an increase in network capacity, with weights shared efficiently between tasks with related structure. In this way, the EWC algorithm allows deep RL networks to support continual learning at large scale.

受持续学习领域启发的最新深度学习技术之一被称为“弹性”重量合并(EWC)。 这种新方法的作用是放慢对被认为对先前任务很重要的网络权重子集中的学习,从而将这些参数锚定到先前找到的解决方案中。 这样就可以在不增加网络容量的情况下学习多个任务,并且可以在具有相关结构的任务之间有效地共享权重。 通过这种方式,EWC算法允许深度RL网络支持大规模的连续学习。

想象力与计划 (Imagination and Planning)

Source: https://www.cell.com/neuron/fulltext/S0896-6273%2817%2930509-3
资料来源: https : //www.cell.com/neuron/fulltext/S0896-6273%2817%2930509-3

One of my favorite definitions of consciousness is related to the ability of humans( and other species) to forecast and think about the future. Most deep learning systems remain operate in incredibly reactive modes that makes it impossible to plan for longer term outcomes. New areas of AI research have focused on simulation-based planning applied to deep generative models. In particular, recent work has introduced new architectures that have the capacity to generate temporally consistent sequences of generated samples that reflect the geometric layout of newly experienced realistic environments, providing a parallel to the function of the hippocampus in binding together multiple components to create an imagined experience that is spatially and temporally coherent.

我最喜欢的意识定义之一与人类(和其他物种)预测和思考未来的能力有关。 大多数深度学习系统仍然以难以置信的React模式运行,这使得无法计划长期的结果。 人工智能研究的新领域集中于应用于深度生成模型的基于仿真的计划。 特别是,最近的工作引入了新的体系结构,该体系结构具有生成所生成样本的时间上一致的序列的能力,这些序列反映了新近体验的现实环境的几何布局,提供了与海马在将多个组件绑定在一起以创建想象中的功能相类似的功能。在时间和空间上是连贯的体验。

推理 (Inference)

Source: https://bair.berkeley.edu/blog/2017/07/18/learning-to-learn/
资料来源: https : //bair.berkeley.edu/blog/2017/07/18/learning-to-learn/

Human cognition is notorious for its ability to learn new concepts by drawing inspiration from previous knowledge through inductive inferences. Contrary to that, deep learning systems rely on massive amounts of training data to master the simplest of tasks. Recent work in structured probabilistic methods and deep generative models have started to incorporate brain-inspired inference mechanisms in AI programs. The classes of models can make inferences about a new concept despite a poverty of data and generate new samples from a single example concept, The rapidly growing field of meta-learning is another AI area of research inspired by the inference abilities of the human brain.

人类认知因其通过归纳推理从先前知识中汲取灵感来学习新概念的能力而臭名昭著。 与此相反,深度学习系统依赖大量的训练数据来掌握最简单的任务。 结构化概率方法和深度生成模型的最新工作已开始将脑启发式推理机制纳入AI程序。 尽管数据匮乏,这些模型类别仍可对新概念进行推断,并可以从单个示例概念生成新样本。元学习的Swift发展是受人脑推理能力启发的另一个AI研究领域。

翻译自: https://medium.com/swlh/five-functions-of-the-brain-that-are-inspiring-ai-research-67f9d327ec62

城市ai大脑


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

相关文章:

  • 神经网络算法优化_训练神经网络的各种优化算法
  • 算法偏见是什么_人工智能中的偏见有什么作用?
  • 查看-增强会话_会话助手平台-Hinglish Voice等!
  • 可解释ai_人工智能解释
  • 机器学习做自动聊天机器人_聊天机器人业务领袖指南
  • 神经网络 代码python_详细使用Python代码和数学构建神经网络— II
  • tensorflow架构_TensorFlow半监督对象检测架构
  • 最牛ai波士顿动力上台阶_波士顿动力的位置如何使美国成为人工智能的关键参与者...
  • 阿里ai人工智能平台_AI标签众包平台
  • 标记偏见_人工智能的偏见
  • lstm预测单词_从零开始理解单词嵌入| LSTM模型|
  • 动态瑜伽 静态瑜伽 初学者_使用计算机视觉对瑜伽姿势进行评分
  • 全自动驾驶论文_自动驾驶汽车:我们距离全自动驾驶有多近?
  • ocr图像识别引擎_CycleGAN作为OCR图像的去噪引擎
  • iphone 相机拍摄比例_在iPhone上拍摄:Apple如何解决Deepfakes和其他媒体操纵问题
  • 机器学习梯度下降举例_举例说明:机器学习
  • wp-autoblog_AutoBlog简介
  • 人脸识别 特征值脸_你的脸值多少钱?
  • 机器学习算法的差异_我们的机器学习算法可放大偏差并永久保留社会差异
  • ai人工智能_AI破坏已经开始
  • 无监督学习 k-means_无监督学习-第5部分
  • 负熵主义者_未来主义者
  • ai医疗行业研究_我作为AI医疗保健研究员的第一个月
  • 梯度离散_使用策略梯度同时进行连续/离散超参数调整
  • 机械工程人工智能_机械工程中的人工智能
  • 遗传算法是机器学习算法嘛?_基于遗传算法的机器人控制器方法
  • ai人工智能对话了_对话式AI:智能虚拟助手和未来之路。
  • mnist 转图像_解决MNIST图像分类问题
  • roc-auc_AUC-ROC技术的局限性
  • 根据吴安德(斯坦福大学深度学习讲座),您应该如何阅读研究论文

城市ai大脑_激发AI研究的大脑五个功能相关推荐

  1. ai模型_这就是AI的样子:用于回答问题的BiDAF模型

    ai模型 We at Zetane are all about democratizing AI, but getting to the laudable goal of empowering mor ...

  2. ai人工智能_当AI接手我们的三种情况时

    ai人工智能 不像Luddites (Unlike the Luddites) In the 19th century, a group of textile workers, know as the ...

  3. 国际象棋ai下载_国际象棋AI的解剖

    国际象棋ai下载 Chess-playing programs made their grand debut in the 50's. They were unsurprisingly fairly ...

  4. python api调用百度ai平台_百度ai开放平台使用方法(附带详细案例步骤)

    百度ai开放平台 1.百度ai开放平台内有众多功能,如文字识别,语音技术等等内容,本文章以身份证识别为例子,教大家怎么使用它啦 链接走起:https://cloud.baidu.com/?from=c ...

  5. 用python实现ai围棋_围棋AI.Leela+Python脚本分析棋谱

    完成了Sabaki+LeelaSabaki+Leela GTP搭建完美围棋AI平台后,在"飞扬围棋论坛"看到有棋友介绍用Leela+Python脚本分析棋谱,于是也试了一下. 软件 ...

  6. java ai库_百度AI开放平台 Java SDK

    安装Java SDK Java SDK主要目录结构 com.baidu.aip ├── auth //签名相关类 ├── http //Http通信相关类 ├── client //公用类 ├── e ...

  7. 城市大脑不仅是AI系统,更是结合人类智慧的混合智能巨系统

    作者:刘锋 <互联网进化论>作者 从2015年开始,智慧城市的类脑化进程不断加速,包括城市大脑,城市云脑,城市神经系统,智慧城市脑,交通大脑等概念不断涌现,人工智能成为当前科技热点的今天, ...

  8. 未来智能实验室成立,建设世界第一个AI智商评测和趋势研究机构

    来源:未来智能实验室 互联网云脑逐渐清晰,AI与互联网结合引发AI威胁论 从科学史可以看到这样一个规律:每一次人类社会的重大技术变革都会导致新领域的科学革命.互联网革命对于人类的影响已经远远超过了大工 ...

  9. 370万开发者,14万家企业!飞桨中国行落地深圳 激发AI软硬件创新发展新动能...

    关注公众号,发现CV技术之美 AI 应用时代,人工智能技术正从实验室走向产业化,随着人工智能逐渐面向产品应用市场,人工智能软硬件一体化发展成为行业共识,尤其是人工智能硬件市场的激增,展现出强大的发展潜 ...

  10. 一周AI要闻回顾 | FB新研究颠覆CNN,加州新政允许无人卡车路测

    李根 发自 纽凹非寺  量子位 报道 | 公众号 QbitAI 2019年第16周,全球AI领域有诸多新进展. 量子位筛选整理出过去一周Top 10,从技术新突破.政策新风向和产业新动态3大方面,为你 ...

最新文章

  1. 人机协同作战:或改写未来战争规则
  2. suse mysql ERROR1045_Suse发生了错误Access denied for user #39;#39;@#39;localhost#39; toamp;...
  3. linux 引用其它脚本中的变量
  4. Apache ECharts顺利毕业,成为ASF顶级项目
  5. 训练日志 2018.11.28
  6. 《BUG创造队》作业9:【Beta】冲刺 Scrum meeting 1
  7. U3D关于message的使用
  8. STOP: TOTAL NO. of ITERATIONS REACHED LIMIT.
  9. linux 下的绘图软件Visio——流程图,矢量图
  10. 常用正则表达式匹配(中文字符)
  11. 八位超前进位加法器八位行波进位加法器
  12. puts() 与 printf() 的对比
  13. 半导体存储器(RAM和ROM)
  14. ctfshow七夕杯 writeup
  15. 李大勇matlab密码,基于MatlabSimulink的太阳能热水系统仿真研究 沈超.doc
  16. 如何实现给table表头加斜线
  17. Django连接数据库以及其他的基本操作
  18. RN 原生模块及组件入门
  19. 洛谷 P1914 小书童——凯撒密码
  20. thymeleaf:字符串Strings常见的使用方法

热门文章

  1. 解决IIS进程回收后第一次访问慢的问题
  2. DataGridView拖动换行
  3. python并发编程之多进程
  4. 20200815每日一句
  5. 190623每日一句
  6. 多个kinect标定,颜色和深度的标定
  7. opencv 光流法
  8. Atitit 数据库技术体系 艾提拉总结 目录 1. 2. 初始概念 5 2 1.1. 2.1. 数据库的类型,网状,层次,树形数据库,kv数据库。Oodb 多媒体数据库 5 2 1.2. 2.2.
  9. Atitit 关于建立知识库体系的方案
  10. atitit.跨平台gui 概览