deepantAD
Create anomaly detector model that uses CNN network to detect anomalies
Since R2025a
Description
creates a detector
= deepantAD(numChannels
)DeepantDetector
model with numChannels
channels for each
time series input to the detector.
detector = deepantAD(
sets additional options using one or more name-value arguments.numChannels
,Name=Value)
For example, detector = deepantAD(3,DetectionWindowLength=20)
creates a detector model for data containing three input channels and with a detection
window length of 20.
Input Arguments
Name-Value Arguments
Output Arguments
References
[1] Munir, Mohsin, et al. “DeepAnT: A Deep Learning Approach for Unsupervised Anomaly Detection in Time Series.” IEEE Access, vol. 7, 2019, pp. 1991–2005. DOI.org (Crossref), https://doi.org/10.1109/ACCESS.2018.2886457.
Version History
Introduced in R2025a