deepSignalAnomalyDetectorLSTM
Description
The deepSignalAnomalyDetectorLSTM object uses a long short-term
memory (LSTM) autoencoder model to detect signal anomalies.
Creation
Create a deepSignalAnomalyDetectorLSTM object using deepSignalAnomalyDetector and specifying "lstmautoencoder" as
the model type.
Properties
Object Functions
detect | Detect anomalies in signals |
getModel | Get underlying neural network model of signal anomaly detector |
plotAnomalies | Plot signal anomalies |
plotLoss | Plot window reconstruction loss |
plotLossDistribution | Plot CDF and histogram of aggregated window loss distribution |
saveModel | Save detector network and parameters |
trainDetector | Train signal anomaly detector |
updateDetector | Update settings of trained detector and recompute detection threshold |
Examples
Extended Capabilities
Version History
Introduced in R2023a
