filmov
tv
Find S: Learn to solve Find S algorithm problems in Hindi (EASY)

Показать описание
Hope you all understand my explanation:)
The algo:
1. Initialize h to the most specific hypothesis in H
2. For each positive training instance x
For each attribute, constraint ai in h
If the constraint ai is satisfied by x
then do nothing
Else
replace ai in h by the next more general constraint that is satisfied by x
3. Output the hypothesis h
The algo:
1. Initialize h to the most specific hypothesis in H
2. For each positive training instance x
For each attribute, constraint ai in h
If the constraint ai is satisfied by x
then do nothing
Else
replace ai in h by the next more general constraint that is satisfied by x
3. Output the hypothesis h