Instance-based learning algorithms (1991)
Cached
Download Links
- [www.cs.uwyo.edu]
- [alife.ccp14.ac.uk]
- [dli.iiit.ac.in]
- DBLP
Other Repositories/Bibliography
| Venue: | Machine Learning |
| Citations: | 897 - 18 self |
BibTeX
@INPROCEEDINGS{Aha91instance-basedlearning,
author = {David W. Aha and Dennis Kibler and Marc K. Albert},
title = {Instance-based learning algorithms},
booktitle = {Machine Learning},
year = {1991},
pages = {37--66}
}
Years of Citing Articles
OpenURL
Abstract
Abstract. Storing and using specific instances improves the performance of several supervised learning algorithms. These include algorithms that learn decision trees, classification rules, and distributed networks. However, no investigation has analyzed algorithms that use only specific instances to solve incremental learning tasks. In this paper, we describe a framework and methodology, called instance-based learning, that generates classification predictions using only specific instances. Instance-based learning algorithms do not maintain a set of abstractions derived from specific instances. This approach extends the nearest neighbor algorithm, which has large storage requirements. We describe how storage requirements can be significantly reduced with, at most, minor sacrifices in learning rate and classification accuracy. While the storage-reducing algorithm performs well on several realworld databases, its performance degrades rapidly with the level of attribute noise in training instances. Therefore, we extended it with a significance test to distinguish noisy instances. This extended algorithm's performance degrades gracefully with increasing noise levels and compares favorably with a noise-tolerant decision tree algorithm.







