Type your query or search by category
< All Topics

Is the Anomaly Detector like any other model?

You could think of the Anomaly Detector (also called anomalies) and clusters as similar models, since both models are unsupervised learning and both provide unlabeled data, however their learning pipeline is different. Clusters group data by similarity whereas the anomalies assign a value from 0 (similar) to 1 (dissimilar) to each instance, therefore the closer to 1 the more anomalous that instance will be.

The most popular use cases for Anomaly Detection are fraud analysis, data cleaning, intrusion detection and authentication among others. Please watch here to see about Anomaly Detection.

Table of Contents
Top