前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >[机器学习](一)Logic Agents基本定义

[机器学习](一)Logic Agents基本定义

原创
作者头像
衣谷鸽
修改2023-02-19 17:12:04
2650
修改2023-02-19 17:12:04
举报
文章被收录于专栏:衣谷鸽编程衣谷鸽编程

写在前言

感谢你阅读我的博客。

本系列参考自Russell, Stuart J., and Peter Norvig. "Artificial Intelligence-A Modern Approach, Third Int. Edition." (2010). 本质上是机器学习课程的笔记,所以会出现大量未经翻译的英文文段,蒙读者见谅。

引言

In which we design agents that can form representations of a complex world, use a process of inference to derive new representations about the world, and use these new representations to deduce what to do.

Agent (智能体)

Agent作为一个人工智能术语,其指代的是可以执行 Action(动作) 的 anything。 通常情况下agent执行action会受到 Environment(环境) 的影响。 (p.4)

Rational agent

A rational agent is one that acts so as to achieve the best outcome or, when there is uncertainty, the best expected outcome. (p.4)

​For each possible percept sequence, a rational agent should select an action that is expected to maximize its performance measure, given the evidence provided by the percept sequence and whatever built-in knowledge the agent has. (p.37)

Artificial Intelligence可以高度概括为研究ration agent的学科。

Logic

这个解释起来好麻烦课上也没讲之后有看到合适的资料再补充好了。

Knowledge Base

通常简写为KB。Knowledge basesentences 的集合。

Sentences

​Each sentence is expressed in a language called a knowledge representation language and represents some assertion about the world. Sometimes we dignify a sentence with the name axiom, when the sentence is taken as given without being derived from other sentences.

是术语,不能和自然语言的sentences混淆。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 写在前言
  • 引言
  • Agent (智能体)
    • Rational agent
    • Logic
    • Knowledge Base
      • Sentences
      领券
      问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档