Anomaly detection

From Machinelearning
Revision as of 23:37, 3 May 2022 by Sebastian (talk | contribs)

In machine learning terms, anomaly detection refers to identifying suspicious elements within a given stream of data. It finds outliers in a collection of datapoints.

Anomaly detection is an example of unsupervised learning where the algorithm has to spot the element that doesn't fit with the group.

Use

Banks use AD to find fraudulent transactions.

External links