Artificial Intelligence Term

Artificial Intelligence Term

前言

阅读书籍DEEP LEARNING后, 术语解释.

  • AI难点
  • deep learning (深度学习)
  • AI knowledge base (AI知识库)
    • hard-code (硬编码)
  • representation learning (表示学习)
  • machine learning (机器学习)

下图为AI包含关系的维恩图, 该图出自书籍DEEP LEARNING.

这里写图片描述


Terminology interpretation

AI的任务

解决对人来说容易执行, 但很难形式化描述的任务. 如识别人类说的话(自然语言), 或物体的图像等.


深度学习

通过较简单的概念来构建较复杂的概念, 这样会得到一个层次化的概率, 使用这种层次化的概念来让计算机实现类似人的不容易被人形式化描述的能力.

通过简单的概念逐渐叠加构建更复杂的概念, 绘制出表示这些概念如何建立在彼此之上的图, 我们能到得到一张

“深”(层次很多)的图, 基于这种原因, 这类方法被称为深度学习.

深度学习中典型的模型为前馈深度网络多层感知机(multilayer perceptron, MLP)

ps: 点动成线, 线动成面, 面动成体. 亦或者我们画个太阳, 是一动笔就画太阳的细节(如发出的光), 还是先画个简单的圆.

MLP

MLP是一个将一组输入值映射到输出值的数学函数, 该数学函数由许多较简单的函数复合而成.


知识库

通过将关于世界的知识用形式化的程序语言进行hard-code(硬编码), 计算机可以使用逻辑推理规则来自动地理解这些形式化语言中的声明, 这也就是AI的知识库(knowledge base)方法.

其中最著名的项目为Cyc, Cyc包括一个推断引擎和一个使用CycL语言描述的声明数据库. 这些声明是由人类监督者输入的. 这是一个很笨拙的过程, 人们设法设计出足够复杂的形式化规则来精确地描述世界.

hard-code

from wikipedia: 将数据直接嵌入到程序或其他可执行对象的源代码中的软件开发实践,而不是从外部源获取数据或在运行时生成数据。硬编码数据通常只能通过编辑源代码和重新编译可执行文件来修改,尽管可以使用调试器十六进制编辑内存或磁盘上进行更改。


表示学习

使用机器学习来发掘表示本身, 而不仅仅只是把表示映射到输出, 这种方法被称作表示学习.

表示学习的经典例子为自编码器.

表示(representation)

这里的表示的意思是指数据的表示(或描述等等类似的概念), 如使用阿拉伯数字计算和使用罗马数字计算的效果是不一样的, 虽然它们计算的结果是一样的. 有点类似于使用两种不同的语言C和python来实现同一个功能, 它们的效果是不同的, 但功能结果是相同的.

而表示学习中所说的发掘表示本身, 其意为学习并发掘出表示本身的模式, 并生产另一种表示形式.

我将它理解为: 提取原有事物的表示方式, 并升华出更合适或更有效的表示方式, 将表示的方式更加精细化.

自编码器

自编码器由一个编码器函数和解码器函数构成, 编码器函数会将原有的表示编码成另一种表示方式, 而解码器则是将转换后的表示方式转换为原来的方式.


机器学习

AI系统具有自己获取知识的能力, 即从原始的数据中提取模式的能力, 这种能力被称为机器学习.

简单的机器学习算法如逻辑回归(logistic regression)朴素贝叶斯(naive Bayes).


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
This new edition provides a comprehensive, colorful, up to date, and accessible presentation of AI without sacrificing theoretical foundations. It includes numerous examples, applications, full color images, and human interest boxes to enhance student interest. New chapters on robotics and machine learning are now included. Advanced topics cover neural nets, genetic algorithms, natural language processing, planning, and complex board games. A companion DVD is provided with resources, applications, and figures from the book. Numerous instructors’ resources are available upon adoption. FEATURES: Includes new chapters on robotics and machine learning and new sections on speech understanding and metaphor in NLP Provides a comprehensive, colorful, up to date, and accessible presentation of AI without sacrificing theoretical foundations Uses numerous examples, applications, full color images, and human interest boxes to enhance student interest Introduces important AI concepts e.g., robotics, use in video games, neural nets, machine learning, and more thorough practical applications Features over 300 figures and color images with worked problems detailing AI methods and solutions to selected exercises Includes DVD with resources, simulations, and figures from the book Provides numerous instructors’ resources, including: solutions to exercises, Microsoft PP slides, etc. Table of Contents Part 1: Introduction Chapter 1 Overview of Artificial Intelligence PART II: FUNDAMENTALS Chapter 2 Uninformed Search Chapter 3 Informed Search Chapter 4 Search Using Games Chapter 5 Logic in Artificial Intelligence Chapter 6 Knowledge Representation Chapter 7 Production Systems PART III: KNOWLEDGE-BASED SYSTEMS Chapter 8 Uncertainty in AI Chapter 9 Expert Systems Chapter 10 Machine Learning: Part I Inductive Learning with Decision Trees Chapter 11 Machine Learning : Part II Neural Networks Chapter 12 Search Inspired by Mother Nature PART IV: ADVANCED TOPICS Chapter 13 Natural Language Understanding Chapter 14 Automated Planning PART V: THE PRESENT AND FUTURE Chapter 15 Robotics Chapter 16 Advanced Computer Games Chapter 17 Reprise Appendix A. Example with CLIPS: The Expert System Shell Appendix B. Implementation of the Viterbi Algorithm for Hidden Markov Chains. Appendix C. The Amazing Walter Shawn Browne Appendix D. On Companion Data Disc Appendix E. Solutions to Selected Odd Exercises

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值