Learning by recording cases

From Computer Science Wiki
Revision as of 20:40, 15 February 2018 by Mr. MacKenty (talk | contribs) (Created page with "right|frame|Artificial Intelligence<ref>http://www.flaticon.com/</ref> == learning by recording cases == In learning by recording cases, we take the closest...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Artificial Intelligence[1]

learning by recording cases[edit]

In learning by recording cases, we take the closest case to the new problem and apply its solution.

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

K nearest neighbor method[edit]

Applying K neighbor in the real world[edit]