2

I have a set of time series data (just like voice sequence data) with the pattern as shown in the first figure (theoretical data). The measured data is given as presented in the second figure. What I want to do is localizing/finding the subsequent pattern as shown in the red squares. Is there any algorithm to solve this problem? It looks like the classification/regression problem in machine learning, but I have no idea how to start it.

enter image description here

enter image description here

Shayan Shafiq
  • 1,008
  • 4
  • 13
  • 24
Land
  • 23
  • 1
  • 4

1 Answers1

6

The real state of the art here is the Matrix Profile suite, developed by Eamonn Keogh and his team in University of California at Riverside (UCR). Here are some links to get you started:

You'll find links to implementations in the above stuff.

Apart from the team at UCR, there is another (and possibly more efficient) implementation of the relevant algorithms in the STUMPY Python package:

desertnaut
  • 2,154
  • 2
  • 16
  • 25