PP: Toeplitz Inverse Covariance-Based Clustering of Multivariate Time Series Data

Posted dulun

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PP: Toeplitz Inverse Covariance-Based Clustering of Multivariate Time Series Data相关的知识,希望对你有一定的参考价值。

From: Stanford University; Jure Leskovec, citation 6w+; 

Problem:

subsequence clustering.

Challenging:

discover patterns is challenging because it requires simultaneous segmentation and clustering of the time series + interpreting the cluster results is difficult. 

Why discover time series patterns is a challenge?? thinking by yourself!! there are already so many distance measures(DTW, manifold distance) and clustering methods(knn,k-means etc.). But I admit the interpretation is difficult.

Introduction:

long time series ----breakdown-----> a sequence of states/patterns ------> so time series can be expressed as a sequential timeline of a few key states. -------> discover repeated patterns/ understand trends/ detect anomalies/ better interpret large and high-dimensional datasets. 

Key steps: simultaneously segment and cluster the time series.

Unsupervised learning: hard to interpretation, after clustering, you have to view data itself.

how to discover interpretable structure in the data?

distance-based metrics, DTW.

 

Reference: 

1. 如何用简单易懂的例子解释条件随机场(CRF)模型?

 

以上是关于PP: Toeplitz Inverse Covariance-Based Clustering of Multivariate Time Series Data的主要内容,如果未能解决你的问题,请参考以下文章

766. Toeplitz Matrix

Toeplitz Matrix——leetcode

[LeetCode] Toeplitz Matrix 托普利兹矩阵

766. Toeplitz Matrix

[leetcode-766-Toeplitz Matrix]

MATLAB提供了一个称为toeplitz的函数