ML3 Unit 3
ML3 Unit 3
3. If no identical case is found, then the CBR will search for training cases having components
that are similar to those of the new case.
4. Conceptually, these training cases may be considered as neighbours of the new case.
5. If cases are represented as graphs, this involves searching for subgraphs that are similar to
subgraphs within the new case.
6. The CBR tries to combine the solutions of the neighbouring training cases to propose a solution
for the new case.
7. If compatibilities arise with the individual solutions, then backtracking to search for other
solutions may be necessary.
8. The CBR may employ background knowledge and problem-solving strategies to propose a
feasible solution.
2. It is also applied to areas such as engineering and law, where cases are either technical
designs or legal rulings, respectively.
3. Medical educations, where patient case histories and treatments are used to help
diagnose and treat new patients.
2. Selecting salient features for indexing training cases and the development of efficient
indexing techniques.
Locally Weighted Regression(LWR)
d. There exists No training phase. All the work is done during the testing
phase/while making predictions.
h. One recent study demonstrated that LWR was suitable for real-time control by
constructing an LWR-based system that learned a difficult juggling task.
The main idea to use kernel is: A linear classifier or regression curve in higher dimensions
becomes a Non-linear classifier or regression curve in lower dimensions.