From 35158b3d54ffc7657127163902beb682fc21fdad Mon Sep 17 00:00:00 2001 From: LynnL4 Date: Mon, 21 Aug 2023 18:30:15 +0800 Subject: [PATCH] readme: update readme --- README.md | 2 +- README_zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe91c718..0c2ed9e4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Seeed Studio EdgeLab is an open-source project focused on embedded AI. We have o Currently we support the following directions of algorithms:
-Anomaly Detection (coming soon) +Anomaly Detection In the real world, anomalous data is often difficult to identify, and even if it can be identified, it requires a very high cost. The anomaly detection algorithm collects normal data in a low-cost way, and anything outside normal data is considered anomalous.
diff --git a/README_zh-CN.md b/README_zh-CN.md index 4b2f3f3e..55a4c0d5 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -16,7 +16,7 @@ Seeed Studio EdgeLab 是一个专注于嵌入式人工智能的开源项目。 目前我们支持以下的算法方向:
- 异常检测(即将推出) +异常检测 在现实世界中,异常数据往往很难被识别,即使能被识别,也需要很高的成本。异常检测算法以低成本的方式收集正常数据,任何超出正常数据的东西都被认为是异常的。