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
| Source | Type | Target | W |
|---|
Evidence Chunks
| Source | Confidence | Mentions | Snippet |
|---|---|---|---|
textbook Artificial-Intelligence-A-Modern-Approach-4th-Edition.pdf | 0.57 | 2 | ... 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.55 | 1 | h′′ 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 ... |