Instance-based Supervised Learning System: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - ". " to ". ")
m (Text replacement - "lems]]" to "lem]]s")
 
Line 18: Line 18:
=== 2011 ===
=== 2011 ===
* ([[Keogh, 2011a]]) ⇒ [[Eamonn Keogh]]. ([[2011]]). “[http://link.springer.com/referenceworkentry/10.1007%2F978-0-387-30164-8_409 Instance-Based Learning].” In: ([[Sammut & Webb, 2011]]) p.549
* ([[Keogh, 2011a]]) ⇒ [[Eamonn Keogh]]. ([[2011]]). “[http://link.springer.com/referenceworkentry/10.1007%2F978-0-387-30164-8_409 Instance-Based Learning].” In: ([[Sammut & Webb, 2011]]) p.549
** QUOTE: [[Instance-based learning]] refers to a [[family of techniques for classification and regression]], which produce a [[class label/predication]] based on the similarity of the query to its nearest neighbor(s) in the training set. In explicit contrast to other methods such as [[decision tree training algorithm|decision trees]] and [[neural network training algorithm|neural networks]], [[instance-based learning algorithm]]s do not create an [[model structure|abstraction]] from [[training record|specific instance]]s. Rather, they simply store all the data, and at query time derive an answer from an examination of the query’s nearest neighbor(s).        <P>        Somewhat more generally, [[Instance-based Supervised Learning Algorithm|instance-based learning]] can refer to a [[class of procedures]] for [[solving new problems]] based on the [[task solution|solution]]s of [[similar]] [[past problem]]s.
** QUOTE: [[Instance-based learning]] refers to a [[family of techniques for classification and regression]], which produce a [[class label/predication]] based on the similarity of the query to its nearest neighbor(s) in the training set. In explicit contrast to other methods such as [[decision tree training algorithm|decision trees]] and [[neural network training algorithm|neural networks]], [[instance-based learning algorithm]]s do not create an [[model structure|abstraction]] from [[training record|specific instance]]s. Rather, they simply store all the data, and at query time derive an answer from an examination of the query’s nearest neighbor(s).        <P>        Somewhat more generally, [[Instance-based Supervised Learning Algorithm|instance-based learning]] can refer to a [[class of procedures]] for [[solving new problem]]s based on the [[task solution|solution]]s of [[similar]] [[past problem]]s.


=== 1999 ===
=== 1999 ===

Latest revision as of 04:27, 28 November 2023

An Instance-based Supervised Learning System is a Supervised Machine Learning System that makes predictions based on learning instances or observed examples.



References

2011

1999

1997

1996

1993

1991

1967