lin-shuyu / VAE-LSTM-for-anomaly-detection

We propose a VAE-LSTM model as an unsupervised learning approach for anomaly detection in time series.
427 stars 83 forks source link

Does this support multi-channel timeseries? #5

Open kb1ooo opened 3 years ago

kb1ooo commented 3 years ago

It looks like the code supports multi-channel timeseries, and your paper is formulated generally for the multi-channel case. Do you have an example similar to your NAB example that is a multi-channel?

Thanks

jinyu25 commented 2 years ago

Hello, has your problem been solved, do you have a way to make the code support multiple features?

mazhikun1998 commented 2 years ago

I also want to know how to implement multi-feature anomaly detection. Do you know how to modify the code?

chaoyu1999 commented 2 years ago

我也想知道如何实现多特征异常检测。你知道如何修改代码吗?

我感觉应该是支持多通道异常检测的,只需要改改评分函数

ly990909 commented 1 month ago

多通道异常检测是多维数据的意思吗?