Case-based Reasoning Algorithm: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
No edit summary
 
m (Text replacement - "<B><U>AKA</U>:</B>" to "<U>AKA</U>:")
Line 1: Line 1:
A [[Case-based Reasoning Algorithm]] is a [[Lazy Learning Algorithm]] that ...
A [[Case-based Reasoning Algorithm]] is a [[Lazy Learning Algorithm]] that ...
* <B><U>AKA</U>:</B> [[Case-based Reasoning]].
* <U>AKA</U>: [[Case-based Reasoning]].
* <B><U>See</U>:</B> [[Nearest Neighbor Algorithm]].
* <B><U>See</U>:</B> [[Nearest Neighbor Algorithm]].
----
----

Revision as of 20:52, 17 August 2014

A Case-based Reasoning Algorithm is a Lazy Learning Algorithm that ...



References

1997

  • (Mitchell, 1997) ⇒ Tom M. Mitchell. (1997). "Machine Learning." McGraw-Hill.
    • QUOTE: Section 8.6 Remarks on Lazy and Eager Learning: In this chapter we considered three lazy learning methods: the k-Nearest Neighbor algorithm, locally weighted regression, and case-based reasoning.