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

An Efficient Mixed Attribute Outlier Detection Method for Identifying Network Intrusions

TL;DR: A clustering-based outlier detection (CBOD) approach is proposed for classifying normal and intrusive patterns and appears to be promising in terms of DR, FAR and ACC.
Journal ArticleDOI

Multi-label Arabic text categorization: A benchmark and baseline comparison of multi-label learning algorithms

TL;DR: “RTAnews” is introduced, a new benchmark dataset of multi-label Arabic news articles for text categorization and other supervised learning tasks, and an extensive comparison of most of the well-known multi- label learning algorithms for ArabicText categorization is conducted.
Book ChapterDOI

Electricity Market Price Forecasting: Neural Networks versus Weighted-Distance k Nearest Neighbours

TL;DR: This paper presents and compares two techniques to deal with energy price forecasting time series: an Artificial Neural Network (ANN) and a combined k Nearest Neighbours (kNN) and Genetic algorithm (GA).
Journal ArticleDOI

Empirical study of seven data mining algorithms on different characteristics of datasets for biomedical classification applications

TL;DR: The applicability of the seven data mining algorithms on the datasets with different characteristics was summarized to provide a reference for biomedical researchers or beginners in different fields.
Journal ArticleDOI

Automated AJCC (7th edition) staging of non-small cell lung cancer (NSCLC) using deep convolutional neural network (CNN) and recurrent neural network (RNN)

TL;DR: A simple yet fast CNN model combined with recurrent neural network (RNN) for automated AJCC staging of NSCLC and to compare the outcome with a a few standard machine learning algorithms along with a few similar studies.
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.