scispace - formally typeset
Open AccessJournal ArticleDOI

Instance-Based Learning Algorithms

TLDR
This paper describes how storage requirements can be significantly reduced with, at most, minor sacrifices in learning rate and classification accuracy and extends the nearest neighbor algorithm, which has large storage requirements.
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 real-world 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.

read more

Content maybe subject to copyright    Report

Citations
More filters
Dissertation

Activity recognition in the home setting using simple and ubiquitous sensors

Munguia Tapia, +1 more
TL;DR: Preliminary results show that it is possible to recognize activities of interest to medical professionals such as toileting, bathing, and grooming with detection accuracies ranging from 25% to 89% depending on the evaluation criteria used, and a new algorithm for recognizing activities that extends the naive Bayes classifier to incorporate low-order temporal relationships was created.
Journal ArticleDOI

A new data-based methodology for nonlinear process modeling

TL;DR: In this paper, a new data-based method for nonlinear process modeling is developed, where both distance measure and angle measure are used to evaluate the similarity between data, which is not exploited in the previous work.
Journal ArticleDOI

Morphological influences on the recognition of monosyllabic monomorphemic words

TL;DR: Balota et al. as mentioned in this paper used hierarchical multiple regression techniques for visual word recognition for monosyllabic, morphologically simple words and found that morphological connectivity was a strong predictor of visual lexical decision, but not in naming.
Patent

Method, system, and computer program product for visualizing a data structure

TL;DR: In this paper, a decision table classifier is visualized as a scene graph, where each row represents an aggregate of all the records for each combination of values of the attributes used.
Journal ArticleDOI

Lazy Learning of Bayesian Rules

TL;DR: This paper proposes the application of lazy learning techniques to Bayesian tree induction and presents the resulting lazy Bayesian rule learning algorithm, called LBR, which can be justified by a variant of Bayes theorem which supports a weaker conditional attribute independence assumption than is required by naive Bayes.
References
More filters
Journal ArticleDOI

Induction of Decision Trees

J. R. Quinlan
- 25 Mar 1986 - 
TL;DR: In this paper, an approach to synthesizing decision trees that has been used in a variety of systems, and it describes one such system, ID3, in detail, is described, and a reported shortcoming of the basic algorithm is discussed.
Book

Classification and regression trees

Leo Breiman
TL;DR: The methodology used to construct tree structured rules is the focus of a monograph as mentioned in this paper, covering the use of trees as a data analysis method, and in a more mathematical framework, proving some of their fundamental properties.
Journal ArticleDOI

Nearest neighbor pattern classification

TL;DR: The nearest neighbor decision rule assigns to an unclassified sample point the classification of the nearest of a set of previously classified points, so it may be said that half the classification information in an infinite sample set is contained in the nearest neighbor.