160 likes | 189 Views
Utilize Case-Based Reasoning by storing cases as is until needed for problem-solving. Enhance problem-solving capabilities by modifying and applying solutions from similar cases. Control robotic arm movement using Kinematic Formulas and K-D Trees for efficient nearest neighbors search. Enhance problem-solving by recording and interpolating practice cases.
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 • …