Instance-based learning: Difference between revisions

Content deleted Content added
Ehamberg (talk | contribs)
remove expand template, stub is enough
Ehamberg (talk | contribs)
m typo
Line 1:
In [[machine learning]], '''instance-based learning''' is a name for a family of learning algorithms. It is also referred to as '''memory-based learning'''.
It's called instance-based because it constructconstructs hypotheses directly from the training instances themselves.<ref name='aima733'>Russel, Stuart and Norvig, Peter: ''[[Artificial Intelligence: A Modern Approach]]'', second edition, page 733. Prentice Hall, 2003. ISBN 0-13-080302-2</ref>
This means that the hypothesis complexity can grow with the data.<ref name='aima733' />