Questions about DeepSignalAnomalyDetector examples
Show older comments
Hi All,
I am trying to develpo an anomaly detection solution using DeepSignalAnomalyDetector object.
Reading about the documentation example, I found something unclear which I hope someone in the community can shed a light on:
a) Using Convolutional Auto Encoder class of detector the example "Case 2: Detect Anomalous Points in Continuous Long Time Series" use large filters with windows length equal to 1 and a single scalar channel... My understanding is that it is using a convolutional autoencoder with a single scalar input sample and classifying it as normal or anomalous which is definitely weird. I guess there is something which I don't understand and specifically what is the meaning of "channel" and "WindowsLength"
b) In the next example, it use an lstm forecaster as a core detector. The text include this sentence: "The detector determines that an anomaly exists in a signal when any of its channels shows abnormal behavior". Does it imply that any channel is "treated" separately (i.e. with a different detector and using no information as input from other channels) ?
Is there someone who can help or point me to a clarifying example?
Thank You in advance
Sav
Accepted Answer
More Answers (0)
Categories
Find more on AI for Signals in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!