Skip to content

A fast and parallel implementation of the k-Nearest-Neighbour Search under the Dynamic Time Warping Metric

Notifications You must be signed in to change notification settings

MaxBenChrist/Fast-Parallel-DTW-kNN-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast-Parallel-DTW-kNN-Python

A k-Nearest-Neighbour Search under the Dynamic Time Warping Metric is often in the literature reported to achieve the highest accuracies.

However, the runtime costs are quite high, so an efficient implementation is key.

I compared different setups and implementations that can be used from Python. This repository contains the best combination that I came up with. It is based on an enhanced DTW C implementation and the kNN algorithm from sklearn which is running parallel.

It is only tested for python 2.7 so far.

About

A fast and parallel implementation of the k-Nearest-Neighbour Search under the Dynamic Time Warping Metric

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages