
Answer-first summary for fast verification
Answer: Utiliza a probabilidade de um evento a partir do conhecimento a priori.
## Explanation **Correct Answer: C** - Utiliza a probabilidade de um evento a partir do conhecimento a priori. **Why this is correct:** Bayes' Rule (or Bayes' Theorem) is a fundamental concept in probability theory that describes how to update the probability of a hypothesis based on new evidence. It specifically uses: 1. **Prior probability** - The initial probability of an event before considering new evidence (knowledge a priori) 2. **Likelihood** - The probability of observing the evidence given the hypothesis 3. **Posterior probability** - The updated probability after considering the evidence The formula is: P(A|B) = [P(B|A) × P(A)] / P(B) Where: - P(A|B) is the posterior probability - P(A) is the prior probability (knowledge a priori) - P(B|A) is the likelihood - P(B) is the evidence **Why other options are incorrect:** **A)** Incorrect - While Bayes' Rule involves probability, it's not specifically about "probabilistic search" but about updating probabilities based on evidence. **B)** Incorrect - Bayes' Rule is not a logical-inductive rule; it's a mathematical theorem in probability theory. **D)** Incorrect - Bayes' Rule specifically deals with how events ARE related through conditional probabilities, not how they should NOT be related. **E)** Incorrect - Bayes' Rule doesn't describe "precision of events" or measure "proportion of results" in the way described. It's about updating probabilities based on evidence. **Key Takeaway:** Bayes' Rule is essential in data science, machine learning, and statistics for updating beliefs based on new data, making option C the most accurate description.
Author: Danyel Barboza
Ultimate access to all questions.
No comments yet.
QUESTÃO 69 – Sobre a regra de Bayes, é correto afirmar que:
A
Trata-se de uma ampliação do conceito de busca probabilística.
B
Refere-se a uma regra lógico-indutiva.
C
Utiliza a probabilidade de um evento a partir do conhecimento a priori.
D
Associa-se à probabilidade de que não deve estar relacionada ao evento.
E
Descreve a precisão de eventos medindo a proporção dos resultados.