Skip to content

Commit f9c7ede

Browse files
authored
Merge pull request #95328 from TonyXing/TonyXing-patch-1
Tony xing patch 1
2 parents 1e067c4 + 9be40cb commit f9c7ede

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

articles/cognitive-services/Anomaly-Detector/index.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ landingContent:
3636
url: https://www.youtube.com/embed/ERTaAnwCarM
3737
- linkListType: reference
3838
links:
39-
- text: Algorithms used in anomaly detection (whitepaper)
39+
- text: Introducing Azure Anomaly Detector API
40+
url: https://techcommunity.microsoft.com/t5/AI-Customer-Engineering-Team/Introducing-Azure-Anomaly-Detector-API/ba-p/490162
41+
- text: Overview of SR-CNN algorithm
42+
url: https://techcommunity.microsoft.com/t5/AI-Customer-Engineering-Team/Overview-of-SR-CNN-algorithm-in-Azure-Anomaly-Detector/ba-p/982798
43+
- text: Algorithm used in anomaly detection (KDD paper)
4044
url: https://arxiv.org/abs/1906.03821
4145

4246
- title: "Detect anomalies in your data"
@@ -52,7 +56,7 @@ landingContent:
5256
- text: Visualize anomalies using batch detection and Power BI
5357
url: tutorials/batch-anomaly-detection-powerbi.md
5458
- text: Detect Anomalies in streaming data using Azure Databricks
55-
url: tutorials/batch-anomaly-detection-powerbi.md
59+
url: tutorials/anomaly-detection-streaming-databricks.md
5660
- linkListType: video
5761
links:
5862
- text: Anomaly detection on streaming data using Azure Databricks

articles/cognitive-services/Anomaly-Detector/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ After signing up:
6767

6868
## Algorithms
6969

70-
* Please refer to this technical blog [Introducing Azure Anomaly Detector API](https://techcommunity.microsoft.com/t5/AI-Customer-Engineering-Team/Introducing-Azure-Anomaly-Detector-API/ba-p/490162) about the algorithms under the hood.
70+
* Please refer to technical blogs [Introducing Azure Anomaly Detector API](https://techcommunity.microsoft.com/t5/AI-Customer-Engineering-Team/Introducing-Azure-Anomaly-Detector-API/ba-p/490162) and [Overview of SR-CNN algorithm in Azure Anomaly Detector](https://techcommunity.microsoft.com/t5/AI-Customer-Engineering-Team/Overview-of-SR-CNN-algorithm-in-Azure-Anomaly-Detector/ba-p/982798) about the algorithms under the hood.
7171
* Please refer to this paper [Time-Series Anomaly Detection Service at Microsoft](https://arxiv.org/abs/1906.03821) (accepted by KDD 2019) for the cutting-edge SR-CNN algorithms developed by Microsoft.
7272

7373
> [!VIDEO https://www.youtube.com/embed/ERTaAnwCarM]

articles/cognitive-services/Anomaly-Detector/toc.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,18 @@
6262
href: https://go.microsoft.com/fwlink/?linkid=2090370
6363
- name: Node.js
6464
href: https://go.microsoft.com/fwlink/?linkid=2090788
65+
- name: Technical blogs
66+
items:
67+
- name: Introducing Azure Anomaly Detector API
68+
href: https://techcommunity.microsoft.com/t5/AI-Customer-Engineering-Team/Introducing-Azure-Anomaly-Detector-API/ba-p/490162
69+
- name: Overview of SR-CNN algorithm
70+
href: https://techcommunity.microsoft.com/t5/AI-Customer-Engineering-Team/Overview-of-SR-CNN-algorithm-in-Azure-Anomaly-Detector/ba-p/982798
71+
- name: Demo
72+
items:
73+
- name: Interactive demo
74+
href: https://aka.ms/adDemo
75+
- name: On Jupyter Notebook
76+
href: https://aka.ms/adNotebook
6577
- name: Paper on SR-CNN in KDD 2019
6678
href: https://arxiv.org/abs/1906.03821
6779
- name: Resources

articles/cognitive-services/Anomaly-Detector/user-generated-content.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,15 @@ ms.author: aahi
1414
---
1515
# Featured User-generated content for the Anomaly Detector API
1616

17-
Use this article to discover how other customers are thinking about and using the Anomaly Detector API. The following resources were created by the community of Anomaly Detector users. They include technical blogs, open-source projects, and other contributions created by both Microsoft and third-party users.
17+
Use this article to discover how other customers are thinking about and using the Anomaly Detector API. The following resources were created by the community of Anomaly Detector users. They include open-source projects, and other contributions created by both Microsoft and third-party users.
1818
Some of the following links are hosted on websites that are external to Microsoft and Microsoft is not responsible for the content there. Use discretion when you refer to these resources.
1919

20-
## Demos
21-
22-
* [Interactive demo with animation](https://aka.ms/adDemo)
23-
* [Azure Notebook demo](https://aka.ms/adNotebook)
24-
2520
## Technical blogs
2621

27-
* [Introducing Azure Anomaly Detector API](https://techcommunity.microsoft.com/t5/AI-Customer-Engineering-Team/Introducing-Azure-Anomaly-Detector-API/ba-p/490162)
2822
* [Trying the Cognitive Service: Anomaly Detector API (in Japanese)](https://azure-recipe.kc-cloud.jp/2019/04/cognitive-service-anomaly-detector-api/)
2923

3024
## Open-source projects
3125

32-
* [Official code samples for the Anomaly Detector API and SDK](https://github.com/Azure-Samples/AnomalyDetector)
3326
* [Jupyter notebook demonstrating Anomaly Detection and streaming to Power BI](https://github.com/marvinbuss/MS-AnomalyFinder)
3427

3528
If you'd like to nominate a resource, fill [a short form](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRxSkyhztUNZCtaivu8nmhd1UMENTMEJWTkRORkRGQUtGQzlWQ1dSV1JLTS4u).

0 commit comments

Comments
 (0)