Comprehensive Guide to Dynamic Time Warping in Python
Hafiz Muhammad Gulzar
Broschiertes Buch

Comprehensive Guide to Dynamic Time Warping in Python

Versandfertig in 6-10 Tagen
26,99 €
inkl. MwSt.
PAYBACK Punkte
13 °P sammeln!
Dynamic Time Warping (DTW) is a well-known technique used to determine alignment between two temporal sequences. DTW has been used in wide range of applications and it can be applied on any data which can be represented as linear sequence. Existing DTW libraries have out dated implementation of core DTW algorithm, which result in low performance or are inapplicable for big sequences. The aim of this book is to present, detailed concept of DTW along with a comprehensive DTW library, encapsulating the implementation of DTW variants with recently proposed efficient algorithms. Further down the ro...