mcq 队列_人工智能能力问答中的人工智能概率推理(MCQ)

mcq 队列

1) Which of the following correctly defines the use of probabilistic reasoning in AI systems?
  1. In situations of uncertainty, probabilistic theory can help us give an estimate of how much an event is likely to occur or happen.

  2. It helps to find the probability whether the agent should do the task or not.

  3. It does not help at all.

  4. None of the above.

Answer & Explanation

Correct answer: 1
In situations of uncertainty, probabilistic theory can help us give an estimate of how much an event is likely to occur or happen.

The only option (1) is the valid reason which correctly defines the use of probabilistic reasoning in AI systems.

1)以下哪项正确定义了AI系统中概率推理的使用?
  1. 在不确定的情况下,概率理论可以帮助我们估计事件可能发生或发生的程度。

  2. 这有助于查找代理是否应执行任务的可能性。

  3. 它根本没有帮助。

  4. 以上都不是。

答案与解释

正确答案:1
在不确定的情况下,概率理论可以帮助我们估计事件可能发生或发生的程度。

唯一的选择(1)是正确定义AI系统中概率推理用法的有效原因。

2) In which of the following mentioned statements, probabilistic reasoning is applicable?
  1. The number occurred on rolling a die.

  2. What will the temperature tomorrow?

  3. What card will get on picking a card from a fair deck of 52 cards?

  4. What output will we get on tossing a coin?

Options:

  1. Only iv.

  2. All i., ii., iii. and iv.

  3. ii. and iv.

  4. Only ii.

Answer & Explanation

Correct answer: 2
All i., ii., iii. and iv.

We cannot be 100% sure about the output we get on tossing a die, coin or picking a card, or the upcoming day’s temperature as it depends on various factors which are almost impossible to monitor accurately. However, probabilistic reasoning is applicable there.

2)在以下哪个陈述中,概率推理适用?
  1. 该数字发生在模具旋转时。

  2. 明天温度是多少?

  3. 从公平的52张牌中挑选一张牌会得到什么牌?

  4. 我们扔硬币会得到什么输出?

选项:

  1. 只有iv。

  2. 全部i。,ii。,iii。 iv。

  3. ii。 iv。

  4. 只有ii。

答案与解释

正确答案:2
全部i。,ii。,iii。 iv。

我们不能百分百确定我们继续掷骰子,硬币或捡卡所获得的输出,或即将到来的一天的温度,因为它取决于几乎无法精确监控的各种因素。 但是,概率推理在此适用。

3) On which of the mentioned points does the Probabilistic Reasoning depend?
  1. Estimation

  2. Likelihood

  3. Observations

  4. All of the above

Answer & Explanation

Correct answer: 4
All of the above

All the mentioned reasons are valid as the Probabilistic reasoning depends upon all of them.

3)概率推理取决于哪一点?
  1. 估算值

  2. 可能性

  3. 观察结果

  4. 上述所有的

答案与解释

正确答案:4
上述所有的

所有提到的原因都是有效的,因为概率论推理取决于所有这些原因。

4) The results that we get after we apply probabilistic reasoning to a problem are,
  1. 100% accurate

  2. Estimated values

  3. Wrong values

  4. None of the above

Answer & Explanation

Correct answer: 2
Estimated values

Probabilistic theory helps us to derive an estimate about how much an event is likely to occur or happen.

4)将概率推理应用于问题后所得到的结果是,
  1. 100%准确

  2. 估计值

  3. 值错误

  4. 以上都不是

答案与解释

正确答案:2
估计值

概率理论可帮助我们得出有关事件可能发生或发生的程度的估计。

5) State whether the following condition is true or false?
"The sum of all these probabilities for an experiment is always 1 because all these events/alternatives can happen only within this experiment."
  1. True

  2. False

Answer & Explanation

Correct answer: 1
True

It is the basic and most important law of probability that the sum of probabilities for an experiment is always 1.

5)陈述以下条件是对还是错?
“一个实验的所有这些概率之和总为1,因为所有这些事件/替代方案都只能在该实验中发生。”
  1. 真正

答案与解释

正确答案:1
真正

实验的概率总和始终为1是概率的基本且最重要的定律。

翻译自: https://www.includehelp.com/ml-ai/artificial-intelligence-probabilistic-reasoning-in-ai-aptitude-questions-and-answers-mcq.aspx

mcq 队列

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/540497.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

[转载] Python中的xrange和range的区别

参考链接: Python中的range()和xrange() 在python2 中 range(start,end,step)返回一个列表,返回的结果是可迭代对象,但不是迭代器。iter()转化为列表迭代器。xrange()返回的是一个序列,他也是可迭代对象,但不是迭代…

Kubernetes基础组件概述

本文讲的是Kubernetes基础组件概述【编者的话】最近总有同学问Kubernetes中的各个组件的相关问题,其实这些概念内容在官方文档中都有,奈何我们有些同学可能英文不好,又或者懒得去看,又或者没有找到,今天有时间就专门写…

c语言将链表写入二进制文件_通过逐级遍历将二进制树转换为单链表的C程序

c语言将链表写入二进制文件Problem statement: Write a C program to convert a binary tree into a single linked list by traversing level-wise. 问题陈述:编写一个C程序,通过逐级遍历将二进制树转换为单个链表 。 Example: 例: The ab…

