Anomaly detection
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.