paper-with-me

Papers

k-Nearest Neighbour Classifiers: 2nd Edition (with Python examples)

2020-04-09 · Padraig Cunningham, Sarah Jane Delany

Perhaps the most straightforward classifier in the arsenal or machine learning techniques is the Nearest Neighbour Classifier -- classification is achieved by identifying the nearest neighbours to a query example and using those neighbours to determine the class of the query. This approach to classification is of particular importance because issues of poor run-time performance is not such a problem these days with the computational power that is available. This paper presents an overview of techniques for Nearest Neighbour classification focusing on; mechanisms for assessing similarity (distance), computational issues in identifying nearest neighbours and mechanisms for reducing the dimension of the data. This paper is the second edition of a paper previously published as a technical report. Sections on similarity measures for time-series, retrieval speed-up and intrinsic dimensionality have been added. An Appendix is included providing access to Python code for the key methods.

📄 PDF Abstract BibTeX arXiv:2004.04523

Code (1)

PadraigC/kNNTutorial 공식 구현

Tasks

ClassificationGeneral ClassificationRetrievalTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Bags of Projected Nearest Neighbours: Competitors to Random Forests?

2025-03-12 · David P. Hofmeyr

In this paper we introduce a simple and intuitive adaptive k nearest neighbours classifier, and explore its utility within the context of bootstrap aggregating ("bagging"). The approach is based on finding discriminant s…

Diversity

Relationship between Variants of One-Class Nearest Neighbours and Creating their Accurate Ensembles

2016-04-06 · Shehroz S. Khan, Amir Ahmad

In one-class classification problems, only the data for the target class is available, whereas the data for the non-target class may be completely absent. In this paper, we study one-class nearest neighbour (OCNN) classi…

One-Class Classification

A Novel Approach to Regularising 1NN classifier for Improved Generalization

2024-02-13 · Aditya Challa, Sravan Danda, Laurent Najman

In this paper, we propose a class of non-parametric classifiers, that learn arbitrary boundaries and generalize well. Our approach is based on a novel way to regularize 1NN classifiers using a greedy approach. We refer t…

A PAC-Bayesian Analysis of Distance-Based Classifiers: Why Nearest-Neighbour works!

2021-09-28 · Thore Graepel, Ralf Herbrich

Abstract We present PAC-Bayesian bounds for the generalisation error of the K-nearest-neighbour classifier (K-NN). This is achieved by casting the K-NN classifier into a kernel space framework in the limit of vanishing k…

Image segmentation of cross-country scenes captured in IR spectrum

2016-04-08 · Artem Lenskiy

Computer vision has become a major source of information for autonomous navigation of robots of various types, self-driving cars, military robots and mars/lunar rovers are some examples. Nevertheless, the majority of met…

Autonomous NavigationImage SegmentationSegmentationSelf-Driving Cars+1