Anomaly detection: Difference between revisions
(Created page with "In machine learning terms, '''anomaly detection''' refers to identifying suspicious elements within a given stream of data.") |
(→Use) Tags: Mobile edit Mobile web edit |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
In machine learning terms, '''anomaly detection''' refers to identifying suspicious elements within a given stream of data. | 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. | |||
== See also == | |||
*[[Outlier]] | |||
== External links == | |||
* [https://www.youtube.com/watch?v=086OcT-5DYI Anomaly Detection Problem] [[wikipedia:Andrew Ng|Andrew Ng]] |
Latest revision as of 23:40, 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.