exam questions

Exam AWS Certified Machine Learning - Specialty All Questions

View all questions & answers for the AWS Certified Machine Learning - Specialty exam

Exam AWS Certified Machine Learning - Specialty topic 1 question 105 discussion

A Machine Learning Specialist is deciding between building a naive Bayesian model or a full Bayesian network for a classification problem. The Specialist computes the Pearson correlation coefficients between each feature and finds that their absolute values range between 0.1 to 0.95.
Which model describes the underlying data in this situation?

  • A. A naive Bayesian model, since the features are all conditionally independent.
  • B. A full Bayesian network, since the features are all conditionally independent.
  • C. A naive Bayesian model, since some of the features are statistically dependent.
  • D. A full Bayesian network, since some of the features are statistically dependent.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
[Removed]
Highly Voted 2 years, 10 months ago
I would say D, because of correlations and dependencies between features. See https://towardsdatascience.com/basics-of-bayesian-network-79435e11ae7b and https://www.quora.com/Whats-the-difference-between-a-naive-Bayes-classifier-and-a-Bayesian-network?share=1
upvoted 24 times
Juka3lj
2 years, 9 months ago
I agree, makes moste sense
upvoted 1 times
...
...
Vita_Rasta84444
Highly Voted 2 years, 9 months ago
It should be D. Naive Bayes is called naive because it assumes that each input variable is independent. This is a strong assumption and unrealistic for real data; however, the technique is very effective on a large range of complex problems.
upvoted 9 times
...
Mickey321
Most Recent 11 months, 1 week ago
Selected Answer: D
In this case, the absolute values of the Pearson correlation coefficients range between 0.1 to 0.95. This means that some of the features are statistically dependent. Therefore, a full Bayesian network is a better model for the underlying data than a naive Bayesian model.
upvoted 1 times
...
AjoseO
1 year, 5 months ago
Selected Answer: D
In a full Bayesian network, features are connected to each other by edges that represent their conditional dependence relationships. A full Bayesian network is useful when the relationships between the features are complex, non-linear or when they are not conditionally independent. In this situation, where the Pearson correlation coefficients range between 0.1 and 0.95, it suggests that there are dependencies between the features, indicating that a full Bayesian network would be appropriate to capture the relationships between the features and model the data.
upvoted 5 times
...
ystotest
1 year, 8 months ago
Selected Answer: D
distinction between Bayes theorem and Naive Bayes is that Naive Bayes assumes conditional independence where Bayes theorem does not. This means the relationship between all input features are independent . The Pearson correlation coefficient (r) is the most common way of measuring a linear correlation. It is a number between –1 and 1 that measures the strength and direction of the relationship between two variables.
upvoted 3 times
...
Shailendraa
1 year, 11 months ago
A naive Bayesian model, since some of the features, are statistically dependent.
upvoted 2 times
...
SophieSu
2 years, 9 months ago
D. Naive bayes - features are independent given the class.
upvoted 6 times
...
astonm13
2 years, 9 months ago
I would say, B. Naive Bayes assumes conditional independence and not statistical
upvoted 2 times
abdohanfi
2 years, 9 months ago
you mean (a) naive bayes not (b)
upvoted 1 times
...
...
cnethers
2 years, 10 months ago
This is also a good source of information to help build your understanding https://www.simplypsychology.org/correlation.html
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...