knitr::opts_chunk$set( eval = TRUE, collapse = TRUE, comment = "#>", dpi = 150, fig.show = 'hold', fig.width = 5 ) options(scipen = 9999) options(conflicts.policy = list(warn = FALSE))
This article lists open source implementations and interesting applications of dynamic time warping I have found in the literature, patents, and other resources. It is supposed to be a living document, so it will be updated from time to time with new findings.
This section lists several open source implementations of DTW in R and Python, in case you want to play with DTW.
The Wikipedia page on Dynamic Time Warping lists implementations in other languages in the section Open Source Software.
Wave ring a MIDI controller to create music patented by Genki.
LAMTSS, by Toshiba, for prediction and detection of operational failures in heavy machinery.
Sift software, by HAS Motion, uses DTW to find anomalies in large biomechanics datasets.
Netflix uses Dynamic Time Warping to align soundtracks and close captions.
Classifying ball trajectories in invasion sports using dynamic time warping: A basketball case study
A Unified Framework for Quality Indexing and Classification of Seismocardiogram Signals
Using dynamic time warping for online temporal fusion in multisensor
Dynamic Time Warping as a Means of Assessing Solar Wind Time Series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.