Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JayKumarr authored Mar 20, 2024
1 parent 12954c4 commit 7ac7de1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Soft-Dynamic Time Warping (Soft-DTW) for TensorFlow-Keras
Soft-DTW loss function for batch processing in keras Tensforflow. To speed up the process, Cython function **`min(a,b,c, gamma)`** is used. The function For each batch, first calculates the euclidean distance matrix
[Soft-DTW](https://github.com/mblondel/soft-dtw) is a variation of Dynamic Time Wrapping. A gamma factor is introduced in the minimum function. The authors developed this distance function in python for generic use and primary implementation is available [here](https://github.com/mblondel/soft-dtw).

This repository provides the implementation of Soft-DTW as loss function for batch processing in Keras/Tensorflow models. To speed up the process, Cython function **`min(a,b,c, gamma)`** is used. The function For each batch, first calculates the euclidean distance matrix


# python libraries
Expand Down

0 comments on commit 7ac7de1

Please sign in to comment.