Learning by recording cases

From Computer Science Wiki
Revision as of 06:52, 17 February 2018 by Mr. MacKenty (talk | contribs)
Artificial Intelligence[1]

learning by recording cases

Given a problem retrieve the most similar prior problem from memory.

Nearest neighbor method

Given a new problem, I am going to look for a similar problem. This is the essence of the nearest neighbor problem. We look for "the most similar".