SW StudyWalks

Artificial Intelligence  /  AI 0404  ·  Atom · ~20 seconds

Nearest Neighbor

Video not yet published
to the StudyWalks catalog
State

The nearest-neighbor method stores the training examples and answers a new case by copying the most similar stored case's answer.

Show

Match a new day against six stored days, count agreeing features, copy the closest day's outcome.

Watch for

No rule is extracted — the data is the predictor, plus one load-bearing ingredient: a definition of similar.