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.pswp.cn/news/540497.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/540497.shtml
英文地址,請注明出處:http://en.pswp.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…