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
Book ChapterDOI

Addressing the Selective Superiority Problem: Automatic Algorithm/Model Class Selection

TL;DR: An implementation of the approach, MCS, that performs a heuristic bestfirst search for the best hybrid classifier for a set of data and an empirical comparison of MCS to each of its primitive learning algorithms, and to the computationally intensive method of cross-validation, illustrates that automatic selection of learning algorithms using knowledge can be used to solve the selective superiority problem.

Learning to Filter Unsolicited Commercial E-Mail

TL;DR: The architecture of a fully implemented learning-based anti-spam filter is described, and an analysis of its behavior in real use over a period of seven months is presented.
Journal ArticleDOI

Maximum Ambiguity-Based Sample Selection in Fuzzy Decision Tree Induction

TL;DR: Experimental results show that generalization ability of the tree based on the selection mechanism is far more superior to that based on random selection mechanism and the adjustment of the fuzzy decision tree is minimized when adding selected samples to the training set.
Journal ArticleDOI

A memetic algorithm for evolutionary prototype selection: A scaling up approach

TL;DR: A model of memetic algorithm is proposed that incorporates an ad hoc local search specifically designed for optimizing the properties of prototype selection problem with the aim of tackling the scaling up problem.
Journal ArticleDOI

A Data-Driven Approach for Monitoring Blade Pitch Faults in Wind Turbines

TL;DR: In this article, a data-mining-based prediction model is built to monitor the performance of a blade pitch, and five data mining algorithms have been evaluated to evaluate the quality of the models for prediction of blade faults.
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.