What is Anomaly Detection?
Get an introduction to Azure's anomaly detection service and learn how to create an Anomaly Detector resource in Azure.
Introduction
One of the uses of machine learning is to analyze data points for anomalous events or rare items. Accurate AI detection leads to prompt troubleshooting, which can help to reduce costs and improve the overall user experience. Microsoft Bing, Microsoft Office, and Microsoft Azure all have a range of data on a variety of metrics that are monitored using the anomaly detectors.
The anomaly is a data point that differs significantly from other data points. This data point is then referred to as an anomaly or an outlier. For example, we have a dataset that contains the income (in USD) paid by the taxpayers. Below is an illustration showing the dataset. There are some anomalies identified as shown in the illustration:
As you can observe in the illustration above, there are three anomalies identified from the dataset.
Azure anomaly detector
The Anomaly Detector API provided by Microsoft Azure has two APIs that can detect anomalies present in the time series data. They require no background knowledge in machine learning and are suitable as the foundation of your operational monitoring, business
The Anomaly ...