SW StudyWalks

Artificial Intelligence  /  AI 0406  ·  Atom · ~20 seconds

The Decision Tree

Video not yet published
to the StudyWalks catalog
State

A decision tree predicts by asking one question at a time, branching on the answer — learned by choosing, at each point, the question that best sorts the pile.

Show

Audition each feature: split the pile, guess each side's majority, count the misses; the fewest misses wins the root.

Watch for

The tree commits to a compact, auditable theory — readable and arguable, unlike the stored-neighbors method.