Auto Topic: est-l

auto_est_l | topic

Coverage Score
1
Mentioned Chunks
2
Mentioned Docs
1

Required Dimensions

definitionpros_cons

Covered Dimensions

definitionpros_cons

Keywords

est-l

Relations

SourceTypeTargetW

Evidence Chunks

SourceConfidenceMentionsSnippet
textbook
Artificial-Intelligence-A-Modern-Approach-4th-Edition.pdf
0.572... returns a hypothesis or fail if examples is empty then return h e ← FIRST (examples) if e is consistent with h then return CURRENT -B EST-L EARNING (REST(examples), h) else if e is a false positive for h then for each h′ in specializations of h consistent with examples seen so fa ...
textbook
Artificial-Intelligence-A-Modern-Approach-4th-Edition.pdf
0.551h′′ else if e is a false negative for h then for each h′ in generalizations of h consistent with examples seen so far do h′′ ← CURRENT -B EST-L EARNING (REST(examples), h′) if h′′ ̸= fail then return h′′ return fail Figure 20.2 The current-best-hypothesis learning algorithm. It s ...