An open API service indexing awesome lists of open source software.

https://github.com/amirbroker/cupydtw

Use Cuda for Dynamic Time Warping
https://github.com/amirbroker/cupydtw

cuda dtw dynamic-time-warping python

Last synced: about 2 months ago
JSON representation

Use Cuda for Dynamic Time Warping

Awesome Lists containing this project

README

          

I use cuDTW++ (Ultra-Fast Dynamic Time Warping on CUDA-enabled GPUs: https://github.com/asbschmidt/cuDTW) to calculate the DTW between a target time series and multiple sequences.
I use script crtDTWvrbs.py in folder config to modify two files in folder cuDTW to set up cuDTW++ to calculate DTW with any number of sequences(in data folder) of any length and a target(in data folder) of any length.

![TW](https://github.com/user-attachments/assets/a8254a35-6d92-4d06-a668-72a0053ad717)