[转载] C Primer Plus 第6章 C控制语句 6.16 编程练习及答案

参考链接: 用Python打印金字塔图案的程序 2019独角兽企业重金招聘Python工程师标准>>> 1、编写一个程序,创建一个具有26个元素的数组,并在其中存储26个小写字母。并让该程序显示该数组的内容。 #include int main (void) { …

C# String和string的区别

C#中同时存在String与string MSDN中对string的说明: string is an alias for String in the .NET Framework。string是String的别名而已,string是c#中的类,String是Framework的类,C# string 映射为 Framework的 String。如果用str…

要求用户在Python中输入整数| 限制用户仅输入整数值

input() function can be used for the input, but it reads the value as a string, then we can use the int() function to convert string value to an integer. input()函数可用于输入,但它将值读取为字符串,然后可以使用int()函数将字符串值转换为…

[转载] python——if语句、逻辑运算符号

参考链接: 用Python链接比较运算符 1.if条件判断语句: if 要判断的条件(True): 条件成立的时候,要做的事情 elif 要判断的条件(True): .... elif 要判断的条件(True): .... else: 条件不成立的时候要做的事情 示例: 判断学生…

洛谷 P2689 东南西北【模拟/搜索】

题目描述 给出起点和终点的坐标及接下来T个时刻的风向(东南西北),每次可以选择顺风偏移1个单位或者停在原地。求到达终点的最少时间。 如果无法偏移至终点,输出“-1”。 输入输出格式 输入格式: 第一行两个正整数x1,y1,表示小明所…

单链表遍历_单链表及其遍历实现的基本操作

单链表遍历单链表 (Single linked list) Single linked list contains a number of nodes where each node has a data field and a pointer to next node. The link of the last node is to NULL, indicates end of list. 单个链表包含许多节点,其中每个节点都有一…

[转载] python中for语句用法_详解Python中for循环的使用_python

参考链接: 在Python中将else条件语句与for循环一起使用 这篇文章主要介绍了Python中for循环的使用,来自于IBM官方网站技术文档,需要的朋友可以参考下 for 循环 本系列前面 “探索 Python,第 5 部分:用 Python 编程” 一文讨论了 if 语句和…

windows 软链接的建立及删除

在windows服务器上有时有这样的需求,你的文件在f:\test中,但由于其它原因用户访问的是e:\test,如果又希望e:\test 中的文件与f:\test的保持同步,除了用同步软件来做外,可以用windows 的文件夹映射来做 cmd: mklink /J …

8086简单的指令流水线_在8086微处理器中执行流水线的指令和概念的步骤

8086简单的指令流水线Any computer or machine works according to some instructions. These instructions are responsible for all the work that the machine does. But how does a machine work to understand and execute that instruction? 任何计算机或机器都按照某些…

[转载] 使用Python编写打字训练小程序

参考链接: 在Python中切换大小写(替换) 你眼中的程序猿 别人眼中的程序猿,是什么样子?打字如飞,各种炫酷的页面切换,一个个好似黑客般的网站破解。可现实呢? 二指禅的敲键盘,写一行代码&#…

shell两个数字相乘_使用8086微处理器将两个16位数字相乘而不带进位

shell两个数字相乘Problem statement: 问题陈述: To perform multiplication operation between 2 16bit numbers with carry using 8086 Microprocessor. 使用8086微处理器在2个16位数字之间进行带进位的乘法运算。 Algorithm: 算法: Load the first…

Dwr 框架简单实例

Dwr 是一个 Java 开源库,帮助你实现Ajax网站。 它可以让你在浏览器中的Javascript代码调用Web服务器上的Java,就像在Java代码就在浏览器中一样。 Dwr 主要包括两部分: 在服务器上运行的 Servlet 来处理请求并把结果返回浏览器。 运行在浏览器…

[转载] Python进阶:设计模式之迭代器模式

参考链接: Python中的迭代器 在软件开发领域中,人们经常会用到这一个概念——“设计模式”(design pattern),它是一种针对软件设计的共性问题而提出的解决方案。在一本圣经级的书籍《设计模式:可复用面向对…

JavaScript | 如何为变量分配十进制,八进制和十六进制值?

Just like C programming language, we can assign integer value in the different format to the variable. 就像C编程语言一样 ,我们可以将不同格式的整数值分配给变量。 Assigning decimal value: It can be assigned simply without using any prefix. 分配十…

路由器DHCP和DHCP中继的配置

路由器 DHCP和DHCP中继的配置 路由器作为DHCP服务器: 1.配置router的地址:Route(config)# hostname gateway (更改主机名字) Gateway(config)# interface gigabitethernet 0/0 …

[转载] 大数据分析Python For循环教程

参考链接: Python中的迭代器函数1 大数据分析Python除了循环遍历列表之外,for循环还有很多其他功能,在现实世界的数据科学工作中,您可能需要将numpy数组和pandas DataFrames用于其他数据结构的循环。 大数据分析Python For循环教…

node.js 爬虫入门总结

node.js爬虫 前端同学可能向来对爬虫不是很感冒,觉得爬虫需要用偏后端的语言,诸如 php , python 等。当然这是在 nodejs 前了,nodejs 的出现,使得 Javascript 也可以用来写爬虫了。由于 nodejs 强大的异步特性&#xf…