Computer Science, asked by ayushimttal2193, 1 month ago

FIND-S algorithm output a hypothesis h from hypothesis space H

Answers

Answered by manaswini7176
0

Answer:

The find-S algorithm is a basic concept learning algorithm in machine learning. The find-S algorithm finds the most specific hypothesis that fits all the positive examples. We have to note here that the algorithm considers only those positive training example. The find-S algorithm starts with the most specific hypothesis and generalizes this hypothesis each time it fails to classify an observed positive training data. Hence, the Find-S algorithm moves from the most specific hypothesis to the most general hypothesis.

Explanation:

Please mark me as brainleist and follow

Similar questions