Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 430 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 430 Bytes

timefly

A lightweight implementation of k-means timeseries clustering using soft-dtw distance measure on accelerated hardware.

depending on your hardware it can achieve more than a 250x speed up over non-accalerated impelmentations.

todo's:

  • distance matrix batch computation
  • barycenter averaging cuda implementation

acknolwedgements:

  • tslearn
  • github to softdtw

usefull resources:

  • link to softdtw blog