Learning by recording cases: Difference between revisions

From Computer Science Wiki
(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...")
 
Line 3: Line 3:
== learning by recording cases ==
== learning by recording cases ==


In learning by recording cases, we take the closest case to the new problem and apply its solution.  
Given a problem retrieve the most similar prior problem from memory.


== Nearest neighbor method ==
== Nearest neighbor method ==

Revision as of 06:44, 17 February 2018

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

K nearest neighbor method

Applying K neighbor in the real world