NoveltyDetection.md (217B)
1 # Novelty Detection 2 3 ML CH1 4 5 **Definition:** Novelty detection is used to detect new samples that appear different from other instances in the training set. 6 7 This is similar to [AnomalyDetection](AnomalyDetection.md)