trainFastFlowAnomalyDetector
R2026bSyntax
Description
trains the input FastFlow anomaly detection network detector = trainFastFlowAnomalyDetector(normalData,detectorIn,options)detectorIn. The
training data consists of normal images in normalData. The
options argument controls options for training.
Note
This functionality requires Deep Learning Toolbox™.
Note
It is recommended that you also have Parallel Computing Toolbox™ to use with a CUDA®-enabled NVIDIA® GPU. For information about the supported compute capabilities, see GPU Computing Requirements (Parallel Computing Toolbox).
also specifies whether to monitor the progress of the training experiment with
Experiment Manager.detector = trainFastFlowAnomalyDetector(normalData,detectorIn,options,ExperimentMonitor=experimentMonitor)
[
also returns information on the training progress, such as the training accuracy and
learning rate for each iteration.detector,info] = trainFastFlowAnomalyDetector(normalData,detectorIn,options)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023aSee Also
fastFlowAnomalyDetector | trainPatchCoreAnomalyDetector | trainFCDDAnomalyDetector | trainingOptions (Deep Learning Toolbox) | percentileNormalizer