150 likes | 242 Views
Case Based Reasoning. Learning by recording cases as is, doing nothing to the information in the cases until that information is used. I give you a new box you tell me color. Feature space. CBR. Modify the solution of the closest similar case
E N D
Case Based Reasoning Learning by recording cases as is, doing nothing to the information in the cases until that information is used.
CBR • Modify the solution of the closest similar case • Return the solution of the closest similar case • U is orange
Can solve difficult problems • Control movement of robotic arm
Kinematic Formula • Joint angle
Practice and Interpolate Practice to create a case-base Interpolate to modify solution
K-D Trees • Nearest neighbors fast • n comparisons versus log n (base 2) • First divide by height • Then by width • …