CompTIA
DY0-001 · Question #54
The term "greedy algorithms" refers to machine-learning algorithms that:
The correct answer is D. make the locally optimal decision. Greedy algorithms build the solution iteratively by choosing at each step the option that appears best at that moment, without reconsidering earlier choices.
Machine Learning
Question
The term "greedy algorithms" refers to machine-learning algorithms that:
Options
- Aupdate priors as more data is seen.
- Bexamine even/ node of a tree before making a decision.
- Capply a theoretical model to the distribution of the data.
- Dmake the locally optimal decision.
How the community answered
(37 responses)- A8% (3)
- B3% (1)
- C3% (1)
- D86% (32)
Explanation
Greedy algorithms build the solution iteratively by choosing at each step the option that appears best at that moment, without reconsidering earlier choices.
Topics
#greedy algorithms#local optimization#decision trees#algorithm design
Community Discussion
No community discussion yet for this question.