Machine Learning - Version Space - Problem 1
Machine Learning - Version Space - Problem 1
Problem 1:
Solution:
These models represent the most general and the most specific heuristics one might learn.
The actual heuristic to be learned, "Japanese Economy Car", probably lies between them somewhere within the version space.
Refinement occurs by generalizing S or specializing G, until the heuristic hopefully converges to one that works well.
G = { (Japan, ?, ?, ?, Economy) }
S = { (Japan, ?, ?, ?, Economy) }
G and S are singleton sets and S = G.
Converged.
No more data, so algorithm stops.