Anomaly detection: Difference between revisions

From Machinelearning
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
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.
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.
Anomaly detection is an example of unsupervised learning where the algorithm has to spot the element that doesn't fit with the group.



Revision as of 23:37, 3 May 2022

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