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
Journal ArticleDOI

Classification of focal and non-focal EEG signals using neighborhood component analysis and machine learning algorithms

TL;DR: A computerized automated detection of focal epileptic seizures in real-time using MATLAB based software tool referred to as CADFES, which is expected to perform better at the hospitals for automated classification of focal and non-focal seizures.
Journal ArticleDOI

Effectiveness analysis of machine learning classification models for predicting personalized context-aware smartphone usage

TL;DR: This study aims to analyze the effectiveness of various machine learning classification models for predicting personalized usage utilizing individual’s phone log data and presents the empirical evaluations of Artificial Neural Network based classification model, which is frequently used in deep learning and makes comparative analysis in this context-aware study.
Journal ArticleDOI

The omnipresence of case-based reasoning in science and application

TL;DR: This paper lists pointers to some contributions in some related disciplines that offer insights for CBR research, and outlines a small number of Navy applications based on this approach that demonstrate its breadth of applicability.
Book ChapterDOI

Effective and scalable authorship attribution using function words

TL;DR: This paper examines the use of a large publicly available collection of newswire articles as a benchmark for comparing authorship attribution methods, and shows that the benchmark is able to clearly distinguish between different approaches, and that the scalability of the best methods based on using function words features is acceptable.
Journal ArticleDOI

Feature selection and classification model construction on type 2 diabetic patients' data

TL;DR: This work supports the use of data mining as an exploratory tool, particularly as the domain is suffering from a data explosion due to enhanced monitoring and the (potential) storage of this data in the electronic health record.
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.