Learning by recording cases

From Computer Science Wiki
Revision as of 06:55, 17 February 2018 by Mr. MacKenty (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Artificial Intelligence[1]

In the context of artificial intelligence, Learning by recording cases has to do with memory. We cannot have intelligence if we do not have memory.

learning by recording cases[edit]

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

Nearest neighbor method[edit]

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".