What kind of learning is needed for anomaly detection? Supervised learning, semi-supervised learning or unsupervised learning?
I am doing anomaly detection recently, one of the methods is using AEs model to learn the pattern of normal samples.
Determine it as an abnormal sample if it doesn’t match the pattern of normal samples.
I train AE without labels but we need to use ‘label’ to determine which sample is normal or abnormal.
I am wondering what kind of this training is supervised learning,semi-supervised learning or unsupervised learning?