paper-with-me

홈 › Papers

An Experimental Evaluation of Nearest Neighbour Time Series Classification

2014-06-18 · Anthony Bagnall, Jason Lines

Data mining research into time series classification (TSC) has focussed on alternative distance measures for nearest neighbour classifiers. It is standard practice to use 1-NN with Euclidean or dynamic time warping (DTW) distance as a straw man for comparison. As part of a wider investigation into elastic distance measures for TSC~\cite{lines14elastic}, we perform a series of experiments to test whether this standard practice is valid. Specifically, we compare 1-NN classifiers with Euclidean and DTW distance to standard classifiers, examine whether the performance of 1-NN Euclidean approaches that of 1-NN DTW as the number of cases increases, assess whether there is any benefit of setting $k$ for $k$-NN through cross validation whether it is worth setting the warping path for DTW through cross validation and finally is it better to use a window or weighting for DTW. Based on experiments on 77 problems, we conclude that 1-NN with Euclidean distance is fairly easy to beat but 1-NN with DTW is not, if window size is set through cross validation.

📄 PDF Abstract BibTeX arXiv:1406.4757

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDynamic Time WarpingGeneral ClassificationTime SeriesTime Series AnalysisTime Series Classificationvalid

Methods 이 논문이 사용한 방법론

DTW Dynamic Time Warping (DTW) [1] is one of well-known distance measures between a pairwise of time series. The main idea of DTW is to compute the distance from the matching of…

Similar 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 usi…

ClassificationGeneral ClassificationRetrievalTime Series+1

Discovery of Important Subsequences in Electrocardiogram Beats Using the Nearest Neighbour Algorithm

2019-01-26 · Ricards Marcinkevics, Steven Kelk, Carlo Galuzzi, Berthold Stegemann

The classification of time series data is a well-studied problem with numerous practical applications, such as medical diagnosis and speech recognition. A popular and effective approach is to classify new time series in …

ClassificationDynamic Time WarpingGeneral ClassificationMedical Diagnosis+4

Using Enriched Category Theory to Construct the Nearest Neighbour Classification Algorithm

2023-12-27 · Matthew Pugh, Jo Grundy, Corina Cirstea, Nick Harris

This paper is the first to construct and motivate a Machine Learning algorithm solely with Enriched Category Theory, supplementing evidence that Category Theory can provide valuable insights into the construction and exp…

A unified weighting framework for evaluating nearest neighbour classification

2023-11-28 · Oliver Urs Lenz, Henri Bollaert, Chris Cornelis

We present the first comprehensive and large-scale evaluation of classical (NN), fuzzy (FNN) and fuzzy rough (FRNN) nearest neighbour classification. We standardise existing proposals for nearest neighbour weighting with…

ClassificationNegation

Geomagnetic Survey Interpolation with the Machine Learning Approach

2022-10-07 · Igor Aleshin, Kirill Kholodkov, Ivan Malygin, Roman Shevchuk 외

This paper portrays the method of UAV magnetometry survey data interpolation. The method accommodates the fact that this kind of data has a spatial distribution of the samples along a series of straight lines (similar to…

Survey